@charset "utf-8";
body, select, input {
	font-family: Tahoma, Verdana;
	font-size: 11px;
	line-height: 170%;
	margin: 0px;
	padding: 0px;
}
.banner_bg {
	background-image: url(images/banner_bg.gif);
	background-repeat: repeat-x;
}
.status_bg {
	margin-top: 15px;
	background-image: url(images/status_bg.gif);
	background-repeat: no-repeat;
	height: 95px;
	padding-bottom: 20px;
}
.status_text {
	padding-left: 6px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	margin-bottom: 15px;
	font-weight: bold;
}

.header {
	color: #FFFFFF;
	background-color: #666666;
}
.nav {
	background-color: #EFEFEF;
}
.highlight {
	background-color: #FAFAFA;
}
.largetext {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	font-weight: bold;
}
.tableline {
	border: 1px solid #666666;
	background-color: #FFFFFF;
}
a,a:link,a:active,a:visited {
	text-decoration: none;
	color : #667799;
}
a:hover	{
	text-decoration: none;
	color : #224466;
}
img {
	border: 0px;
}
