/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 45px;
	margin-bottom: 30px;
	background-color: #aed5f3;

}

.maintablesize {
	height: 600px;
	width: 804px;
}

.tablestyle {
	height: 600px;
	width: 800px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}

.bottomtablestyle {
	height: 600px;
	width: 804px;
}

.subnavstyle {
	background-color: #e4f0f9;
}

/*fonts & navigation*/

a.uppernavigation, a.uppernavigation:link, a.uppernavigation:visited, a.uppernavigation:active {
	font-size: 10px;
	color:#000000;
	text-decoration: none;
	font-weight: bold;
}

a.uppernavigation:hover {
	font-size: 10px;
	color:#000000;
	text-decoration: underline;
	font-weight: bold;
}


a.mainnavigation, a.mainnavigation:link, a.mainnavigation:visited, a.mainnavigation:active {
	font-size: 12px;
	color:#075b9c;
	text-decoration: none;
	font-weight: bold;
}

a.mainnavigation:hover {
	font-size: 12px;
	color:#075b9c;
	text-decoration: underline;
	font-weight: bold;
}

a.subnavigation, a.subnavigation:link, a.subnavigation:visited, a.subnavigation:active {
	font-size: 11px;
	color:#65a6d7;
	text-decoration: none;
	font-weight: bold;
}

a.subnavigation:hover {
	font-size: 11px;
	color:#65a6d7;
	text-decoration: underline;
	font-weight: bold;
}

.copyright {
	font-size: 10px;
	color:#2379ba;
}

.copyrightbold {
	font-size: 10px;
	color:#2379ba;
	font-weight: bold;
}

a.copyrightlink, a.copyrightlink:link, a.copyrightlink:visited, a.copyrightlink:active {
	font-size: 10px;
	color:#2379ba;
	text-decoration: none;
	font-weight: bold;
}

a.copyrightlink:hover {
	font-size: 10px;
	color:#2379ba;
	text-decoration: underline;
	font-weight: bold;
}

.bodytext {
	text-align: justify;
	font-size: 12px;
}

a.bodylink, a.bodylink:link, a.bodylink:visited, a.bodylink:active {
	font-size: 12px;
	color:#63a4d6;
	text-decoration: none;
	font-weight: bold;
}

a.bodylink:hover {
	font-size: 12px;
	color:#63a4d6;
	text-decoration: underline;
	font-weight: bold;
	
}

.bodyheader {
	font-size: 12px;
	color:#2379ba;
	font-weight: bold;
	padding-bottom: 3px;
}
