html 
{
	background-color : #000000;
}

body
{
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.header
{
	margin-left: auto;
	margin-right: auto;
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
}

.menu
{
	margin-bottom: 0px;
	vertical-align:bottom;
	padding-bottom: 0px;
	background-image: url(../images/header_03.jpg);
	color: #FFFFFF;
	text-align: center;
}

.content_wrapper
{
	border: solid 2px #FFFFFF;
	background-color: #EEEEEE;
	width: 744px;
	margin-left: auto;
	margin-right: auto;
}

.content
{
	border: solid 2px #000000;
}

.title
{
	text-align: left;
	color: #000000;
	font-family: Arial;
	font-size: 18pt;
	margin-left: 20px;
	font-weight: bold;
	margin-top: 15px;
	
}

.copy
{
	text-align: left;
	margin-left: 35px;
	margin-right: 35px;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}

td
{
	text-align: left;
	font-family: Arial;
	font-size: 12pt;
	color: #000000;
}


br
{
	height: 6px;
}

a.link 
{
  color: #000000;
  font-weight: bold;
}

a.link:hover 
{
  color: #777777;
  font-weight: bold;
}

a.head_link, a.head_link:link, a.head_link:visited, a.head_link:active
{
  color: #FFFFFF;
  text-decoration: none;
}

a.head_link:hover {
  color: #DDDDDD;
}

a.locationLink
{
	font-weight: bold;
	text-decoration: underline;
	color: #CC0000;
}

a.locationLink:hover
{
	text-decoration: none;
}

.locationBar
{
	font-size: 9pt;
	margin-bottom: 14px;
}

.postingBox
{
	background-color: #FFFFFF;
	font-size: 10pt;
	line-height: 14pt;
	border: solid 1px #888888;
	padding: 8px;
	margin-bottom: 10px;
	width: 500px;
}

.disclaimerBox
{
	margin-top: 20px;
	background-color: #FBFBFB;
	font-size: 8pt;
	line-height: 15pt;
	border: solid 1px #990000;
	padding: 8px;
	width: 100%;
	color: #444444;
}

img 
{
  border : 0px;
}

.bold
{
	font-weight: bold;
}

.right 
{
	text-align: right;
}

.top
{
	vertical-align: top;
}

.left
{
	text-align: left;
}

form
{
	margin: 0px;
}

.hidden
{
	overflow: hidden;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
}