<style>

.blank {}

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: 30px;
	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;
	height: 100%;
	vertical-align: top;
}

.required {
	color: #FF0000;
}

.div_header {
	background: url('images/bg_header.jpg');
	background-position: top right;
	background-repeat: no-repeat;
	width: 100%;
	height: 150px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';
	font-size: 16pt;
}

.div_top_menu {
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	background-position: top right;
	background-repeat: no-repeat;
}
.div_top_menu a {
	color: #99CC66;
	text-decoration: none;
	}
.div_top_menu a:hover {
	color: #FF99CC;
	}
.div_top_menu_item {
	display: inline-block;
	padding: 0 15 0 15;
	}
	
.div_wrapper {
	width: 100%;
	height: 100%;
}

.div_content {
	padding: 10 10 10 10;
	width: 90%;
	float: left;
	}

.div_side_menu {
	width: 160px;
	margin-right: 40px;
	padding: 15 5 5 15;
	height: 100%;
	background: #000000 url('images/bg_sidemenu.jpg');
	background-position: top center;
	background-repeat: no-repeat;
	float: right;
}
.div_side_menu a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
.div_side_menu a:hover {
	color: #FF99CC;
	}
.div_side_menu_item {
	text-align: left;
	padding: 5 5 5 5;
	}
.div_bottom_menu {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', 'sans-serif';
	font-size: 10pt;
	color: #FFFFFF;
	height:18pt;
	text-align: center;
	float: left;
	width:100%;
	padding: 25 5 5 5;
}
.div_bottom_menu a {
	color: #66CCFF;
	font-weight: bold;
	text-decoration: none;
	}
.div_bottom_menu a:hover {
	color: #FF0000;
	}
.div_bottom_menu_item {
	float: right;
	padding: 0 0 0 15;
	}
.support {
	background: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 8pt;
	padding: 3;
	width: 100%;
	float: left;
	text-align: center;
	}
.support a {
	color: #666666;
	text-decoration: none;
	}
.support a:hover {
	color: #FF0000;
	text-decoration: underlined;
	}
</style>