html[xmlns^="http"] {
	overflow-y: scroll;
}
         
html, body {
	background: #A9A9A7; 
	background-image:url(images/bg.gif);
	height: 100%;
	}

body {
	margin: 0; 
	padding: 0; 
	font-family: verdana, helvetica, sans-serif;
	height: 100%;
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

li {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height:1.2em;
}

a.content:link, a.content:visited { 
	text-decoration:none; 
	color:#FFD063; 
	}


a.content:hover, a.content:active { 
	text-decoration:underline; 
	color:#FFD063; 
	}

a.highlight:link, a.highlight:visited { 
	text-decoration:none; 
	color:#E9E9E9; 
	}


a.highlight:hover, a.highlight:active { 
	text-decoration:underline; 
	color:#E9E9E9; 
	}

a.navlink  {
	text-decoration:none; 
	color:#000000; 
}

a.navlink:link, a.navlink: visited {
	text-decoration:none; 
	color:#000000; 
}

a.navlink:hover, a.navlink:active {
	text-decoration:underline; 
	color:#000000; 
}


.content {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #A9A9A7;
	}

.highlight {
	font-family: verdana, helvetica, sans-serif;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #E9E9E9;
	margin-bottom:3px;
	}

.title {
	font-family: verdana, helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #F1A70C;
	font-weight:bold;
	margin-bottom: 13px;
	}

.navactive {
	background-color: #F1A70C;
	width: 180px;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

.navinactive {
	width: 180px;
	height: 20px;
	margin-top: 1px;
	margin-bottom: 1px;
	}

.navinner {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	padding-left: 20px;
	padding-top: 2px;
	}

.navsubinner {
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 40px;
	padding-top: 3px;
	}

.navspacer {
	height: 4px;
	overflow:hidden; 
}

.navline {
	margin-left:20px;
	margin-right:20px;
	height: 1px;
	overflow:hidden; 
	background-color: #F1A70C;
	}

.spacer {
	overflow:hidden; 
}

.tab1 {
	border:1px solid #000000; 
	border-collapse:collapse;
	background-color: #353537;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #A9A9A7;
}

.tab1head {
	border:1px solid #000000; 
	border-collapse:collapse;
	background-color: #A9A9A7;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	text-align:center;
}

.newsspacer {
	height: 14px;
	overflow:hidden; 
}

.box {
	width:180px;
	margin-bottom:8px;
	background-color: #353537;
}

.boxtitle {
	padding-top:2px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:3px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #000000;
	background-color: #A9A9A7;
	border-bottom: 2px solid black;
}

.boxcontent {
	padding-top:1px;
	padding-left:6px;
	padding-right:6px;
	padding-bottom:3px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #A9A9A7;
	}

.inputfields {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #E9E9E9;
	border: 1px solid #A9A9A7;
	background-color: #353537;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 338px;
	margin: 0px;
}

* html .inputfields {
	width: 350px;
}

.formbutton {
	font-family: verdana, helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #E9E9E9;
	background-color: #F1A70C;
	padding: 0px;
	width: 80px;
	margin: 0px;
}