body
{
    background-color: #ddddda;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
    margin: auto;
}
h1, h2, h3, h4, h5, p
{
    margin: 0px;
    font-weight: normal;
    padding: 0px;
}
form
{
    margin: 0px;
    width: auto;
    padding: 0px;
}
img
{
    border: 0px;
}
a 
{
    text-decoration: none;
    color: #4174bc;
}
a:hover 
{
    text-decoration: underline;
}
table tr td img 
{
    display: block;
}
object 
{
	display: block;
}
div#AllContent 
{
    text-align: left;
    width: 852px;
    margin: auto;
    font-size: 12px;
}
div#TopOfContentArea 
{
	background-image: url('../images/shadow_top.gif');
	background-repeat: no-repeat;
	height: 8px;
	width: 852px;	
}
div#BottomOfContentArea 
{
	background-image: url('../images/shadow_bottom.gif');
	background-repeat: no-repeat;
	height: 8px;
	width: 852px;	
}
div#ContentArea 
{
	background-color: #ffffff;
	background-repeat: repeat-y;
	background-image: url('../images/background.gif');
	min-height: 50px;
	padding: 12px 20px 12px 20px;
}
div#WordsAboveContentArea 
{
	margin-top: 25px;
	font-size: 9px;
	text-indent: -3000px;
	background-image: url('../images/top_heading.gif');
	background-position: 6px 0px;
	background-repeat: no-repeat;
	height: 14px;
}
div#WordsAboveContentArea h1
{
	float: left;
	font-size: 11px;
	font-family: Verdana, Serif;
	text-transform: uppercase;
	color: #9a9a9a;
	margin-right: 25px;
}
p#Copyright 
{
	font-size: 10px;
	font-family: Verdana, Sans-Serif;
	color: #747474;
	padding-top: 12px;
	padding-left: 12px;
}
p#Copyright a {
	color: #747474;
	border-bottom: dotted 1px #747474;
}
p#Copyright a:hover {
	color: #747474;
	text-decoration: none;
	border-bottom: dotted 1px #747474;
}
div.EndOfList 
{
	clear: both;
}
div#InsideContentArea 
{
	border: solid 1px #c0c0c0;
}