body {
	background: #FFFFFF;
	margin: 0px;
}
.right {
	background-image: url(images/shadow-right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.left {
	background-image: url(images/shadow-left.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.maintable {
	height: 100%;
	width: 100%;
}
td {

font-family:Helvetica, sans-serif;
font-size:11px;
color:#000000;
line-height:15px;
text-align:justify;
}
.topnav {
	font-family:Trebuchet MS,Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
}
.topnav a {
	text-decoration:none;
	color:#FFFFFF;
}
.topnav a:hover {
	text-decoration:none;
	color:#1a7db8;
}
.lefttext {
	font-family:Trebuchet MS,Arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	background-image:url(images/left-diveder.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:15px;
	padding-top:10px;
}
.lefttext a {
font-size:10px;
color:#FFFFFF;
text-decoration:none;
line-height:18px;
}
.lefttext a:hover {
text-decoration:none;
color:#1a7db8;
}
