body {
	padding: 0px;
	margin-right: 20px;
	margin-left: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(/resources/jpg/back_fade.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
body a {
	text-decoration: none;
	color: #666666;
}
body a:hover {
	color: #00A3E4;
	text-decoration: underline;
}
.body {
	width: 850px;
	background-image: url(/resources/jpg/body_fade.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 1px;
	padding-top: 1px;
	text-align: justify;
}
.body a {
	text-decoration: underline;
}
.bodyMinH {
	height: 308px;
}
.bodyContent {
	height: 308px;
	width: 725px;
	font-size: 10pt;
	padding-left: 130px;
}
.bodyContent td
{
	padding: 0px;
	margin: 0px;
	text-align: left;
	vertical-align: top;
	text-align: justify;
}
.bodyPanelLeft {
	float: left;
	width: 225px;
}
.bodyPanelRight {
	float: left;
	width: 350px;
}

.GeneralHR {
	border-bottom-color:#00A3E4;
	border-left:none;
	border-right:none;
	border-top:none;
}
