/* CSS Document */

BODY {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TD, P, DIV, A, {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
TABLE.tbl {
	border: 1px solid #AAAAAA;
}
TABLE.header_footer {
	background-color: #DDDDDD;
	border: 2px solid #666666;
}
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;
}
