body
{
	padding: 0px;
	background: url('../images/body_bg.gif') top repeat-x;
	font-family: Tahoma;
    font-size: 16px;
    margin-top: 0px;
    background-color: white; 
    text-align: center;   
}

a
{
	color: #blue;
	text-decoration: underline;
}
a:hover
{
	color: #a83d2b;
	text-decoration: none;
}

table#tblWrapper
{
	width: 725px;
	height: 565px;
	border: solid 1px black;
	background-color: white;
}

div#divHeader
{
	width: 725px;
	height: 135px;
}

table#tblMainContent
{
	width: 725px;
	height: 410px;
	background-color: White;
}

div.divTitle
{
	color: #c64934;
	font-weight: bold;
	font-size: 12;
}

.inpTexts
{
	font-family: Tahoma;
	font-size: 12px;
	width: 175px;
}

div#divFooter
{
	width: 725px;
	height: 20px;
	border-top: solid 1px black;
	background: white;
	font-size: 11px;
}

.tdFooterHome
{
	text-align: center;
	width: 81px;
	padding: 3px 0px 0px 0px;
}

.tdFooterCenter
{
	text-align: center;
	width: 120px;
	padding: 3px 0px 0px 0px;
}

.tdFooterLeft
{
	text-align: center;
	width: 120px;
	padding: 3px 0px 0px 0px;
}

.tdFooterRight
{
	text-align: center;
	width: 120px;
	padding: 3px 0px 0px 0px;
}

.tdFooterEmpty
{
	padding: 3px 0px 0px 0px;
	width: 142px;
}