.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #006699;
}
.text1 {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background-color: #F3F6DC;
	text-align: justify;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	background-color: #c7cd85;
	text-align: justify;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #464646;
	background-color: #D8DCB4;
}
.marqueecontainer{
	border-left:2px none blue; 
	border-right:2px none blue; 
	border-top:4px none blue; 
	position: relative;
	width: 300px; /*marquee width */
	height: 150px; /*marquee height */
	background-color: #C7CD85;
	overflow: hidden;
	*/
    padding: 2px;
	padding-left: 4px;
	border-bottom: 1px none;
}
.footer {
	font-family: "Trebuchet MS";
	font-size: 10px;
	color: #666666;
	background-color: #B5BB78;
	background-position: center;
}
.newsheading {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	background-color: #E8EEBB;
}
.links {color: #333333}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #666666;
}
.bulleted {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	list-style-image: url(images/bullet.jpg);
}
