/* CSS Document */

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	SCROLLBAR-FACE-COLOR: #ADCEFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #ADCEFA; 
	SCROLLBAR-3D-LIGHT-COLOR: #ADCEFA; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-DARK-SHADOW-COLOR: #ADCEFA; 
}

TD, P, DIV, A, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TABLE.tbl {
	border: 1px solid #333333;
}
TABLE.header_footer {
	background-color: #FFE8B7;
	border: 1px solid #222222;
	color: #334444;
}
DIV, TD.x_small_txt {
	font-family: 'Arial';
	font-size: 7pt;
}



/*
	Links
*/
a {
	color: 'darkorange';
	text-decoration: none;

}
a:hover {
	text-decoration: underline;
	color: 'black';
	background-color: white;
}
a:active {
	color: 'darkorange';
	text-decoration: none;
}
a.headings {
	color: white;
	background: #FFCC00;
	font-variant: small-caps;
	font-size: 10pt;
	font-weight: bold;
	border: 1px solid #333333;
	padding-left: 10;
	padding-right: 10;
}

