/*  Main Styles */

.printLogo{
	display:none;
}

.screenLogo{
	display:inline;
}

html, body
{
	font-family: verdana, helvetica, sans-serif;
	font-size: 14px;
	color: black;
	background: #757d8a url(/images/gradient.png) top repeat-x; 
	margin: 0px;
	padding: 0px;
}

td {
vertical-align:top;
}

a:link {color: #783034;}
a:visited {color: #132744;}

img
{
	border: 0;
}

form
{
	margin: 0;
	padding: 0;
}
.body
{
	line-height: 14px;
	color: #000000;
	padding: 15px;
}

.body strong
{
	color: #783034;
	font-weight: bold;
}

.body ul {
	font-size: 15px;
	line-height: 14px;
	color: #000000;
	list-style-image: url(/images/common/bullet.gif);
	padding: 4px 0px 0px 18px;
	margin: 0px;
}
.body ul a  {
	color: #783034;
	list-style-image: url(/images/common/arrow_red.gif);
	text-decoration: none;
}

.body ul a:hover {
	color: #783034;
	text-decoration: underline;
}

ul.underline a {
text-decoration: underline;
}

ul.underlinelist a:link, ul.underlinelist a:visited {
text-decoration: underline;
}

.floatright
{
margin: 0 0 10px 10px;
border: 1px solid #666;
padding: 2px;
text-align:center;
font-size: 10px;
float: none;
/* IE/mac Hack \*/
float: right;
/* end hack */
}

.floatleft
{
margin: 0 10px 10px 0;
border: 1px solid #666;
padding: 2px;
text-align: center;
font-size: 10px;
float: none;
/* IE/mac Hack \*/
float: left;
/* end hack */
}

.floatleft p
{
margin-top: 5px;
width: 18em;
font-size: 10px;
}

.centeredimage {
	border: 1px solid #666;
	padding: 2px;
	text-align: center;
	font-size: 10px;
    display: block;
    margin-left: 160px;
    margin-right: 160px; 
	}

#image
{
border: 1px solid #666;
padding: 2px;
text-align: center;
}


.bodyBorder
{
	line-height: 14px;
	color: #000000;
	padding: 15px;
	border-right: #ABB0B1;
	border-width: 0 1px 0 0;
	border-style: none dotted none none;
}

.bodyBorder strong
{
	color: #783034;
	font-weight: bold;
}

.bodyBorder ul {
	line-height: 14px;
	color: #333333;
	list-style-image: url(/images/common/arrow_red.gif);
	padding: 4px 0px 0px 18px;
	margin: 0px;
}
.bodyBorder ul a {
	color: #000000;
	text-decoration:none;
}

.bodyBorder ul a:link, .bodyBorder ul a:visited {
	color: #000000;
   line-height: 13px;
}
.bodyBorder ul a:hover {
	color: #783034;
	text-decoration: underline;
}

.bodyBorder ul li  {
	list-style-image: url(/images/common/arrow_red.gif);
	padding: 1px 0px 2px 0px;
}

.bodyBorder ul li a {
	color: #000000;
}

