@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #660000;
	text-decoration: underline;
}
a:visited {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #000066;
	text-decoration: none;
}
a:active {
	color: #000066;
	text-decoration: underline;
}
#basenav a	{
	color : #FFF;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:visited {
	color : #FFF;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:active {
	color : #CCC;
	font-size : 14px;
	text-decoration : none;
}
#basenav a:hover {
	color : #CCC;
	font-size : 14px;
	text-decoration : none;
}
h1 {
	font-size: 20px;
	color: #660000;
	font-weight:bold;
	line-height:20px;
	margin-top:0px;
}
h2 {
	font-size: 18px;
	color: #660000;
}
h3 {
	font-size: 16px;
	color: #000066;
	font-weight:bold;
}
h4 {
	font-size: 14px;
	color: #000066;
}
.small {
	font-size:12px;
}
