/* CSS Document */

html, body, form {
	margin: 0;
}
body {
	background-image: url(/imgs/bg/html.gif);
	background-repeat: repeat-y;
	background-position: top center;
}
body, td, input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10pt;
}
a:link, a:visited, a:active, a:focus {
	color: #A9814E;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
.txt_big {
	color: #7C4300;
	font-weight: bold;
}
.fld_std {
	color: #000000;
	background-color: #EBEBED;
	border: 1px solid #7C7F81;
}
.btn_std {
	color: #7C4300;
	font-weight: bold;
}
td.hit_title {
	border: 1px solid #98989A;
	background-color: #F1F1F1;
	padding: 2px 5px 2px 5px;
	text-align: left;
}
td.hit_title a:link, td.hit_title a:visited, td.hit_title a:active, td.hit_title a:focus {
	color: #7C4300;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
td.hit_title a:hover {
	text-decoration: underline;	
}
table#NavTable {
	border: 2px solid #000000;
	background-color: #98989A;
}
div#NavPages, div#NavTotal {
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
}
td.NavActPage {
	color: #FFFFCC;
	font-weight: bold;
	font-size: 12pt;
	padding: 3px;
}
table#NavTable  a:link, table#NavTable  a:visited, table#NavTable  a:active, table#NavTable  a:focus {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: underline;
	padding: 3px;
}
table#NavTable  a:hover {
	color: #FFFFCC;
}