.table {
	border: 1px dotted #003300;
	background-color: #FFFFFF;
	padding: 2px;
}
.body {
	background-color: #CCCCCC;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #004D00;
	letter-spacing: 0.5px;
}
.textBold {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #004D00;
	letter-spacing: 0.5px;
}
.textBoldHigh {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	letter-spacing: 0.5px;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:visited {
	text-decoration: none;
	color: #006600;
}
a:link {
	text-decoration: none;
	color: #009900;
}
