html,body {
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a:link, .AccordionPanelTab {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #0000FF;
	text-decoration: none;
}
a:hover, .AccordionPanelTabHover {
	color: #009900;
	text-decoration: none;
}
a {
	font-weight: bold;
}
.red {
	color: #FF0000
}
.big {
	font-size: 25px;
}
.medium {
	font-size: 18px;
}
.small {
	font-size: 9px;
}
a:active {
	color: #009900;
	text-decoration: none;
}
.title {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.formHeader {
	background: #649051;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.formRow1 {
	background: #FFFFCC;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.formRow2 {
	background: #FFFF99;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
.formFooter {
	background: #FFFF66;
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
 
#top {
	height: 110px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	background-color: #FFFFFF;
	z-index: 10;
	border-bottom: 1px solid #CCC;
	padding-left: 5px;
}
#content {
    	width: 100%;
	padding-top: 111px;
}

h3 {
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 16px;
}
select {
    padding: 1px;
}
input[type=text], input[type=password] {
    padding: 2px;
}
select, input[type=submit], input[type=cancel], button {
    height: 25px;
}
input[type=submit], input[type=cancel], button {
    margin-top: -1px;
}