.bg {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
.mnubg {
	background-image: url(../images/menubg.jpg);
	background-repeat: repeat-x;
}
.bgyellow {
	background-image: url(../images/yellow_bg.jpg);
	background-repeat: repeat-x;
}
.bottombg {
	background-image: url(../images/mnu_botombg.jpg);
	background-repeat: repeat-x;
}
.bgdot {
	background-image: url(../images/dotbg.jpg);
	background-repeat: repeat-y;
}
.innertxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #B8B8B8;
}
.readtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #A8843A;
}
.headtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #A8843A;
}
.hzln {
	background-image: url(../images/line.jpg);
	background-repeat: repeat-x;
}
.bottxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #B8B8B8;
}
A:link
{
	TEXT-DECORATION: none;

}
A:visited
{
	TEXT-DECORATION: none;

}
A:active
{
	TEXT-DECORATION: none;

}
A:hover{
	TEXT-DECORATION: none;
    color: #A8843A;
}
.whitetxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
}
.blacktxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}

