﻿body 
{
padding:0;
margin:0;
font-family:verdana;
font-size: 10px;
}
/* For news*/

.news
{
font-size: 10px;
font-family:verdana;
font-weight:normal;
background-image: url(images/news_bg.jpg);
background-repeat:repeat-x;
}

.description{
font-size:10px;
font-family:verdana;
color:#545454;
font-weight:normal;
}

.news_title_pn{
font-size: 10px;
font-family:verdana;
color:#545454;
font-weight:bold;
}

.date
{
color:#F29200;
font-family:verdana;
font-weight:bold;
font-size: 10px;
}


.hyp{
color:#EE9F04;
font-family:verdana;
font-size: 10px;
cursor:pointer;

}


.hyp1{
color:#F29200;
font-family:verdana;
font-size: 10px;
cursor:hand;
}
.contentgridrows
{
	font-size:10px;
	font-family:verdana
}
.text_form
{
	font-size:10px;
	font-family:verdana;
	font-weight:bold
}
.input_form
{
	font-size:10px;
	font-family:verdana;
}
#news
{
	width:240px;
/*	
	background:#eee;
*/
}
#news a
{
	/*color:#000;	*/
}
#news ul
{
/*	margin:0 .5em 0 1em;
	padding:0;
*/
}
#news li{
/*	line-height:2em; */
}
/* the news box when JavaScript is available */
#news.hasJS
{
	height:200px;
		overflow:hidden;
	position:relative;
}
/* The nested UL when JavaScript is available */
#news.hasJS ul
{
	position:absolute;
		top:120px;
	left:0;
	margin:0;
	padding:0;
}
.GridHeader
{
	background-color:#F2A700;
}
.alter
{
	background-color:#F2A700;
}