﻿body
{
	margin: 0;
	background-color: #004B84;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}

img
{
	margin: 0;
	border: 0;
	margin-left: auto;
	margin-right: auto;
}

A:link, A:visited, A:active, A:hover 
{
	text-decoration: none; 
	color: #EA8C00;
}


.header
{
	height: 150px;
	text-align: center;
}

.menuObject
{
	text-align: center;
}

.spacer
{
	height: 10px;
}

.contentHeader
{
	background-image: url('images/content_header_bar.png'); 
	height: 9px;
}

.contentLeft
{
	width: 9px; 
	background-image: url('images/content_left_bar.png');
}

.contentInside
{
	width: 682px; 
	background-color: #ffffff; 

}

.contentRight
{
	width: 9px; 
	background-image: url('images/content_right_bar.png');
}

.contentFooter
{
	background-image: url('images/content_footer_bar.png'); 
	height: 9px;
}

.contentTitle
{
	text-align: left;
	color: #004B84;
	font-size: 14pt;
}

.footer
{
	height: 25px;
	font-size: 8pt;
	color: #cccccc;
	letter-spacing: 1px;
	text-align: left;
	vertical-align: middle;
	padding-left: 3px;
}
