
body {
	color: #333333;
	/*background-color: #ffffff;*/
	/*background:url(/images/2nd-level-headers/navcol-ragged3.jpg) repeat-y; */
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

td, th { 
	vertical-align:top;
	font-size:smaller;
}

h2 {
	color:#660000;
}

a:link {
	color: #0000FF;
	
}
a:active {
	color: #FF0000;
	
}
a:visited {
	color: #660066;
	
}
a:hover {
	color: #FF0000;
}

a.whitelinks:link {
	color: #ffffff;
	text-decoration: none;
	font-size:12px;
/*	font-weight: bold; */
}
a.whitelinks:active {
	color: #ffffff;
	text-decoration: none;
/*	font-weight: bold; */
}
a.whitelinks:visited {
	color: #ffffff;
	text-decoration: none;
/*	font-weight: bold; */
}
a.whitelinks:hover {
	color: #ffffff;
	text-decoration: underline;
/*	font-weight: bold; */
}

a.blacklinks:link {
	color: #000000;
	text-decoration: none;
	font-size:12px;
/*	font-weight: bold; */
}
a.blacklinks:active {
	color: #000000;
	text-decoration: none;
/*	font-weight: bold; */
}

a.blacklinks:visited {
	color: #000000;
	text-decoration: none;
/*	font-weight: bold; */
}

a.blacklinks:hover {
	color: #000000;
	text-decoration: underline;
/*	font-weight: bold; */
}

