A {
	color: #003399;
	text-decoration: none;
}

A:link		{
	color: #003399;
	text-decoration: none;
} 
A:visited	{
	color: #003399;
	text-decoration: none;
} 
A:active	{
	color: #003399;
	text-decoration: underline;
} 
A:hover		{
	color: #003399;
	text-decoration: underline;
} 
 
td.title { font-family: Arial; font-size: 20px; color: #999933; font-weight:bold;}
td { font-family: arial; font-size: 12px; color: #666666; line-height:16px;}
font.descrip { font-family: arial; font-size: 10px; color: #708090; text-transform:uppercase; font-weight:bold; }
font.date { font-family: arial; font-size: 12px; color: #cccc99; line-height:16px;}
font.author { font-family: arial; font-size: 10px; color: #999966; line-height:16px; text-transform:uppercase;}
font.time { font-family: arial; font-size: 10px; color: #999966; line-height:16px; text-transform:uppercase;}
font { font-family: arial; font-size: 12px; color: #666666; line-height:16px;}
font.subhead { font-family: arial; font-size: 12px; color: #333333; font-weight:bold;}
font.adlink { font-family: verdana, sans-serif; font-size: 10px; color: #666666; font-weight:bold;}
h1,h2,h3,h4,h5,h6 { font-family: arial;  color: #333333; font-weight:bold;}
blockquote { font-family: arial;  font-size: 10px; color: #666666; }
DD { font-family: arial;  font-size: 12px; color: #333333; }
DT { font-family: arial;  font-size: 12px; color: #000000; font-weight:bold;}
p { font-family: arial; font-size:12px; color:#000000; line-height:18px; }
p.sidebar1 { font-family: verdana, arial; font-size:10px; color:#333333; line-height:12px; text-align:justify; }
p.linker { font-family: arial; font-size: 12px; color: #666666; line-height:16px;}
ul { font-family: arial; font-size:12px; color:#000000; line-height:18px; }
ol { font-family: arial; font-size:12px; color:#000000; line-height:18px; }

.leftborder{
	border-left : 1px solid grey;
	
}

.menuItem {
	
	font-family: arial; font-size:12px;
	display:block;
	background-color: #cccccc;
}
.menuItem a:link {
	display:block;
	font-family: arial; font-size:12px;
	text-decoration: none;
	background-color: #cccccc;
	color: #003399;
}
.menuItem a:hover {
	text-decoration: none;
	font-family: arial; font-size:12px;
	display:block;
	background-color: Silver;
	color: #003399;
}
.menuItem a:visited {
 text-decoration: none;
 font-family: arial; font-size:12px;
 display:block;
 }
 

.menuItem a:active {
	text-decoration: none;
	font-family: arial; font-size:12px;
	display:block;
	background-color: Silver;
	color: #003399;
}