html,body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #002F58;
	color: #002F58;
	height: 100%;
}
h1 {
	font-size: 17px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	margin-right: 15px;
	margin-bottom: -12px;
	margin-left: 15px;
	margin-top: 12px;
}
h1.side {
	font-size: 17px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
}
hr {
	margin-right: 15px;
	margin-left: 15px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 0px;
	border-top-color: #CCCCCC;
	border-left-width: 0px;
	margin-top: 5px;
	margin-bottom: -7px;
}
ul {
padding-left:0px;
	margin-left: 33px;
	margin-top: 12px;
	margin-bottom: 0px;
	margin-right:15px;
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
}
ul.side {
padding-left:0px;
	margin-left: 33px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-image: url(images/bullet.gif);
	font-size: 12px;
}
p {
	font-size: 12px;
	margin-top: 12px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p.side {
	font-size: 12px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p.footer {
	font-size: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p.nav {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #5093C5;
}
a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #5093C5;
}
a:active {
	text-decoration: none;
	font-weight: normal;
	color: #5093C5;
}
a:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #5093C5;
}
tr.over {
	background-image: url(images/nav_over.gif);
	cursor: pointer;
}
#bg {
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	height: 100%;
}
table.main {
	height: 100%;
	background-image: url(images/middlebg.jpg);
}
a.footer:link {
	text-decoration: none;
	font-weight: normal;
	color: #002F58;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: normal;
	color: #002F58;
}
a.footer:active {
	text-decoration: none;
	font-weight: normal;
	color: #002F58;
}
a.footer:hover {
	text-decoration: underline;
	font-weight: normal;
	color: #002F58;
}
a.nav:link {
	text-decoration: none;
	color: #002F58;
}
a.nav:visited {
	text-decoration: none;
	color: #002F58;
}
a.nav:active {
	text-decoration: none;
	color: #002F58;
}
a.nav:hover {
	text-decoration: none;
	color: #002F58;
}
h3 {
	font-size: 13px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-top: 0px;
}
#heading {
	line-height: 18px;
	background-color: #296490;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003058;
	vertical-align: middle;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
}
#heading-over {
	line-height: 18px;
	background-color: #003058;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 0px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003058;
	vertical-align: middle;
	font-size: 12px;
	margin-top: 12px;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
}
form {
	margin: 0px;
	padding: 0px;
}
input.button {
	font-size: 12px;
	background-color: #296490;
	border: 1px solid #002F58;
	height: 25px;
	width: 150px;
	color: #FFFFFF;
}
input {
	font-size: 12px;
	border: 1px solid #002F58;
}
select {
	font-size: 12px;
	border: 1px solid #002F58;
}
textarea {
	font-size: 12px;
	border: 1px solid #112173;
	width: 369px;
}
#error {
	font-size:7pt;
	color:#CCCCCC;
}

