/* CSS Document */
body {
	background-color: #006633;
}
body,td,th {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.RedItalicBlink {
	color: #FF3300;
	text-decoration: blink;
	font-style: italic;
}
a:link {
	color: #00FF00;
}
a:hover {
	color: #66FF66;
}
a:active {
	color: #FFFF00;
}
a:visited {
	color: #CCCCCC;
}
.grnTxt {color: #00FF00}
.OrangeText {color: #FF9966}
