/* ------------------
 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;
}
.gradient-style a
{
   color:#161616;
   text-decoration:none;
   display: block;
}
.gradient-style a:hover
{
	display: block;
	background: #F3F3F3 ;
	text-decoration: underline;
}
.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;
}
