body {
	background-color:#a5aeda;
	background-image:url(../images/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	margin:0px;
}
td, a {
 font-family:Verdana, Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#1f2f84;
 text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.menuBg {
	background-image:url(../images/menu-bg.jpg);
	background-repeat:no-repeat;
}
.mainBody {
	background-image:url(../images/main-body.jpg);
	background-repeat:no-repeat;
	padding:40px;
	padding-right:0px;
	text-align:justify;
}
.rightCol {
	background-image:url(../images/right-col.jpg);
	background-repeat:no-repeat;
	width:107px;
	text-align:right;
}
.mainTable {
	background-image:url(../images/bgbg.jpg);
	background-repeat:repeat-x;
}
.copyright {
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
.copyright:hover {
	color:#FFFFFF;
	text-decoration:underline;
}