﻿body 
{
    font-family:"Tahoma";
    font-size:10px;
    margin: 0 0 0 0;
    background-color:#80A0DB;
}

.logintable {
    background-image: url(../images/siteimages/loginBg.jpg); 
    background-color: #000000
}

.searchtable {
    background-image: url(../images/siteimages/searchbg.gif); 
    background-color: #000000
}

.links 
{
    background-image: url(../images/siteimages/menuBackground.jpg); 
    background-color: #000000
    
}

.sectiontitle 
{
    font-family:"Tahoma";
    font-size:12px;
    font-weight:bold;
    color:White;
    background-color:#2096D4;
}
.spacer 
{
    font-size:1px;
}
.sectioncontent
{
    font-family:"Tahoma";
    font-size:12px;
    font-weight:bold;
    color:#2096D4;
    text-decoration:none;
}
.MoreLink
{
	font-family:Segoe UI;
	font-size:11px;
	color:Red;
	text-decoration:none;
}
.MoreLink:hover
{
	font-family:Segoe UI;
	color:Orange;
	font-size:11px;
}
.MoreLink:active
{
	font-family:Segoe UI;
	color:Navy;
	font-size:11px;
}
.MoreLink:visited
{
	font-family:Segoe UI;
	font-size:11px;
}


