@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}

#menu {
	margin-bottom:0px;
}

#submenu    {
	list-style-type:none;
	margin-left: -30px;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-top: 0px;
}
a:link, a:visited, a:active   {
	text-decoration: none;
	color: #02648B;
}

a:hover {
	text-decoration: underline;
	color: #999999;
}


#copy{
	color:#FFFFCC;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	margin-top:5px;
	padding: 10px;
	width: 90%;
}
/* CSS Document */
hr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #02648B;
	border-left-color: #FFFFFF;
}
