body
{
    background-color: darkslategray;
}
body, table
{
	font-family: verdana;
	font-size: 11px;
	color:#B4BCBC;
}
a
{
    color: Yellow;
}
.heading
{
    font-size: 16px;
    font-weight: bolder;
}
#welcome_message
{
	font-family: verdana;
	font-size:10px;
	color:#795E00;
	padding: 5px;

}
#recent_news, .recent_news
{
	font-family: verdana;
	font-size: 10px;
	position: relative;
	width: 175px;
	left: 15px;
}
#recent_news b, #recent_news strong
{
	color:#FFA600;
	font-weight: bold;
}
.bullet_links
{
    font-family:verdana;
    font-size:10px;
    color:#FFA600;
    text-decoration:none;
}
.ScripHeaderRow
{
    background-color: DarkBlue;
    color: White;
    height: 35px;
}
.ScripMainRow
{
    background-color: Gray;
    color: White;
}
.ScripSecondRow
{
    background-color: LightSteelBlue;
    color: Black;
}
.ScripSelectedCategory
{
    font-size: 14px;
    font-weight: bolder;
}