/* Default CSS Stylesheet for a new Web Application project */

body 
{
	margin:0px 0px 0px 0px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt; 
	background: url(images/main-background.gif) repeat-y 50% 0; 
	color:#000000;
}
td 
{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
}
a:link 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #351D6C;
	text-decoration: underline;
}
a:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #351D6C;
	text-decoration: underline;
}
a:hover 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight:bold;
	color: #666666;
	text-decoration: underline;
}
.newshead 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight:bold;
	color: #352069;
}
a.news:link, a.news:visited 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight:bold;
	color: #351D6C;
	text-decoration: underline;
}
.headone 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18pt;
	font-weight:bold;
	color: #352069;
}

