<style>
a, body {font-family:arial;
}

a:hover {color: #002B4F;}


/* accessibility_label elements for screen readers */ 
           .accessibility_label { display: none !important; }




/*----- Summon Tabs -----*/
.tabs {
background:#003F5E;
font-family:arial;
text-decoration:none;
font-weight:bold;
    width:600px;
    display:inline-block;
border: 0px solid #003F5E;

  
}


    /*----- Tab Links -----*/
	
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
     .tab-links li {
	 background:#FFFFFF;
padding-right:3px;
        float:left;
        list-style:none;
    }
	
 
       .tab-links a {
            padding:10px 10px;
            display:inline-block;
            border-radius:10px 10px 10px 10px;
            background:#003F5E;
font-family:arial;
text-decoration:none;
            font-size:15px;
            color:#FFFFFF;
            transition:all linear 0.25s;
        }
 
    .search-page-header {
    margin: 0 0 40px 0;
    font-size: 20px;
 }
    /*----- Content of Tabs -----*/
	
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }


ul {
background:#FFFFFF;
	list-style-type: none;
	 zoom: 1.0; 
}


 /*----- Checkboxes -----*/
							
.tabs input[type='checkbox'] {
 	cursor: pointer;
	background:#000000;
height:15px;
width:15px;

background:#FFFFFF;
  -webkit-appearance:checkbox;
   transform: scale(1);         /* FF 16+, IE 10+ */
    -webkit-transform: scale(1); /* Chrome, Safari 3.5+, Opera 15+ */
    -ms-transform: scale(1);     /* legacy: IE 9+ */
    -moz-transform: scale(1);    /* legacy: FF 3.5+ */
    -o-transform: scale(1);      /* legacy: Opera 10.5 */
  }

label {
	cursor: pointer;
}

.searchbox {
padding-top:20px;
height:80px;
background:#FFFFFF;
font-size:12px;
line-height:40px;
}
.searchbox a {
color:#000000;
line-height:40px;
}


head {
margin:auto;

}

a, a:visited  {
color:#3A6F8F;
}
a:hover {
text-decoration:underline;
}




#content {
width:auto;
text-align: left;
    padding-left: 80px;

}

#title {
background:#FFFFFF;
display:none;

}

/*----- Summon Tabs -----*/
.tabs {
background:#002B4F;
font-family:arial;
text-decoration:none;
font-weight:bold;
    display:inline-block;
border: 0px solid #000000;
width:auto;
padding-bottom:px;
  
}

 .tabs a:hover {
text-decoration:underline;
}
    /*----- Tab Links -----*/
	
    /* Clearfix */
    .tab-links:after {
        display:block;
        clear:both;
        content:'';
    }
 
     .tab-links li {
	 background:#FFFFFF;
padding-right:3px;
        float:left;
        list-style:none;
    }
	
		.tab-links {

}
 
       .tab-links a {
            padding:10px 10px;
            display:inline-block;
            border-radius:10px 10px 10px 10px;
            background:#002B4F;
font-family:arial;
text-decoration:none;
            font-size:14px;
            color:#FFFFFF;
            transition:all linear 0.25s;

        }
 
        .tab-links a:hover {
            background:#019EDF;
            text-decoration:none;
        }
 
   li.active a, li.active a:hover {
        background:#009EDF;
        color:#FFFFFF;
    }
 
    /*----- Content of Tabs -----*/
	
 
 
        .tab {
            display:none;
        }
 
        .tab.active {
            display:block;
        }



ul, td {
    margin: 0;
    padding: 0;
}


ul {
background:#FFFFFF;

	list-style-type: none;
	 zoom: 1.0; 
}


a {
	text-decoration: none;
	color: #002945;
}
</style>