body {
	background-color: #2E322F;
	background-image: url(images/bodybg.gif);
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a{
	color: #000000;
	text-decoration: none;
}
a:hover{
	color: #ffffff;
	text-decoration: none;
}
.topMenu{
	color: #ffffff;
}
.topMenu a{
	color: #999999;
}
.topMenu a:hover{
	color: #ffffff;
	text-decoration: underline;
}
td{
	font-size: 12px;
	color: #333333;
}
H1 {
	font-size: 20px;
}
H2 {
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
H3{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
H4{
	padding: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
FORM {
	margin: 0px;padding: 0px;
}
DIV {
	margin: 0px;padding: 0px;
}
p{
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
IMG {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
UL {
	margin: 0px;padding: 0px;
	list-style-type: none;
}
LI {
	margin: 0px;padding: 0px;
	list-style-type: none;
}
dl{
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	clear: both;
	display: block;
	height: 18px;
	padding: 5px;
}
dl a{
    color:#406474;
}
dl a:hover{
	color:#990000
}
dl:hover{
	background-color: #999999;

}

dd{
	margin: 0px;
	padding: 0px;
	float: left;
}
dt{
	margin: 0px;
	padding: 0px;
	float: right;
}
.topLine{
	height: 15px;
	margin: 0px;
	padding: 0px;
}
.clear{
	clear: both;
	height: 10px;
	overflow: visible;
	*overflow: hidden;
}
.right{
	float: right;
}
.left{
	float: left;
}
strong{
	margin-right: 5px;
	margin-left: 5px;
}

.red{
	display: inline;
	padding: 5px;
	background-color: #131313;
	color: #FFFFFF;
}
.red:hover{
	background-color: #990000;
}
.unline{
	text-decoration: underline;
}
.input{
	background-color: #CCCCCC;
	height: 22px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#result_list {
	margin-top: 20px;
}
#result_list a{
	text-decoration: none;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-right: 5px;
	background-color: #999999;
	color:#333333;
	display: block;
	border: 1px solid #666666;
	background-image: url(images/but_bg.gif);
	background-repeat: repeat-x;
}
#result_list a:hover{
	background-color: #eeeeee;
	color:#990000;
}
#result_list LI{
	float: left;
}
#result_list Li.page{
	font-weight: bold;
	color: #FFFFFF;
	PADDING-RIGHT: 10px;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 3px;
	PADDING-TOP: 3px;
	float: left;
	margin-right: 5px;
	background-color: #90051A;
	border: 1px solid #000000;
	background-image: url(images/but_bg_on.gif);
}