﻿body 
{
    margin-top: 00px;
	margin-bottom: 00px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	background-color: #231F20;
}

p
{
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}

p a
{
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

p a:hover
{
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

.outerbody
{
	width: 600px;
	padding: 10px;
	margin: auto; 
}

.obleft
{
	float: left;
	width: 100px;
}

.obright
{
	float: right;
	width: 500px;
}

.header
{
	width: 600px;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.link
{
	color: #ffffff;
}

h1
{
	font-size: 18px;
}

h2
{
	font-size: 14px;
}

h3
{
	font-size: 13px;
}

.footer
{
	padding-top: 20px;
	width: 620px;
	text-align: center;
	font-size: 10px;
}

.footer a
{
	color: #ffffff;
	font-size: 10px;
}

.clear
{
	clear: both;
}