.newsBox {
	margin-top: 2px;
	margin-bottom: 10px;
	border: 1px solid #229ace;
	padding: 10px;
	font-size: 9pt;
}

.newsBox h2 {
	background-color: #229ace;
	color: #FFF;
	padding: 5px 10px;
	margin: -10px -10px 10px -10px;
	text-transform: uppercase;
	font-size: 9pt;
}

.newsBox h3 {
	color: #229ace;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 9pt;
}

.newsBox p a {
	text-align: right;
	background-image: url(../img/menu/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 6px;
	margin-left: auto;
	color: #FF8040;
	text-decoration: underline;
	font-weight: bold;
}

.newsBox p a:hover {
	color: #303060;
	font-weight: bold;
}

.newsBox ul li {
	padding: 5px 5px 4px 7px;
	color: #FF8040;
	margin-bottom: 3px;
}

.newsBox ul li.highlight {
	border-left: 3px solid #FF8040;
	/* For WebKit (Safari, Google Chrome etc) */
	background: -webkit-gradient(linear, left top, right top, from(#FFFFCC), to(#FFE4BA));
	/* For Mozilla/Gecko (Firefox etc) */
	background: -moz-linear-gradient(100% 100% 180deg, #FFFFCC, #FFE4BA);
	/* For Internet Explorer 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFCC, endColorstr=#FFE4BA);
	/* For Internet Explorer 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFCC, endColorstr=#FFE4BA)";
}

.newsBox ul li a {
	display: block;
	text-decoration: underline !important;
	color: #303060 !important;
	font-weight: bold !important;
	background-image: url(../img/menu/sidemenu.gif);
	background-repeat: no-repeat;
	background-position: 13px 5px;
	margin-left: -5px;
	padding-left: 20px;
}

.newsBox ul li a:hover {
	color: #FF8040 !important;
	background-image: url(../img/menu/sidemenu_hover.gif);
	font-weight: bold;
}

.newsBox ul li p {
	padding-left: 15px;
	color: #FF8040;
}

.newsBox ul li p.new {
	color: #FF8040;
	background-image: url(/img/new2.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.newsBox ul li p.description {
	color: #229ACE;
}

.newsBox ol li {
	padding-left: 0px;
	color: #FF8040;
}

.newsBox ol li p {
	color: #229ACE;
	display: inline;
}

.newsBox hr {
	background-color:#229ACE;
	border:0 none;
	color:#229ACE;
	height: 1px;
}

.newsBox p {
	color: #229ACE;
}

.newsBox label {
	display: block;
}

.newsBox input[type=text] {
	width: 100%;
}

.newsBox button {
	float: right;
	clear: both;
}
/*
.newsBox a:visited {
	color: #F00;
}

.newsBox a:visited:hover {
	color: #FF8040;
	
}
*/
/********** IE bugs fix ****/

ul.relatedLinks, ul.relatedLinks li {
	width:170px;
	
}
ul.relatedLinks {
	margin-top:10px;
}
ul.relatedLinks li{
	display:block;
	padding-bottom:10px;
	margin-bottom:0;
}