/* ------------------
 styling for the tables 
   ------------------   */



.gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color:#000;
	line-height: 1.5em;
	font-size: 11px;
	margin: 0px;
	width: 800px;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px dotted #BCBBBB;
}
.textnewstitle
{ 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; 
	font-size:20px; 
	color: #981D33; 
	font-weight:bold;
	line-height: 1.2em; 
	letter-spacing:-0.07em;
}

.textnewsbody
{ 
	font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif; 
	font-size:13px; 
	color: #626060; 
	font-weight:normal;
	line-height: 1.5em
}
.fornewstitle
{
    width:auto;
	height:auto;
}
.prev
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color:#981D33;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	width: 130px;
	float:left;
	height:25px;
	text-align: left;
	padding-left: 35px;
	background: url(../images/arrow_prev.png) no-repeat;
}
.prev a
{
   text-decoration:none;
   color:#981D33;
}
.prev a:hover
{
	text-decoration: underline;
}
.next
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	color:#981D33;
	font-size: 14px;
	font-weight:bold;
	margin: 0px;
	float:right;
	width: 70px;
	height:25px;
	text-align: left;
	padding-left: 35px;
	background: url(../images/arrow_next.png) no-repeat;
	background-position:right;
}
.next a
{
   text-decoration:none;
   color:#981D33;
}
.next a:hover
{
	text-decoration: underline;
}
.download
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", arial,Sans-Serif;
	color:#497B24;
	font-size: 11px;
	float:left;
	width: 180px;
	height:16px;
	text-align: left;
	padding-left: 20px;
	background: url(../images/zip.gif) no-repeat;
}
.download a
{
	text-decoration:none;
	color:#497B24;
}
.download a:hover
{
	text-decoration:underline;
	color:#497B24;
}


