* {
	margin: 0;
	padding: 0;
}

body,td,th {
	color: #154169;
}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #154169;
	
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #154169;
}
a:hover {
	border-bottom: 1px dotted #154169;
}
a:active {
	text-decoration: none;
}

body {
	/*background: #ebeef5;
	color: #154169;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	
	
}
#newsticker {
	background: #57190a;
	position: relative;
}
#newsticker ul {
	border: 0px solid #fcf498;
	list-style: none;
	min-height: 25px;
	/*padding: 10px 15px;
	padding-right: 30px;*/
	text-decoration: none;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}


#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
#newsText_container {
	width: 283px;
	background-color: #57190A;
	float: left;
	text-align: left;
	height: 100%;
}
#newsText {
	width: 253px;
	text-align: left;
	padding: 15px 15px 25px 15px;
	float: left;
	
	
}
.learnMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9900;
	text-decoration: none;
}
a.learnMore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC9900;
	text-decoration: none;
	
		
}
a.learnMore:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFCC00;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a.newsLink {
	
	font-weight: bold;
	
}

a.newsLink:link {
	color: #FFFFFF;
}
a.newsLink:visited {
	color: #FFFFFF;
}
a.newsLink:hover {
	color: #CC9900;
	border-bottom: 1px dotted;
	
}
