/* CSS Document */

body {
font: 14px; font-family:"Times New Roman", Times, serif;
	color: #666666;}
	
	.bodytext {
	font-size: 14px;
	color: #000000;
}
.headings {
	font-size: 18px;
	color: #006633;
}

a:link {
	color: #FF6600;
	text-decoration: none;
}
a {
	font-size: 14px;
	color: #FF9900;
}
a:visited {
	text-decoration: none;
	color: #FF9900;
}
a:hover {
	text-decoration: underline;
	color: #FFCC00;
}
a:active {
	text-decoration: none;
	color: #FFFF99;
}
