 /* for # use ID= and for . use class= */
h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
	text-align: center;
	letter-spacing: normal;
	color: Teal;
} 
 
H1.center {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	color: Teal;
	font-size: x-large;
}
	
 
H3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : center;
	font-size: small;
	font-weight: bold;
	font-style: italic;
}


P.justify {
	text-align:justify;
	font:  small;
	font-weight: bold;
	}
	
P.Acknow {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-style : italic;
	font : lighter;
	font-size : small;
}
	
BODY  {
	background : white;
	font-family : Arial, sans-serif;
	font-size : small;
	background-image : url(../images/lgreyBackground.jpg);
}	
	
SPAN.first-word {
	color: Red;
	font-style: normal;
	font-weight: bold;
}

.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}


/*	
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; }


*/
