body
	{
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	}
a:link, a:active, a:hover, a:visited
	{
	text-decoration: none;
	color: #000099;
	border-width: 0px;
	}	

ul
	{
	list-style-type: square;
	padding: 10px 10px 10px 10px;
	}
	
h1
	{
	font-family: verdana, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000099;
	text-align: center;
	}
	
table
	{
	border: 0px;
	padding: 5px;
	margin: 0px;
	}
	
/*content images classes*/
.leftimg
	{
	position: relative;
	top: 5px;
	left: 0px;
	float: left;
	border: 1px solid #000099;
	}
	
.rightimg
	{
	}

/* CONTENT WINDOW STYLES */
.contentbox
	{
	font-family: 'Trebuchet MS', sans-serif;
	}

.header
	{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	background-color: #02025B;
	height: 20px;
	padding-left: 10px;
	}
	
.content
	{
	padding: 10 10 10 10;
	font-size: 12px;
	color: #000000;
	text-align: left;
	}

.midborder
	{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	background-color: #66CCCC;
	height: 17px;
	padding-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	}

.midborderleft
	{
	float: left;
	width: 50%;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	vertical-align: middle;
	}

.midborderright
	{
	float: right;
	width: 50%;
	font-size: 10px;
	text-align: right;
	color: #000000;
	line-height: 17px;
	vertical-align: middle;
	}
	
.footer
	{
	font-size: 10px;
	text-align: right;
	color: #FFFFFF;
	background-color: #02025B;
	height: 15px;
	padding-right: 10px;
	border-bottom: 1px solid #000099;
	border-right: 1px solid #000099;
	border-left: 1px solid #000099;
	}

.mapreadout
	{
	color: #02025B;
	font-family: 'Trebuchet MS';
	font-weight: bold;
	font-size: 14pt;
	border: 0;
	}
