.formbuttons {
	background-color: #EEF3FB;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	height: 25px;
	width: 100px;
}

Body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 8pt;
}

TD, TH { // Yes, you have to do TD and TH seperately
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

Input {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

.Dropdown {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10pt;
}

a:visited, a:link, a:hover, a:focus, a:active, a, .navmouseover {
	color: green;
	text-decoration: none;
	font-weight: bold;
}

a:hover, .navmouseover {
	color: black;
	font-weight: bolder;
}
.header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.adminheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	text-align: center;
	height: 50;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.TDHeaders {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: BLUE;
	font-weight: bold;
	text-decoration: none;
}