body 	{	margin: 0px;
                padding: 0px;;
                background-color: #fff;
                font-family: verdana, arial, helvetica;
                font-weight: normal;
                font-size: 11px;
                line-height: 15px;
                color: black;
                }

table	{	position: relative;
                border-spacing: 0px;
                border-collapse: separate;
                width: auto;
                height: auto;
                border: 0px;
                }

td	{	
                position: relative;
                padding: 0px;
                border: 0px;
                font-size: 11px;
                line-height: 15px;
                color: black;
                }

a	{	color: #1B53A7;
                text-decoration: none;
                }
a:hover	{	color: white;
                text-decoration: underline;
                }

img 	{   border: 0px;
            }

ul      {   
            position: relative;
            margin: 0px;
            padding: 0px;
            margin-left: 12px;
            margin-bottom: 10px;
            }

li      {   position: relative;
            margin: 0px;
            padding: 0px;
            padding-left: 18px;
            }

b.blue  {    color: #002D62;
            }

#breadcrumbs {
    position: relative;
    text-align: left;
    font-family: arial, helvetica;
    font-size: 12px;
    font-weight: normal;
    color: white;
    margin-left: 53px;
}
    #breadcrumbs a {
        color: white; 
        line-height: 24px;
        vertical-align: bottom;
        text-decoration: none;
    }
        #breadcrumbs a:hover {
            color:#FFDA00;
        }
    #breadcrumbs  span {
        line-height: 24px;
        padding-left: 8px;
        padding-right: 8px;
        color: #C4C4C4;
    }



a.headerbutton {
    display: block;
    width: 110px;
    height: 17px;
    background-image: url(../images/bg_bluebutton_navy2.jpg);
    background-repeat: no-repeat;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    line-height: 14px;
    color: white !important;
    overflow: hidden;
    margin-top: 0px;
}
    a.headerbutton:hover {
        background-image: url(../images/bg_bluebutton_navy2_over.jpg);
    }