body
{
	font-size: 9pt;
	background-image: url(Images/body_bg.jpg);
	margin: 0px;
	overflow: auto;
	color: #024599;
	line-height: 130%;
	font-family: Tahoma, Arial;
}
TD
{
	font-size: 9pt;
	line-height: 150%;
	font-family: Tahoma, Arial;
}
A:link
{
	color: #024599;
	text-decoration: none;
}
A:active
{
	color: #024599;
	text-decoration: none;
}
A:visited
{
	color: #024599;
	text-decoration: none;
}
A:hover
{
	color: #FF1E00;
	text-decoration: underline;
}
.title
{
	background-position: left top;
	font-weight: bold;
	font-size: 10.5pt;
	background-image: url(Images/indexListBg.jpg);
	color: #000000;
	background-repeat: repeat-x;
	height: 38px;
}
.doorBg
{
	background-position: left center;
	background-attachment: fixed;
	background-image: url(Images/doorBg.jpg);
	background-repeat: repeat-x;
}
.doorBgLeft
{
	background-position: right center;
	background-image: url(Images/doorLinkPicLeft.jpg);
	background-repeat: no-repeat;
	width:21px;
}
.doorBgRight
{
	background-position: left center;
	background-image: url(Images/doorLinkPicRight.jpg);
	background-repeat: no-repeat;
	width:21px;
}
.mainTable
{
	height:100%;
	width:100%;
}
.leftTd
{
	vertical-align:top;
	text-align:center;
	width:200px;
}
.rightTd
{
	background-position: left top;
	background-image: url(Images/rightBg.jpg);
	background-repeat: repeat-x;
	text-align:left;
	vertical-align:top;
}
.leftBorder
{
	border-right:solid 2px #E4E4E4;
	background-color:#ffffff;
}
