BODY {
	margin: 0px;
	background-image: url(../imgs/MainBackground.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #6D6D6D;
	
	scrollbar-3d-light-color: #6B6B6B;
	scrollbar-arrow-color: #00A9A3;
	scrollbar-base-color: #999999;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #6B6B6B;
	scrollbar-highlight-color: #6B6B6B;
	scrollbar-shadow-color: #CCCCCC;
}

BODY, TD, A, P, H, DIV {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
}

P, H5 {
	margin-top: 0px;
	margin-bottom: 10px;
}

H5 {
	font-size: 13px;
}

A {
    text-decoration: underline;
}

A:HOVER {
    text-decoration: none;
}
