/* CSS for new newsletter */

h1 {
	font-size: 12px;
    color: #fff;
	background: black;
	padding-top:4px;
	padding-bottom:2px;
	
	font-weight: bold;
	border-bottom: 1px solid #bc0404;
	
	
	}
	
	
h2 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding-bottom:2px;
	padding-left:12px;
	border-bottom: 1px solid #FF9900;
	background-image:url(../../XABP/images/hp2006/orangedot.jpg);
	background-repeat:no-repeat;
	} 
	
	h3 {
	font-size: 10px;
	color:#333333;
	font-weight: bold;
	padding:  0px 10px;
	}
	
		 
	h4 {
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding-bottom:2px;
	margin: 0px 10px;
	padding-left:12px;
	border-bottom: 1px solid #FF9900;
	background-image:url(../../XABP/images/hp2006/orangedot.jpg);
	background-repeat:no-repeat;
	} 

/* ---------LINKS---------------------------------------------------*/
	
a {
text-decoration: none;
font-weight:normal;
color:  #bc0404;

text-decoration: underline;
	}
a:visited {
	color:  #bc0404;
	}
a:active {
	color:  #bc0404;
	text-decoration: underline;
	}
a:hover {
	color: #999999;
	text-decoration: underline;
	}