body
{
	padding: 0px;
	font-size: 10pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.kw
{
	font-size: 11pt;
	font-weight: normal;
}

.container
{
	margin: auto;
	width: 750px;

}

.bar
{
	height: 20px;
	width: 100%;
	background-color: #781718;
	vertical-align: middle;
	padding: 0px;
	margin: 0px;
}

.navBar
{
	line-height: 20px;
	text-align: right;
	width: 700px;
	margin: auto;
	color: white;
}

.navBar a:link 
{
	color: #ffffff;
	text-decoration: none;
}

.navBar a:visited 
{
	color: #ffffff;
	text-decoration: none;
}

.navBar a:hover 
{
	text-decoration: underline;
}

.navBar a:active 
{
	color: #ffffff;
}

a:link 
{
	text-decoration: none;
}

a:visited 
{
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}

a:active 
{
	color: #000000;
}

.footer
{
	clear: both;
	border-top: 1px solid #000000; 
	text-align: center;
	font-size: 9pt;
}

.mainBody
{
	min-height: 500px;
}