body {
	/* background-image: url(bg_web.jpg); */
	background: #ccffcc url(images/bg_image.jpg) no-repeat top center;
	/*background-color: #ccffcc;
	background-repeat: repeat-X; */
	font-family: Verdana, sans-serif;
	font-size: 78%;
	line-height: 1.5em;
}
td.maintable {
        PADDING-BOTTOM: 15px;
        PADDING-TOP: 20px;
        PADDING-LEFT: 30px;
        PADDING-RIGHT: 30px;
}
h1{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 18px;
	color: #003300;
	font-weight: bold;
	line-height: 120%
}
.subheading{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #003300;
	font-weight: bold;
	line-height: 120%
}
.maintext{
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	line-height: 150%
}

/*TOP MENU LINKS START*/
a.topmenu:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.topmenu:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
a.topmenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}
a.topmenu:active{
	text-decoration: underline;
	color: #FFFF00;
	font-weight: bold;
}
/*TOP MENU LINKS END*/

/*COPYRIGHT START*/
a.copyright:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.copyright:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}
a.copyright:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: underline;
	font-weight: bold;
}
a.copyright:active{
	text-decoration: underline;
	color: #333333;
	font-weight: bold;
}
/*COPYRIGHT END*/

/*PAGE LINKS START*/
a.pagelink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.pagelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: underline;
	font-weight: bold;
}
a.pagelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
a.pagelink:active{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
/*PAGE LINKS END*/