/* CSS Document */
<!--
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background-color: #F0F0F0;
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #99CC33;
}
.Heading1 {
	color: #9D0000;
	font-weight: bold;
	font-size: 12px;
}
.style1 {
	font-size: x-small;
	font-style: italic;
}
.Heading2 {
	color: #DCCA21;
	font-weight: bold;
}
.big_heading {	
	color: #006600;
	font-weight: bold;
	font-size: 16px;
}
.text_orange {
	color: #FFCC00; 
	font-weight: bold; 
	font-size: 12px; 
}
.text_green {color: #003300}

	
-->

