/* CSS definition file containing site wide stylesheets */

.Contact {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	font-weight: normal;
 	font-style: normal
}

.TextHeading {
	font-family: Verdana, Tahoma, Arial, Helvetica, Sans-serif;
 	font-size: 8pt;
 	text-transform: capitalize;
 	color: rgb(0,0,255);
 	font-weight: bold;
 	vertical-align: baseline;
 	text-decoration: none 
}

BODY {
	font-family: Verdana,  Tahoma,  Arial,  Helvetica,  Sans-serif;
 	font-size: 8pt;
 	background-color: rgb(153,204,255);
 	background-image: url( "../assets/images/Background_White_900x201.gif" );
 	background-repeat: repeat-y;
 	background-position: top
}

.NOF_TS_Classic0 {
	font-size: small;
 	color: rgb(255,255,255);
 	font-weight: bold;
 	background-color: rgb(0,0,0)
}

.NOF_TS_Classic1 {
	color: rgb(0,0,0);
 	font-weight: normal;
 	font-style: normal;
 	background-color: rgb(192,192,192);
 	border-bottom: 1pt solid rgb(0,0,0)
}

.NOF_TS_Classic2 {
	color: rgb(0,0,0);
 	background-color: rgb(160,160,164);
 	border-bottom: 1pt solid rgb(0,0,0)
}

.TextNavBar {
	text-align: left
}