body {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
	background: #45738d;
	scrollbar-face-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-arrow-color: #EEE;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
}

table {
	font-family: Verdana;
	font-size: 11px;
	color: #333;
}

.main {width:600px;padding: 0px; border: 1px solid black}
.logo {width:600px; height:407px; background: url('img/header.jpg') no-repeat}
.cont {background:#3d91a3; padding: 3px}

h1, h2 {
	font-size: 14px;
	font-weight: bold;
	font-decoration: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.footer {
	height:60px; text-align:center; font-size: 13px; background: #81acbd; border-top: 1px solid black
}
