body {
	background-color: #181932;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

BODY, TD, P {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

H2 {
	font-size: 18px;
	color: #333366;
}

H3 {
	font-size: 14px;
	color: #333366;
}

.padded {
	padding: 8px;
}

.img_left {
	margin-top: 2px;
	margin-right: 20px;
	margin-bottom: 10px;
}

.img_center {
	margin-left: 20px;
	margin-bottom: 10px;
}

.img_right {
	margin-left: 20px;
	margin-bottom: 10px;
}

a {
	color: #333366;
	text-decoration: none;
}

a:hover {
	color: #666699;
	text-decoration: underline;
}

.section {
	top: 0px;
	left: 0px;
	position: relative;
}

#nav_bar {
	top: 52px;
	right: 7px;
	position: absolute;
}

#logo {
	position: absolute;
	top: -60px;
	left: 10px;
	z-index: 1;
}

#company {
	position: absolute;
	left: 119px;
	top: -66px;
}

.nav_menu TD {
	text-align: center;
}

.nav_menu TD a {
	display: block;
	text-decoration: none;
}

.nav_menu TD a:hover {
	text-decoration: underline;
}

.caption {
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

.footer {
	color: #333366;
	text-align: center;
	letter-spacing: 2px;
	padding: 8px;
}

