 /* for # use ID= and for . use class= */
	
 H2 {
	text-align: center;
	color: Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
}
H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}
/*	
BODY  {
	background: white;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
        background-attachment : fixed;
	background-image: url(../images/newsletterSML.jpg);
}
*/


 BODY  {
	background: #A9DAA9;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	 
} 		
	
.mediumText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}

#reminderMsg {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size: smaller;
	font-weight: bold;
	font-style: italic;
        border-radius: 35px;
        border: 4px solid #B55A30;
        padding: 15px; 
        width: 320px;
        height: 30px;    
}

.centerButton
{
	text-align: center;
}

A  {
	text-decoration : none;
}
	
A.underline {
	text-decoration : underline;
}
	
A:hover {
	color: #CC0033;
	text-decoration : underline;
}
A:link {color: Black;}
A:active {color: #CC0033}
A:visited {color: #663333}
A:hover {color: #CC0033}

.smallBoldText
{
	font-size: medium;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*	
A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #00A5C6}



A:hover {color: #CC0033}
A:link {color: #000033}
A:active {color: #000033}
A:visited {color: #999999}

A  {
	text-decoration : none;
	Active : #000066;
	visited : #999999;
}

A:hover {color: #cc0033}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #cc0033}

A:hover {color: #660000}
A:link {color: #cc0033}
A:active {color: #000066}
A:visited {color: #999999}

a.leftnavrollover:link { color:#ffffff; }
a.leftnavrollover:hover { color:#ffcc33; }


*/
