BODY
{
    font-family: Verdana, Arial;
    font-size:12px;
	color:#555;
	line-height:18px;
	background-color:#fff;
	text-align:left;
	margin:0;padding:0;border:0;
}

a:link, a:visited, a:active {
	color: #0464BB;
	text-decoration:none;
}
a:hover {
	color: #1C417C;
	text-decoration: underline;
}

/* */
.HomeHead, h1
{
    color: #777;
    font-family: Arial, Verdana;
    font-size: 16px;
    font-weight:normal;
    /*font-weight: bold;*/
}

/* */
.ContentHead, h2
{
    font-family: Arial, Verdana;
    font-weight: bold;
    color: #fff;
    font-size: 14px;
    /*line-height:20px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    display: block;
    background-color: #0054A6
    /*background-image: url(images/red_menu.png)*/
}

.SubHead, h3
{
    color: #0054A6;
    font-family: Tahoma, Arial, Verdana;
    font-weight: bold;
    font-size: 14px;
}

.PanelSubHead, h4
{
    color: #0054A6;
    font-family: Arial, Verdana;
    font-weight: bold;
    font-size: 12px;
}

.ContentText
{
    /*color: Black;*/
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 18px;
}

/* */
.ErrorText
{
    color: red;
    font-family: Arial, Verdana;
    font-size: 12px;
    line-height: 20px
}

/* */
A.MenuUnselected, A.MenuUnselected:link, A.MenuUnselected:visited
{
    color: white;
    font-family: Arial, Verdana;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    text-align:left;
    padding-left: 10px;
    display: block;
}


A.MenuUnselected:hover
{
    color: Yellow;    
    font-family: Arial, Verdana;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    text-align:left;
    padding-left: 10px;
    display: block;
}

A.MenuSelected
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 12px;    
    text-decoration: none;
    text-align:left;
    font-weight: bold;
    padding-left: 10px;
    display: block;    
}


A.MenuSelected:hover
{
    color: black;
    font-family: Arial, Verdana;
    font-size: 12px;    
    font-weight: bold;
    text-decoration: none;
    text-align:left;
    padding-left: 10px;
    display: block;    
}
