html {
	font-size: 10px;
}
body {
    margin: 0px;
	margin-bottom: 3px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
    padding: 0px;
	width: 100%;
}
table {
	font-size: 10px;
}
h1 {
    display: inline;
	font-size: 24px;
}
table.blueborder {
	border: 1px;
	border-top: 3px;
	border-color: #004499;
	border-style: solid;
}
div.menu {
	position: absolute;
	top: 124px;
	height: 22px;
	padding: 0px;
	padding-right: 7%;
	display: inline;
}
div.footer {
	position: relative;
	padding: 0px;
	display: inline;
	vertical-align: bottom;
    height: 24px;
}
a {
	font-family: Arial, Helvetica, sans-serif; 
	color: #303030;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	color: #303030;
	text-decoration: none;
}
a:hover {
	color: #101010;
	text-decoration: underline;
	cursor: pointer;
}
a.footerlink {
	font-family: Arial, Helvetica;
	color: #303030;
    font-size: 10px;
	font-weight: bolder;
	text-decoration: none;
}
a.footerlink:visited {
	color: #303030;
	text-decoration: none;
}
a.footerlink:hover {
	color: #808080;
	text-decoration: none;
	cursor: pointer;
}
.menutabtd {
	background-image: url(tab_left.gif);
	width: 10px;
	height: 22px;
	padding: 0px;
}
.menufilltd {
	background-image: url(tab_fill.jpg);
	height: 22px;
	text-align: left;
	white-space: nowrap;
	padding: 0px;
}
.menufilltd:hover {
	cursor: pointer;
}
a.menulink {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
    font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a.menulink:visited {
	color: #303030;
    font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
}
a.menulink:hover {
	color: #808080;
    font-size: 11px;
	font-weight: bolder;
	text-decoration: none;
	cursor: pointer;
}
.formcheckbox {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
    font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	width: 14px;
}
.formchecktext {
	font-family: Arial, Helvetica, sans-serif;
	color: #303030;
    font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.formtdcell {
	border-style: solid; 
	border-color: #000000; 
	border-width: 1px; 
	background-color: none;
}
.formtdhead {
	border-style: solid; 
	border-color: #000000; 
	border-width: 1px; 
	background-color: #ededed;
}
.formtdheadmain {
    border-style: solid; 
	border-color: #000000; 
	border-width: 1px; 
	background-color: #808080;
}
.formtdsubmit {
    border-style: solid; 
	border-color: #000000; 
	border-width: 1px; 
	background-color: #808080;
}
ul {
	line-height: 200%;
}
.nowrap {
	white-space: nowrap;
}
