.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.titleText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}

.smallText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.frontText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}

.frontText h1 {
	font-size:11px;
	font-weight:bold;
}

body {
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.bg {
	background-attachment: scroll;
	background-image: url(images/mainBG1.jpg);
	background-repeat: no-repeat;
}

.frontscrollingDiv {
	padding-right:5px;
	height:180px;
	width:370px;
	overflow:auto;
	
}

.scrollingDiv {
	padding-right:5px;
	height:416px;
	width:549px;
	overflow:auto;
	
}

.scrollingTxt {
	padding:40px 5px 0 40px;
	height:350px;
	width:350px;
	
}

.linkTxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#666666;
	font-weight: bold;
}

