body {
	font-family: Verdana, Arial, Sans;
	font-size: 12px;
}

body.main {
	background: url('../_images/style/background.jpg') fixed;
}

td {
	font-size: 12px;
}

a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h3 {
	margin: 0 0 5px 0;
}

.fieldLbl {
	font-size: 11px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

hr {
	width: 150px;
	text-align: left;
}

input.fld {
	width: 150px;
}

.nav1 {
	position: relative;
	top: 2px;
	left: 2px;
	border: 1px solid #333333;
	margin-top: 7px;
}
.subnav1 {
	margin-top: 3px;
}
.nav2 {
	background: #000000;
}
.nav3 {
	background: #009D27;
	color: white;
	padding: 5px;
	position: relative;
	top: -1px;
	left: -1px;
	font-weight: bold;
}
.subnav3 {
	padding: 2px;
	font-size: 11px;
	font-weight: normal;
}