.text {
font-size: 10pt;
font-family: Times;
color: #000000;
}

.text2 {
font-size: 8pt;
font-family: Times;
color: #000000;
}

a:link {font-size: 10pt;
font-family: Times;
text-decoration: none;
color: #65775A;
font-weight: bold;
}

a:visited {font-size: 10pt;
font-family: Times;
text-decoration: none;
font-weight: bold;
color: #65775A;
}

a:active {font-size: 10pt;
font-family: Times;
text-decoration: none;
font-weight: bold;
color: #65775A;
}

a:hover {font-size: 10pt;
font-family: Times;
text-decoration: none;
font-weight: bold;
color: #cccccc;
}
table#news_item {
	float: ;
	width: 300px;
}
table#news_item td.itemhead {
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../images/news_header_bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
table#news_item td.itemtext {
	padding: 10px;
	line-height: 14px;
	border: 1px solid #DEDEDE;
}
table#news_item td.itemtext img {
	margin-bottom: 10px;
}
#showwrapper {
	height: 350px;
	overflow: auto;
	padding-right: 10px;
}
#releasewrapper {
	height: 350px;
	overflow: auto;
	padding-right: 0px;
}