/* CSS Document */

.style1 {color: #FFFFFF;
	font-weight: bold;
	font-size: large;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {
	color: #005596;
	text-decoration: underline;
}
a:visited {
	color: #005596;
	text-decoration: underline;
}
a:hover {
	color: #FFBA2D;
	text-decoration: none;
}
a:active {
	color: #FFF;
}

.style3 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 8px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}
.style5 {
	font-size: xx-large;
	color: #EEB211;
}
.style7 {
	color: #003366;
	font-size: medium;
}
.style9 {
	font-size: x-large;
	color: #005596;
}
.style10 {color: #000000}
body{
	background: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #005596;
}
.style11 {color: #FFBA2D}
.style12 {font-size: 9px}
.style13 {font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #2A5F98;
}
.header-left {
	position: absolute; top: 10px; left: 10px;
	width: 540px;
}
.header-right {
	position: absolute; top: 10px; left: 551px;	
}
.nav-menu { 
	position: absolute; top: 30px; left: 10px; width: 540px;
}
.content-full { 
	position: absolute; top: 110px; left: 10px; width: 800px;
}
.content-left {
	width: 400px;
	position: absolute; top: 110px; left: 10px; 
	heigth: 254px;
	padding: 2px;
}
.content-right {
	width: 380px;
	height: 254px;
}

