body, p, table, td, tr, ul, li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: medium; font-size: 11px; color: #333333; } 

body { scrollbar-face-color: #003366; scrollbar-shadow-color: #003366; scrollbar-highlight-color: #003366; scrollbar-3dlight-color: #336699; scrollbar-darkshadow-color: #666666; scrollbar-track-color: #f4f4f4; scrollbar-arrow-color: #FFFFFF; }

input, textarea, select { border: 1px solid #666666; background: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; } 
option { background: #ffffff; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; } 

input.read_only {border: 0; background: #eeeeee;}

.input2 { border: 1px solid #eeeeee; background: #eeeeee; border-style: none; color: #660066; font-size: 12px; background-color: transparent; } 
.input3 { border: 1px solid #009999; background: #eeeeee; }
.input4 { border: 0px solid #009999; background: #eeeeee; }
.gborder { border: 1px solid #009999; }

a { color: #009999; text-decoration: underline; } 
a:hover { color: #003366; text-decoration: underline; }

a.footer { color: #ffffff; text-decoration: none; font-size: 10px; } 
a.footer:hover { color: #ffffff; text-decoration: underline; }

.white { color: #ffffff; }
.blue { color: #003366; }
.ltblue { color: #009999; }
.grey { color: #999999; } 
.purple { color: #cc0000; }
.red { color: #cc0000; }
.smallwhite { color: #ffffff; font-size: 10px; }

.hdblue { font-size: 13px; color: #003366; }
.hdpurple { font-size: 13px; color: #000000; }
.small { font-size: 10px; }
.date { color: #ffffff; font-size: 10px; }

table.OuterTable{
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0px; 
	margin: 0px;  
	border: 1px solid #FFFFFF;
}


table.table1 {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: yellow;
}

table.table1 th {
	border-width: 1px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	background-color: yellow;
	-moz-border-radius: 0px;
}
table.table1 td {
	font-size: 10px;
	border-width: 1px;
	padding: 0px 0px 0px 5px;
	border-style: none;
	border-color: black;
	background-color: #ffffaa;
	-moz-border-radius: 0px;
}
