BODY {
	color : #333333;
	font-family : Tahoma, Arial, sans-serif;
	font-size : 12px;
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-image : url(images/background.jpg);
}

A {
	color : #00008B;
	text-decoration : none;
}

A:HOVER {
	color : Blue;
	text-decoration : underline;
}

.ContentTABLE {
	background : White;
	border-top : 1px solid #CCCCCC;
	border-left : 1px solid #CCCCCC;
	border-bottom : 1px solid Black;
	border-right : 1px solid Black;
}