td {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 }


.header {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

a {
	color: #003333;
}

a:hover {
	COLOR: #fca534;
	text-decoration: underline;
}

.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.sidenav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

a.sidenav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #fca534;
}
.formHeader {
	font-size: 18px;
	font-weight: bold;
	color: #666666;

}
.formContent {
	font-size: 11px;
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

textarea {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 }

body {
    BORDER-RIGHT: 0px;
    PADDING-RIGHT: 0px;
    BORDER-TOP: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    BORDER-LEFT: 0px;
    PADDING-TOP: 0px;
    BORDER-BOTTOM: 0px;
}

h1 {
   font-size:120%;
   color:#363;
   font-weight:normal;
		}
h2 {
   font-size:110%;
   font-weight:normal;
		}

.hidden{
   display:none;
		}

.shown{
   display:block;
		}

.trigger{
   background:#ccf;
		}

.open{
   background:#66f;
		}

.hover{
   background:#99c;
		}
