 /* 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;
}

BODY  {
	background : white;
	font-family : Arial, sans-serif;
	font-size : small;
	background-image : url(../images/lgreyBackground.jpg);
}	
	

SPAN.word {
	color : Teal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.mediumText {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.smallText {
	font-size: small;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.alignTextCenter {
	text-align:  center;
}

.fontBold {
	font-weight: normal;
	font-style: italic;

.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;
}

/*	
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; }


*/
