body {
	margin: 0px;
}
.text {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	line-height: 17px;
}

.headertext a {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}

.headertext a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #C00202;
	text-decoration: underline;
}

.homemore a {
	font-family: Tahoma;
	font-size: 10px;
	color: #8D9B02;
	font-weight: bold;
	text-decoration: none;
}

.homemore a:hover {
	font-family: Tahoma;
	font-size: 10px;
	color: #8D9B02;
	font-weight: bold;
	text-decoration: underline;
}

.footermenu a {
	font-family:Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.footermenu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
	text-decoration: underline;
}

.textscroll {
	font-family: tahoma;
	font-size: 10px;
	color: #666666;
	line-height: 17px;
}

.textbold {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}

#marqueecontainer{
position: relative;
width: 180px; /*marquee width */
height: 120px; /*marquee height */
background-color: F3F1EC;
overflow: hidden;
/*border: 0px solid orange; */
padding: 2px;
padding-left: 4px;
}

