body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#738639;
}
a:link, a:visited {
		font-family:Arial;
		font-size:11px;
		text-decoration:none;
		color:#463715;
		font-weight:bold;
	}
a:hover, a:active {
		font-family:Arial;
		font-size:11px;
		text-decoration:underline;
		color:#463715;
		font-weight:bold;	
	}

h1{
		font-family:Arial;
		font-size:16px;
	}
h2{
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
}
h3{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
}
.whitebg{
	background-color:#E2E2D1;
	color:#463715;
	font-size:11px;
}


.greybg{
	background-color:#CCCCCC;
	font-size:12px;
	font-family:Arial;
	font-weight:bold;
	border:1px solid #0480b7;
}


.mainbg{
	background-color:#FFFFFF;
}

TH {
	color: #FFFFFF;
	background-color: #738639;
	font-size: 10px;
	font-weight: bold;
}

TR.iter1 {
	background-color:#CCCCCC;
	font-size: 10px;

}
	
TR.iter2 {
	background-color:#FFFFFF;
	font-size: 10px;

}



/* Sortable tables */
table.sortable a.sortheader:hover {
	FONT-SIZE: 10px; 
	COLOR: #000066; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
	TEXT-DECORATION: none;
	background-color: white;
}

/* Sortable tables */
table.sortable a.sortheader {
    FONT-SIZE: 10px; 
	COLOR: WHITE; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    VERTICAL-ALIGN: top;
    text-decoration: none;
    
}
table.sortable span.sortarrow {
    FONT-SIZE: 10px; 
	COLOR: WHITE; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; 
    text-decoration: none;
}
fieldset {
	color: #F00;
	border-bottom-color: #738639;
}
legend {
	font-weight: bold;
	text-align: left;
}
