html, body, input, table, tr, td, div#left, div#right, span.footer, select {		
	text-align:		left; 
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		11px;
	color:			black;
}

div#title, div#title_left, div#title_right  {
	color:			white;
	font-weight:	bold;
}

span.title_orange {
	color:			#ff903f;
	font-weight:	bold;
}

a.:link {color: black}     /* unvisited link */
a.:visited {color: black}  /* visited link */
a.:hover {color: #ff903f}   /* mouse over link */
a.:active {color: black}   /* selected link */
