body {
	margin-left:0;
	margin-right:0;
	margin-top:0;
	margin-bottom:0;
	width:100%;
	height:100%;
	background-image:  url(../images/bg.jpg);
	SCROLLBAR-FACE-COLOR: #E8E7DE;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-3DLIGHT-COLOR: #E8E7DE;
	SCROLLBAR-DARKSHADOW-COLOR: #6E6E65;
	SCROLLBAR-SHADOW-COLOR: #5E768D;
	SCROLLBAR-ARROW-COLOR: #5E768D;
	SCROLLBAR-TRACK-COLOR: #E8E7DE;
	background-repeat: repeat-x;

}
table.mainTable {
	background-image: url(../images/expanda.gif);
	background-repeat: repeat-y;
}
td.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #A8A89E;
	font-size: 9px;
	background-image: url(../images/copyright_bg.jpg);
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 25px;
	padding-top: 2px;




}
td.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #74746C;
	text-align: justify;
	padding-right: 23px;
}
.boldFonts {
	font-weight: bold;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #5E768D;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a.siteMapLink {
	text-decoration: underline;
	color: #A8A89E;
	font-weight: normal;


}

