/* CSS Document */

body,td,th {
	color: #FFFFFF;
	font-size:14px;
}
a:link {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
}
a:visited {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
}
a:hover {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight: bold;
}
a:active {
	color: #FFFFFF;
	font-size:14px;
	text-decoration:none;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.formelement {
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #666666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #333333;	
}
.even {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #333333;
	border: thin solid #999999;
}
.odd {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #666666;
	border: thin solid #CCCCCC;
}
.even:hover {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #CCCCCC;
	background-color: #000000;
	border: thin solid #999999;
}
.odd:hover {
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
	color: #CCCCCC;
	background-color: #000000;
	border: thin solid #CCCCCC;
}
.searchres {
	height: auto;
	width: 800px;
	border: thin double #FFFFFF;
}