div.TabView div.Tabs {
  height: 24px;
  overflow: hidden;
  padding:0px;
  margin:0px;
  float:left;
}


div.TabView div.Tabs a { 
text-decoration: none;
margin:0px;
background-image: url(../images/tabs_nrml.gif);
background-repeat: repeat-x;
height:19px;
outline:none;
padding: 2px 5px 1px 5px;
background-position:left bottom;
text-align:center;
 float: left;
  display: block;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #cd0001;
  border-top: 1px solid #93a6b5;
border-bottom: 1px solid #93a6b5;
border-right: 1px solid #b0bec7;
}


div.TabView div.Tabs a:hover {
text-decoration:none;
color: #2d2b2b;
  
}

 div.TabView div.Tabs a.Active {
  background: url(../images/tabs_slctd.gif) repeat-x;
  border-bottom-color: white;
  color:#e80238;
}

div.TabView div.Pages {
  clear: both;
  border-left: 1px solid #b0bec7;
  border-bottom: 1px solid #b0bec7;
  border-right: 1px solid #b0bec7;
  overflow: hidden;
  height:420px;
  width:656px;
  padding:0px;
  margin:0px;
  float:left;
}

div.TabView div.Pages div.Page {
 
  padding: 0px;
  overflow: hidden;
  margin:0px;
  float:left;
}

div.TabView div.Pages div.Page div.Pad {
  padding: 2px 0;
}

.news_panel{
	width:630px;
	padding:8px 0 15px 10px; 
	margin:0px; 
	float:left;
	
}

*html .news_panel{
	width:620px;
	padding:2px 0 0 10px; 
	margin:0px; 
	float:left;
}

.news_panel label{
	color:#cd0001;
	padding:0px;
	text-align:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  	font-size: 13px;
	margin:0px;
	padding:0 0 10px 0;
}

.news_short{
	padding:0px; 
	margin:0px; 
	float:left;
	display:block;
}

.news_short p{
	padding:0px; 
	margin:0px; 
	float:left;
	font-size:12px;
}

.news_short a{
	text-decoration:none;
	color:#cd0001;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin:0px;
}

.news_divider{
	background-image:url(../images/divider.gif);
	width:630px;
	padding:0px;
	margin:15px 0 0 0;
	background-repeat:repeat-x;
	height:1px;
	float:left;
}

*html .news_divider{
	background-image:url(../images/divider.gif);
	width:620px;
	padding:0px;
	margin:0px;
	background-repeat:repeat-x;
	height:1px;
	float:left;
}
