a img {border: none;}

#navigation {
    position: relative;
    height: 29px;
    width: 983px;
    overflow: hidden;
    padding: 0 3px;
    margin: 0;
    background: url(/navigation.jpg) repeat-x;
}
#navigation li {
    float: left;
    list-style: none;
}
#navigation li.back {
    background: url("/navbg.jpg") no-repeat right -21px;
    width: 9px; height: 21px;
    z-index: 8;
    position: absolute;
}
#navigation li.back .left {
    background: url("/navbg.jpg") no-repeat top left;
    height: 21px;
    margin-right: 9px;
}
#navigation li a {
    text-decoration: none;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    z-index: 10;
    display: block;
    line-height: 21px;
    position: relative;
    overflow: hidden;
    margin: auto 10px;    
}
#navigation li a:hover, #navigation li a:active, #navigation li a:visited {
    border: none;
}

.tabs-bg {
	background-image: url(/tab-filler.gif);
}

.tab-on {
	background-image: url(/tab-on.gif);
	height: 31px;
	line-height: 31px;
	color: rgb(4, 31, 78);
	text-align: center;
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 12px;
	width: 136px;
}

.tab-off {
	background-image: url(/tab-off.gif);
	height: 31px;
	line-height: 31px;
	color: rgb(4, 31, 78);
	text-align: center;
	font-family: arial;
	font-weight: bold;
	font-size: 12px;
	width: 136px;
}

/* BODY STYLES */
body
{
	overflow-y:-moz-scrollbars-vertical;
}
/* TEXT STYLES */
body, p, td, li {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
/* HEADER STYLES */
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #041F4E;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #041F4E;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #041F4E;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	color: #041F4E;
}
h5 {
	font-size: 12px;
	font-weight: bold;
	color: #041F4E;
}
h6 {
	font-size: 10px;
	font-weight: bold;
	color: #041F4E;
}
/* LINK STYLES */
a:link {
	color:#0066FF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color:#0066FF;
}
a:hover {
	text-decoration: underline;
	color:#0066FF;
}
a:active {
	text-decoration: underline;
	color:#0066FF;
}
/* ERROR TABLE STYLES */
.tbl 
{
	width:100%;
	border-collapse:collapse;
	margin:12px;
}
.tbl-2 
{
	width:100%;
	border-collapse:collapse;
	margin:12px;
}
.th 
{
	text-align:left;
	font-family:arial;
	color:#1E1E1E;
	font-weight:bolder;
	font-size:20px;
	line-height:20px;
	padding-left:3px;
}
.th-2 
{
	text-align:left;
	color:#000000;
	font-family:arial;
	font-weight:bolder;
	font-size:11px;
	line-height:15px;
	padding-left:3px;
	text-decoration:underline;
}
.td 
{
	padding:3px;
}
.td-2 
{
	padding:3px;
}
.td-left 
{
	padding:3px;
}
.td-right 
{
	padding:3px;
}
.td-left-2 
{
	padding:3px;
	text-align:center;
}
.td-right-2 
{
	padding:3px;
	text-align:center;
}
.tbl-3 
{
	width:100%;
	border-collapse:collapse;
}
.tbl-4 
{
	width:100%;
	border-collapse:collapse;
}
/* FORM STYLES */
.frm-btn {
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	border:1px solid #041F4E;
	background-color:#041F4E;
	height:20px;
}
.frm-input {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}
.frm-textarea {
	border:1px solid #041F4E;
	width:200px;
}
.frm-select {
	border:1px solid #041F4E;
	width:200px;
	height:20px;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */