@charset "utf-8";
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.footer A:Link{
	color: #000000; text-decoration: none;
}
.footer A:visited{
	color: #000000; text-decoration: none;
}
.footer A:hover{
	color: #6B2004; text-decoration: underline;
}

.bodybg {
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
}
.mainmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.mainmenu A:Link{
	color: #000000; text-decoration: none;
}
.mainmenu A:visited{
	color: #000000; text-decoration: none;
}
.mainmenu A:hover{
	color: #000000; text-decoration: none;
}

.maintxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color:#000000;
	text-decoration: none;
}
.maintxt A:Link{
	color: #6B2004; text-decoration: none;
}
.maintxt A:visited{
	color: #6B2004; text-decoration: none;
}
.maintxt A:hover{
	color: #000000; text-decoration: none;
}

.hmheds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}
.whiteheds {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.hmtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.readmore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6B2004;
	text-decoration: none;
}
.readmore A:Link{
	color: #6B2004; text-decoration: none;
}
.readmore A:visited{
	color: #6B2004; text-decoration: none;
}
.readmore A:hover{
	color: #000000; text-decoration: underline;
}

.frmheds {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #5e607a;
	text-decoration: none;
}
.myDiv
{
	width:300px;
	height:500px;
	overflow-x: hidden;
	overflow-y:scroll;
	overflow:-moz-scrollbars-vertical !important;
}