body,table,td{
	font-size:11px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	vertical-align:top;
}
body
{
	margin:0px 0px 5px 13px;
	background-color:black;
}

HTML {
   overflow: -moz-scrollbars-vertical;
}
h1
{
	font-size:16px;
	padding:5px;
	color:#642216;
}
h2
{
	font-size:12px;
	color:#000000;
	padding:5px;
}
h3
{
	font-size:12px;
	padding:5px;
}
p
{
	padding-right: 5px;
	padding-left: 5px;
}

a,a:link,a:visited
{
	color:#892C1B;
	text-decoration:underline;
}
a:hover
{
	color:#C97972;
	text-decoration:none;
}
table.headerTable
{
	width:793px;
	height:64px;
	border:0px;
}
table.headerTable a, table.headerTable a:link, table.headerTable a:visited
{
	color:white;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
table.headerTable a:hover
{
	text-decoration:underline;
}
td.sidePanel
{
	width:23px;
	background-color:#CC7A6E;

}
td.sidebar
{
	width:202px;
	background-color:#F3E7E6;
	border-left:1px solid #ffffff;
	vertical-align:bottom;
}
td.subHeaderImagePanel
{
	background-color:#CC7A6E;
	border-top:0px solid black;
	border-bottom:0px solid black;
	height:16px;
}
td.mainContent
{
	padding:4px 4px 4px 4px;
	background-color:white
}
table.joinTable
{
	width:500px;
	float:center;
	padding:3px;
	border:1px solid #CCCCCC;
	background-color:#EBEBEB;
	margin-bottom:20px;
}
table.joinTable td.header
{
	border-bottom:1px solid #CCCCCC;
	background-color:#4E3631;
	font-size:16px;
	font-weight:bold;
	color:white;
	padding:10px;
}
div.error
{
	color:#892C1B;
	font-weight:bold;
}
.message
{
	color:#892C1B;
	font-size:12px;
}
td.footerLinks
{
	color:#570202;
	padding:3px 2px 5px 30px;
}
td.footerLinks a:link,td.footerLinks a:visited
{
	text-decoration:underline;
	color:#570202;
}
td.footerLinks a:hover
{
	color:#000000;
	text-decoration:underline;
}