.border {
	border: 1px solid #CCCCCC;
}
a.nav:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
.text11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-decoration: none;
}
.text12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}


a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #0033CC;
	text-decoration: none;
}
.green_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #76a732;
	text-decoration: none;
}
.grey_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #8c8c8c;
	text-decoration: none;
}
.big_green_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #79A836;
	text-decoration: none;
}
.big_grey_h {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.grey_lighter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
a.content:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
a.content:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration:underline;
}
a.content:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #79A836;
	text-decoration:underline;
}
a.grey:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a.grey:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration:none;
}
a.grey:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration:underline;
}
a.box:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
	background-color: #79A836;
	display: block;
	padding: 4px;
	border: 1px solid #333333;
	height: 15px;
	width: 110px;
	text-align: center;
}
a.box:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration:none;
	background-color: #79A836;
	display: block;
	padding: 4px;
	border: 1px solid #333333;
	height: 50px;
	width: 110px;
	text-align: center;
}
a.box:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration:none;
	background-color: #91AB40;
	display: block;
	padding: 4px;
	border: 1px solid #333333;
	height: 20px;
	width: 110px;
	text-align: center;
}
.btn {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
a.bluetxt:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3FB6D6;
	text-decoration: none;
}
a.bluetxt:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3FB6D6;
	text-decoration: none;
}
a.bluetxt:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #3FB6D6;
	text-decoration: underline;
}


/* MOOTOOLS NEWS TICKER */
#NewsTicker {
	border-top:solid 1px #cccccc;
	border-bottom:solid 1px #cccccc;
	background: #fff;
	width:180px;
	height:120px;
}
#NewsTicker h1 {
	padding:6px;
	margin:0;
	border:0;
	background:#dfe9d5;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
#NewsVertical {
	width: 180px;
	height: 120px;
	display: block;
	overflow: hidden;
	position: relative;
}
#controller {
	padding:6px;
	font-size:11px;
	color:#666;
}
#play_scroll_cont {
	display:none;
}
/* --------------- */
/* Ticker Vertical */
	#TickerVertical {
	width: 180px;
	height: 120px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#TickerVertical li {
	display: block;
	width: 140px;
	color: #333333;
	text-align: left;
	font-size: 11px;
	margin: 0;
	padding: 6px;
	float: left;
}
#TickerVertical li .NewsTitle {
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:12px;
	width: 160px;
	height: 120px;
	font-family: Arial, Helvetica, sans-serif;
}
#TickerVertical li .NewsTitle a:link,  #TickerVertical li .NewsTitle a:Visited {
	display: block;
	color: #000000;
	font-size: 11px;
	font-weight:bold;
	margin-bottom:6px;
	text-decoration:none;
}
#TickerVertical li .NewsTitle a:hover {
	text-decoration:underline;
}
#TickerVertical li .NewsImg {
	float:left;
	margin-right:10px;
}
#TickerVertical li .NewsFooter {
	display: block;
	color: #000000;
	font-size: 10px;
	margin:6px 0 14px 0;
}