BODY {
scrollbar-face-color: #003366; 
scrollbar-shadow-color: #CCCCCC; 
scrollbar-highlight-color: #330033; 
scrollbar-3dlight-color: #000000;
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #000080; 
scrollbar-arrow-color: #333300;
}

A:hover {text-decoration:bold; color:#FF9966; font-size: 8pt;}
A:link {text-decoration:none; color:#FFFFFF;  font-size: 8pt;}
A:visited {text-decoration:none; color:#FFFFCC; font-size: 8pt;}
td {  font-family: "arial"; font-size: 10pt; color: #333300; text-decoration: none}p,h1,h2,h3 {  font-family: "arial"; font-size: 10pt; color: #333300; text-decoration: none}
br {  font-family: "arial"; font-size: 10pt; color: #333300; text-decoration: none
}


/*--- List Page Table ---*/ 

.record_table
{
	text-align:left;
	/*margin: 0 auto;*/
	border: 1px solid #DDD;
}

.record_table_column_title
{
	font-weight: bold;
	font-size: 12px;
	text-align: left;
	padding: 9px 15px;
}

.record_table_data
{
	padding: 9px 15px;
	text-align: left;
}

.record_table .row_header td
{
	border-bottom: 1px solid #DDD;
}

.record_table .row_odd td, .record_table .row_even td
{
	border-top: 1px solid #EEE;
}

.record_table .row_odd, .record_table .row_first
{
	background: #f4f6f7; /*#f2f6f9;*/ /*#E8ECF0; #*/
}

.record_table .row_even
{
	background: #fff; /*#f2f6f9;*/ /*#E8ECF0; #*/
}
