@charset "UTF-8";
/* CSS Document */

<style type="text/css">

body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}
.oneColFixCtr #container {
	width: 1500px;
	text-align: right;
	vertical-align: middle;
	height: 200px;
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	margin: auto;
	padding: 5px;
	float: right;
	color: #FFFFFF;
	line-height: 50px;
	font-weight: bold;
	font-variant: normal;
	border-top-width: thick;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #0099FF;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #00FFFF;
}
.oneColFixCtr #mainContent {
	padding: 0 20px;
	background-color: #66FFFF;
}
a:link {
	color: #00FFFF;
	text-decoration: none;
}
a:visited {
	color: #00FFFF;
	text-decoration: none;
}
a:hover {
	color: #00FFFF;
	text-decoration: none;
}
a:active {
	color: #00FFFF;
	text-decoration: none;
}

</style>
