@charset "utf-8";
/* CSS Document */



body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}
body {
	background-color: #FFFFFF;
	background-image: url(site/greybgheader.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
}
a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
a:active {
	text-decoration: none;
	color: #00CCFF;
}
h1 {
	font-size: 16px;
	color: #0066CC;
}
h2 {
	font-size: 14px;
	color: #666666;
}


	
tr.seperate {
background-color:#CCCCCC;
color:#000000;
letter-spacing:2px;
}

tr.headers {
background-color:#ffffff;
font-variant:small-caps;
color:#333333;
letter-spacing:2px;
}

tr.seperators {
background-color:#ffffff;
font-variant:small-caps;
font-size:24px;
color:#333333;
letter-spacing:2px;
}