
body {
	margin: 2em;
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	color: black;
	}
	
body, table {
	font-size: 12px;
	}
	
table.formTable .textfield {
	border: solid black;
	border-width: 1px;
	padding: 2px;
	}
		
table#leftnav p {
	margin: 10px;
	color: white;
	font-weight: bold;
	}
	
p.topwhite {
	margin-left: 12px;
	color: white;
	}
	
.category {
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	color: #003366;
	}
	
.sm {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	font-size: 9px;
	}
	
.white {
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-transform: uppercase;
	}
	
h2 {
	font-size: 18px;
	font-weight: bold;
	color: white;
	margin: .0em;
	}
	
a.white:link, a.white:visited {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
	text-transform: capitalize;
	}
	
a.white:hover {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: white;
	text-decoration: underline;
	text-transform: capitalize;
	}
	
a:link, a:visited {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #336699;
	text-decoration: none;
	}	
	
a:hover {
	font-family: "verdana", "helvetica", "arial", sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #003366;
	text-decoration: underline;
	}
