@charset "utf-8";
.links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #F1ECE4;
	text-decoration: none;
	padding:4px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}
.text-black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
}
.text-white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.head {
	color:#990000;
	font-weight:bold;
}
.whitehead {
	font-size:13px;
	color:#FFF;
	font-weight:bold;
}
.text-line {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #FFCC33;
	text-decoration: underline;
}
.scroller {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFF00;
	font-weight:bold;
	text-decoration:none;
	text-transform:none;
	text-align:right;
}
.whitescroll {
	color:white;
}
.color-green {
	color: #000000;
}
.color-red {
	color:#990000;
}