﻿.menu ul.udm > li:First-Child{
    display:none !important;
}

.greyBg
{
    background-color: #CCCCCC;
}

.Orange
{
    color: #f57e20;
    text-align: center;
}

.Blue
{
    color: #005695;
}

.menu{
    text-align:center;
    margin-top:5px;
    margin-bottom:30px;
    font-weight:bold;
}

.menuBreak{
    font-size:14px;
    color:#f57e20;
    margin-left:3px;
    margin-right:3px;
}
.menuItem{
    text-decoration:none;
    font-size:10px;
    color:#58595B;
    
    
}


 *
        {
            font-family: Verdana, Arial;
        }
        h1
        {
        
            font-size: 16px;
            color: #005695;
            margin-bottom: 0px;
        }
        h2
        {
            font-size: 13px;
            color: #005695;
        }
        h3
        {
            font-size: 10px;
            color: #005695;
        }
        h4
        {
            font-size: 10px;
            color: #000000;
            font-weight: bold;
        }
        P, td, div, input, select, li
        {
            font-size: 12px;
            color: #000000;
        }
        a img
        {
            border: none;
        }
        .footer
        {
            color: #666666;
            font-size: 9px;
            text-align: center;
            margin-top: 0px;
        }
        .footer a
        {
            color: #666666;
        }
        
       
        a{
            color:#005695;
            
        }
        
        a:hover{
        color:#f57e20;
        }
        
        
        .table_info
{
	border:1px solid #bfc0c3;
}

.table_info th
{
	background-image:url(/__images/Masterpage/th.gif);
	background-repeat:repeat-x;
	background-color:#005695;
	height:28px;
	min-width:216px;
	text-align:left;
	color:#FFFFFF;
	padding-left:12px;
	font-size:12px;
	text-transform:uppercase;

}

.table_info td{
	padding:5px;
}

.bgcolor_LightOrange{
    background-color: #fec66f;
}

.bgcolor_DarkOrange{
    background-color: #e54022;
}

.bgcolor_Blue{
    background-color: #005695;
}

