﻿BODY
{
	background-color: #ffffff;  /* white */
}

BODY, DIV, P, SPAN, TD, TH
{
	cursor: default;
	font-family: Verdana;
	font-size: 11pt;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	color: #000;  /* black */
}

BODY, DIV
{
	text-align: center;
}

IMG
{
	border: 0px;
}

.content
{
	text-align: left;
	color: #5c5c5c; /* dark grey */
}

DIV.cntLogo
{
	background-color: #fff;
	width: 816px !important;
	height: 71px !important;
	padding: 0px;
	margin: 0px;
	margin-top: 40px;
	background-image: url(img/logo_bg.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

DIV.cntLogo IMG
{
	width: 214px;
	height: 71px;
}

DIV.cntMain
{
	background-color: #fff;
	padding: 0px;
	margin: 0px;
	width: 816px !important;
	min-height: 554px;
}

DIV.cntMainInner
{
	border: solid 1px red;
	margin: 70px;
}

TD.tdMain
{
	padding: 70px;
	vertical-align: top;
}

DIV.footer
{
	width: 816px !important;
}

DIV.footer TD, DIV.footer TD A
{
	color: #fff !important;  /* pink */
	font-size: 8pt !important;
}

DIV.p2nd
{
	margin-top: 20px;
}

DIV.box
{
	border: solid 1px #B04F26; /* dark orange_brown */
	border-width: 1px 0px 1px 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

DIV.boxinner
{
	min-height: 70px;
	text-align: left !important;
}

DIV.box DIV.boxfooter
{
	text-align: right !important;
}

A, A:active, A:hover, A:link, A:visited
{
	color: #B04F26;  /* dark orange_brown, for links */
}

A:hover
{
	text-decoration: none !important;
}

.hidden
{
	display: none;
}
