body {	
	background: #0066CC;
	color: #FFFFFF;
	margin: 0px;
	font-family: Arial, sans-serif;
}

a {
	color: #CCFFFF;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #99CCFF; 
}

td {
	font-size: 11pt;	
}

.topstrip {
	background: url('images/banner_top.jpg');
	background-position: center;
	height: 200px;
}

.menustrip {
	background: url('images/bg_topmenu.jpg');
	text-align: center;
	height: 50px;
}

.submenu {
	background: #99CCFF;
	height: 15px;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 10pt;
}
.submenu a {
	color: #0066CC;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
}

.mainbody {
	background: url('images/bg_body.jpg');
	background-repeat: no-repeat;
	padding: 15px;
	height: 100%;
	vertical-align: top;
}