body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg1 {
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.bg2 {
	background-image: url(../images/submenu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.bg3 {
	background-image: url(../images/bg_centre.jpg);
	background-repeat: repeat-x;
	background-position: top;
    background-color: #9de914;
}
.maintxt {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.linktxt {
	font-family: Tahoma;
	font-size: 11px;
	color: #4a3f84;
	text-decoration: underline;
}
a.linktxt:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #e4451c;
	text-decoration: underline;
}

.box {
	width: 95px;
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	left: 10px;
	text-align: left;
}
.copyrights {
	font-family: Tahoma;
	font-size: 11px;
	color: #999999;
}

