﻿body
{
background-color :White ; 
}


.menu {
	margin-left: 1px;
	background: url(images/tab_bg.gif) no-repeat;
	width: 180px  ;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem td {
	color: #FFFFFF;
	height: 23px;
	background: url(images/tab_dim.gif) no-repeat;
	width:180px   ;
	text-align: center;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;

}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem td {
	
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}
/* make link and visited the same look,set the background-color also in case images are not on*/
.menuItem a:link, .menuItem a:visited, .menuPopupItem a:link, .menuPopupItem a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
}
/* make hover by changing vertical position of background to -22px (the tab_dim2.gif is 44px high) */
.menuItem a:hover 
{
    font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

/* make drop down menu container style */
.menuPopup {
	background: url(images/background_drop_menu.gif) repeat #8C9FB4;
	border: 1px solid #666666;
	border-bottom: none;
	color: #ffffff;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* make drop down menu item style */
.menuPopupItem {
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: none;
}

/* make drop down menu item style */
.menuPopupItem a:Hover{
	color: #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px;
	font:  Verdana;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
}

.Rotator 

{ 
  border:solid 1px black; 
  padding:3px;
  font-family:verdana; 
  font-size:10px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrame 
{ border:solid 1px white; 
  font-family:verdana; 
  font-size:10px; 
  background-color:white; 
  cursor:default;
}

.RotatorFrameOver 
{
  border:solid 1px darkgray; 
  border-bottom-color:Black;
  border-right-color:Black;
  font-family:verdana; 
  font-size:10px; 
  background-color:white; 
  cursor:default  ;
}

.NewsTitle
{ 
  font-family:Verdana;
  font-size:10px;   
  font-weight:bold; 
  text-decoration:none; 
  color:Blue;
}

.NewsText
{
  max-width :300px;
  max-height :70px;
  font-family:Verdana;
  font-size:10px;   
  color: Black  ;
  text-align :justify ;
}

.NewsDate
{
  font-family:Verdana;
  font-size:10px;   
  color:Gray; 
}



