body {
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	font-size:12px;
	color:#333333;
}
#news-tbl {
	font-weight:bold;
	color:#000000;
	border:0;
	background:#ffbb00;
}
#news-tbl p {
	margin:0;
	padding:10px 0 0 13px;
}
#wrap {
	padding:19px 0 0 20px;
}
#left {
	width:282px;
	float:left;
	color:#333333;
}
#left-content {
	padding:0 20px 0 0;
}
#right {
	width:298px;
	float:left;
}
#news-img {
	background-image:url(../img/frame_news_bg.gif);
	background-repeat:repeat-y;
	width:280px;
}
.clr {
	clear:both;
	height:1%;
}
.heading-red {
	color:#90353a;
	font-weight:bold;
}
.heading-grey {
	color:#333333;
	font-weight:bold;
}
.caption-italics {
	color:#666666;
	font-style:italic;
	font-size:11px;
}
a, a:visited {
	text-decoration:none;
	color:#3399cc;
}
a:hover, a:active {
	text-decoration:underline;
	color:#3399cc;
}
#inner-img {
	margin:0 4px 0 4px;
}
#img-nav-left {
	width:140px;
	text-align:right;
	float:left;
}
#img-nav-right{
	width:140px;
	text-align:left;
	float:left;
}
#img-nav-left img {
	background-image:url(../img/arrow_left_off.gif);
	background-repeat:no-repeat;
}

#img-nav-left a img, #img-nav-left a:visited img, #img-nav-left a:hover img {
	background-image:url(../img/arrow_left_on.gif);
	background-repeat:no-repeat;
}
#img-nav-right img {
	background-image:url(../img/arrow_right_off.gif);
	background-repeat:no-repeat;
}

#img-nav-right a img, #img-nav-right a:visited img, #img-nav-right a:hover img {
	background-image:url(../img/arrow_right_on.gif);
	background-repeat:no-repeat;
}

ul {
	padding:0 18px 18px 0;
	margin:0;
	list-style-type:none;
	line-height:16px;
}
li {
	background-image:url(../img/bullet_grey.gif);
	padding:0px 0px 0px 9px;
	margin:0;
	background-position:0 .3em;
	background-repeat:no-repeat;
	color:#333333;
	font-size:12px;
}