body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.bodyHeader {
	font-weight: bold;
}
.news {
	font-size: 11px;
}
a 
{
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}
a:hover 
{
    text-decoration: underline;
}
.widgetHeader 
{       
    font-size: 11px;
    font-weight: bold;
    color: #ffffff;
}
.selected
{
    color: #808080;
}

.OverallBG
{
	
	background-color:Black;	
}
.BG
{ 
	background-image:url(images/Splash_BG.jpg);
	background-repeat:no-repeat;
}

.RoundBG
{
 background-image:url(images/news/RoundBG.gif);
 width:59px;
 height:67px;
 text-align:center;
 vertical-align:middle;
}

.RepeatedBG
{
 background-image:url(images/RepeatedBG.jpg);
 
 text-align:center;
 vertical-align:middle;
	
}

bodyPA {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.bodyHeaderPA {
	font-weight: bold;
	color: #FFFFFF;
}
.newsPA {
	font-size: 11px;
	color: #FFFFFF;
}
aPA 
{
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}