.h1           { font-family: Tahoma; font-size: 110%; font-weight: bold }
.XMenuText   	{ font-family: Tahoma; font-size: 70%; text-align: left; margin-left: 10 }
.BoldBodyText { font-family: Tahoma; font-size: 70%; font-weight: bold }
.h2           { font-family: Tahoma; font-size: 90%; font-weight: bold }
.PageTitle    { font-family: Tahoma; font-size: 80%; font-weight: bold }
.SubTitle     { font-family: Tahoma; font-size: 80%; text-decoration: underline }
.Body         { font-family: Tahoma; font-size: 70%; }
a:hover      	{ text-decoration: underline; }
a            	{ color: #186B1F; text-decoration: none }
table.standard {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: #999999;
	border-collapse: collapse;
	background-color: white;
}
table.standard th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #999999;
	-moz-border-radius: 3px;
}
table.standard td {
	font-family: Tahoma; 
	border-width: 1px;
	padding: 1px;
	border-style: solid none solid none;
	border-color: #999999;
	-moz-border-radius: ;
}