HTML {
	background: url('/images/pageBgMain.gif') #2F5B77;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

BODY { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background: #2F5B77;
	height: 100%;
}

.navigation {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #2E2E2E;
	background: url('/images/navButton.gif');
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 4px 0px 0px 30px;
	width: 137px;
	height: 18px;
}
.navigation A:LINK { text-decoration: none; color: #2E2E2E;}
.navigation A:ACTIVE { text-decoration: none; color: #2E2E2E;}
.navigation A:VISITED { text-decoration: none; color: #2E2E2E;} 
.navigation A:HOVER { text-decoration: none; color: #0A458A;} 

.administration {
	width: 156px;
	background-color: #1D62B0;
	font-family: Arial, Verdana Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 2px 10px;
	color: #000000;
}
.administration A:LINK { color: #ffffff; text-decoration: none; }
.administration A:ACTIVE { color: #ffffff; text-decoration: none; }
.administration A:VISITED { color: #ffffff; text-decoration: none; }
.administration A:HOVER { color: #ffffff; text-decoration: none; }
