BODY {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style : square
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal
}
.legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold
}
.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFF2;
	background-color: Black
}
.pageheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #336699
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px
}

A:link {
	color: #003399
}
A:visited {  
	color: #993333
}
A:hover {
	color: Red;
	text-decoration: none
}
.button {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
	color:#000000;
	background-color:#98B0E4;
	border-style:outset;
	border-color: #527BD1
}
.dropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	background-color: #FFFFF2;
}
.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	background-color: #FFFFF2
}
.altcolor{
	background-color: #eaeaea;
}
.graytable{
	background-color:#eaeaea; 
}
