@charset "utf-8";
/* CSS Document */

#main {margin: 0 auto; width: 770px; }
div#records table {
	width: 650px;
	border-collapse:collapse;
	border:1px solid #FFCA5E;
}
#records caption {
	font: 1.8em/1.8em Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 10px;
	background: url(bg_caption.jpg) right top;
	height: 45px;
	/*color: #FFAA00;*/
	color: #EA9E00;
}
#records thead th {
	background: url(bg_th.jpg) no-repeat right;
	height: 47px;
	color: black;
	/*font-size: 0.8em;*/
	font-size: small;
	font-weight: bold;
	padding: 0px 7px;
	margin: 20px 0px 0px;
	text-align: left;
	border-right: 1px solid #FCF1D4;
	font-family:Arial, Helvetica, sans-serif;
}
#records tbody tr {
background: url(bg_td1.jpg) repeat-x top;
}
#records tbody tr.odd {
	background: #FFF8E8 url(bg_td2.jpg) repeat-x;
}

tbody.only td,th {
	/*font-size: 0.8em;*/
	font-size: small;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	padding: 10px 7px;
	border-top: 1px solid #FFCA5E;
	border-right: 1px solid #DDDDDD;
	/*text-align: left;*/
}
#records a {
	color: blue;
	font-weight: bold;
	text-decoration: underline;
}

#records a.linksmall {
	color: green;
	font-weight: normal;
	text-decoration: underline;
	font-size: smaller;
}

#records a.comment {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
	text-align:left;
}

a:hover {
	color: #F8A704;
	text-decoration: underline;
}
#records tfoot th {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}
#records tfoot td {
	background: url(bg_total.jpg) repeat-x bottom;
	color: #FFFFFF;
	height: 30px;
}

.pages1 { font-family:Arial, Helvetica, sans-serif;
font-size: 1em; }
#content p { 
font-size: small;
font-family: Verdana, Arial, Helvetica, sans-serif;
 }
 
 .style4 {
	font-size: small;
	font-family: Verdana, Geneva, sans-serif;
}