@charset "utf-8";

/* CSS Document */

body {
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-attachment: fixed;
	background-image: url(images/bgBLACK.png);
	background-repeat: repeat-x;
	font-size: 14px;
}
.menu {
	font-size: 14px;
}
.menu a {
	font-weight: bold;
	color: #010F4E;
	text-decoration: none;
	margin-left: 6px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
}
.pageTITLE {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #000066;
	text-align: right;
	background-image: url(images/titleBG.png);
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.menu a:hover {
	color: #0000CC;
	text-decoration: none;
}

.mainTABLE {

} 
a {
	color: #3C64CB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.createdby {
	font-size: 10px;
	color: #CCCCCC;
}
.createdby a {
	color: #D9E9FD;
	text-decoration: none;
}
.createdby a:hover {
	text-decoration: underline;
}
.dataTABLE {
	background-color: #76B0F9;
	font-size: 12px;
	color: #000000;
}
