TD,TH,BODY {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	}
	
BODY {
	background-color: white;
	color: black;
	}
	
TH {
	background-color: #D6DFE7;
	color: #5D83A9;
	border-top: 1px solid #678ca0;
	vertical-align: middle;
	}
	
TD {
	background-color: white;
	}
	
.full {
	background-color: white;
	border-top: 1px solid #678ca0;
	}
	
.box {
	BORDER: 1px solid #678ca0;
	PADDING: 0px;
	WIDTH: 100%;
	BACKGROUND-COLOR: #809EBC;
	margin-bottom:10px;
	width: 600px;
	}
	
.smallbox {
	BORDER: 1px solid #678ca0;
	PADDING: 0px;
	WIDTH: 100%;
	BACKGROUND-COLOR: #809EBC;
	margin-bottom:10px;
	width: 200px;
	}	
	
.link {
	background-color: white;
	border-top: 0px;
	text-align: left;
	vertical-align: top;
	}	
	
H2, H6, H5,H3, H4 {
	PADDING: 3px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	BACKGROUND-COLOR: #678ca0;
	color: white;
	font-family: Verdana, Helvetica, sans-serif;
	}
	
H3 {
	font-size: 13px;
	background-image: url("images/bar.jpg");
	}

H4 {	
	font-size: 13px;
	background-image: url("images/smallbar.jpg");
	}

H5 {
	font-size: 10px;
	text-align: right;
	background-color: white;
	color: #678ca0;
	}
	
H6 {
	font-size: 13px;
	text-align: left;
	background-color: white;
	color: #678ca0;
	}
	
H2 {
	font-size: 16px;
	text-align: center;
	background-color: white;
	color: #678ca0;
	}
	
.spacer {
	margin: 0px;
	width: 100%;
	background-color:white;
	}
	

.spacer2 {
	margin: 0px;
	width: 100%;
	background-color:white;
	border-top: 1px solid #678ca0; 
	}

.leftspacer {
	margin: 0px;
	padding: 5px;
	width: 100%;
	text-align: left;
	background-color:white;
	}
	
.serviceup {
	color: green;
	border-top: 1px solid #678ca0;
	}
	
.servicedown {
	color: red;
	border-top: 1px solid #678ca0;
	}
	
A {
	text-decoration: none;
	color: #5D83A9;
	}
	
P.main {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 10px;
	}
