body {
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;

}
.base {
	font-family: Tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 5px;
	text-align: left;
	background-color: #A90000;
}
.base a {
	color: #FFFFFF;
	text-decoration : none;
	font-size: 10px;
	font-family: Tahoma;
}
.base a:hover {
	color: #FFFF00;
	text-decoration : none;
	font-family: Tahoma;
	font-size: 10px;
}
.base a:active {
	color: #FFFF00;
	text-decoration : none;
	font-family: Tahoma;
	font-size: 10px;
}
a.navigation{
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: #A90000;
    } 
a.navigation:Visited{ 
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
a.navigation:Hover{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-color: #ffffff;
}
a.navigation:Active{
	text-decoration: none;
}
.nav-bar {
	padding-right: 0px;
	padding-left: 0px;
	background-color: #A90000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #c0c0c0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c0c0c0;
}
.left {
	width: 210px;
	background-color: #676D56;
	vertical-align: top;
}
h1 {
	font-family: Tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	margin-bottom: 15px;
	margin-left: -5px;
	margin-right: 5px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #0C5808;
	border-left-color: #0C5808;
	padding-bottom: 5px;
	padding-top: 10px;
	padding-left: 10px;
}
p {
	font-family: Tahoma;
	font-size: 12px;
	color: #000000;
}
.sub {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #0C5808;
}
.main {
	padding-left: 5px;
	padding-bottom: 5px;
}
.border {
	border-width: 2px;
	border-color: #009966;
	border-style: solid;
}
ul {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #0C5808;
}
a {
	font-family: Tahoma;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-family: Tahoma;
	color: #FF9900;
	text-decoration: none;
}
a:active {
	font-family: Tahoma;
	color: #FF9500;
	text-decoration: underline;
}
.bold {
	font-weight: bold;
}
.green {
	color: #009966;
}
.bgred {
	background-color: #A90000;
}
.box1 {
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0000;
	background-color: #FFE5E5;
	padding: 5px;
	font-weight: bold;
	border: 1px dotted #FF0000;
	width: 460px;
	margin-left: 37px;
}
.box1 a {
	color: #CC0000;
	text-decoration: underline;
	font-weight: normal;
	font-size: 10px;
}
.box1 a:hover {
	color: #000080;
	text-decoration: underline;
	font-size: 10px;
}