@charset "utf-8";
/* CSS Document */

table {
	background-color: #CEE7FF;
}
		
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-12452372-1");
pageTracker._trackPageview();
} catch(err) {}</script>

body {
	background-color: #ADCBFF;
}

	

.bold {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 22px;
	font-weight: bold;
}
.Ordinary {
	font-family: Verdana, Arial, Helvetica,;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	display: block;
	width: 120px;
	background-position: center center;
	
}
.navigation_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	background-color: #CEE7FF;
	width: 180px;
	padding: 10px;
}


.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #33CCFF;
	text-decoration: none;
	display: block;
	width: 120px;
	background-color: #D03D03
}
.navigation_small:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #3300FF;
	text-decoration: none;
	background-color: #CEE7FF;
	width: 180px;
	padding: 10px;
}
