/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	background-color: #a8b400;
	height: 100.05%;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: red;
}

.formtxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 12px;
	font-weight: normal;
	color: #000000;
}

A:hover {
	text-decoration: underline;
	color: #a8b400;
}

A:link {
	text-decoration: none;
	color: #a8b400;
}

A:visited {
	text-decoration: none;
	color: #a8b400;
}

.footer {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 9px;
}

a.footer:hover {
	text-decoration: underline;
}

a.footer:link {
	text-decoration: none;
	font-weight: normal;
}

a.footer:visited {
	text-decoration: none;
}

.headline {
	font-weight: bold;
	color: #000000;
}

.navigation {
	font-size: 13px;
	line-height: 15px;
	color: #a8b400;
	font-weight: bold;
	display: block;
	padding-top: 9px;
}

A.navigation:hover {
	text-decoration: underline;
	color: #a8b400;
	font-weight: normal;
}

A.navigation:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

A.navigation:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.subnavi {
	font-size: 13px;
	color: #a8b400;
	font-weight: normal;
	display: block;
}

A.subnavi:hover {
	text-decoration: underline;
	color: #a8b400;
	font-weight: normal;
}

A.subnavi:link {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

A.subnavi:visited {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}

.tablecolor1 {
	background-color: #FFFFFF;
}

.tablecolor2 {
	background-color: #CCCCCC;
}

.tablecolor3 {
	background-color: #a8b400;
}






#mainnav {
	margin:0px;
	padding:0px;
	list-style:none;
	}

#mainnav li {
	float:left;
	display:inline;
	position:relative;
	margin:0px;
	padding:0px 0px 0px 0px;
	font-size:100%;
	}
	 
#mainnav a {
	color:#44413E;
	text-decoration:none;
	}
	
#mainnav a:hover {
	color:#ccc;
	}	
	
#mainnav li.active a {
	color:#ccc;
	}


	
.subnav { 
	display:none;
	position:absolute;
	top:2.1em;
	left:39px;

	overflow:hidden;
	font-size:100%;
	width:500px;

	margin:0px;
	padding:0px;
	list-style:none;
	}

	
.subnav li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	
	float:left;
	display:inline;
	position:relative;
	margin:0px;
	padding:0px 0px;
	font-size:100%;
	}
	
.subnav a {
	color:#44413E !important;
	text-decoration:none !important;
	}
	
.subnav a:hover {
	color:#a8b400 !important;
	}	
	
.subnav li.active a {
	color:#a8b400 !important;
	}
	
	
 
