Body
{
    background-color: #EFEFEF;    
    font-family: Arial;
    font-size: 8pt;
    margin: 10px auto;
}

a
{
    color:#0E3B5A;
    font-weight:bold;
}

a:hover
{
    color:#000000;
    font-weight:bold;
}

.CssNavbar a:link, .CssNavbar a:visited, .CssNavbar a:active
{
	color:#0E3B5A;
    font-weight:bold;
    text-decoration: none;
}

.CssNavbar a:hover
{
	color:#0E3B5A;
    font-weight:bold;
    text-decoration: underline;
}

.CssLabelTitle
{
    font-weight:bold;
    color: #002940;
    font-size:100%;
}

.CssDropDownList 
{  
    height: 19px;  
    font-family: Arial; 
	border:1px solid; 
    border-color: #7F9DB9 #7F9DB9 #7F9DB9 #7F9DB9;
    font-size: 95%;
}

.CssListBox 
{  
    font-family: Arial; 
	border:1px solid; 
    border-color: Gray Gray Gray Gray;
    font-size: 95%;  
}

.CssLabelValue
{
    color: #000000;
    font-size: 100%;
}

.CssErrorMessage
{
    color: Maroon;
    font-weight:bold;
}

.CssPageHeader
{
    font-size:14pt;
    font-weight:bold;
    color:#15265D;   
}

.CssTextBox 
{  
	font-family: Arial; 
	border:1px solid; 
    border-color: #7F9DB9 #7F9DB9 #7F9DB9 #7F9DB9;
    font-size: 95%;
} 

.CssButton 
{  
	color:#000000;
    background-color:#EFEFEF;
    border:1px solid;
    border-top-color:#000000;
    border-left-color:#000000;
    border-right-color:#000000;
    border-bottom-color:#000000;
    font-size: 100%;
} 

.CssLinkButton 
{  

} 

.CssHeaderBackground
{
     background: url('Images/header_blue.png') repeat-x;
}

.CssLinksBackground
{
     background: url('Images/header_green.png') repeat-x;
}