*{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1D3E72;
	font-size: 11px;
	background: #E4E4E4; 
	margin: 0;
}
TABLE, TD, P {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	color: #1D3E72;
}

FORM{ display: inline; }
A{

}
A:link{
	font-weight: normal;
	text-decoration: underline;
	color: #1D3E72;
}
A:visited{
	font-weight: normal;
	text-decoration: underline;
	color: #1D3E72;
}
A:hover{
	font-weight: normal;
	text-decoration: none;
	color: #1D3E72;
}
A:active{
	font-weight: normal;
	text-decoration: none;
	color: #1D3E72;
}

/* home page */
.headerlg {
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #1D3E72;
}
.header_title {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #1D3E72;
}
.ltblue {
	font-size: 11px;
	text-decoration: none;
	color: #9BCAD0;
}
A.ltblue:link, A.ltblue:visited, A.ltblue:active {
	text-decoration: underline;
	color: #9BCAD0;
}
A.ltblue:hover{
	text-decoration: none;
	color: #9BCAD0;
}


/* table functions */
img.image_pad_right {
float: right;
margin: 2px 0px 4px 18px;
}
img.image_pad_left {
float: left;
margin: 2px 18px 4px 0px;
}
table.signup {
	margin-top: 10px;
}
table.white_back {
background-color:#ffffff;
}
tr.band1 {
	background-color:#e8f1f7;
}
tr.band2 {
	background-color:#f3ebbf;
}
td.header_font {
	font-weight: bold;
	padding-top: 3px;
	padding-left: 4px;
}
table.header_pad {
background-image: url(../images/h-corner.gif);
background-repeat: no-repeat;
background-position: left;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 10px;

}
td.sidebar {
	background-image: url(../images/t-sideback.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
table.sidenav {
margin-top: 8px;
margin-bottom: 0px;
}
table.border_top {
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #B8B8B8;
border-bottom: 0px;
}
table.border_sides {
border: 1px solid #B8B8B8;
border-top: 0px;
border-bottom: 0px;
height: 16px;
}
table.body {
margin-top: 0px;
margin-bottom: 0px;
border: 1px solid #B8B8B8;
border-top: 0px;
background-color:#ffffff;
}
table.nav_padding {
margin-right: 10px;
}
table.content {
margin-left: 28px;
}

/* interior */


/* forms */
.form_fields {
	border: inset #CEAC5C 1px;
	color: #666666;
}
.form_search_fields {
	font-size: 11px;
	border: inset #CEAC5C 1px;
	color: #666666;
}

/* footer */
#footer{
	font-size: 10px;
	text-decoration: none;
	color: #1D3E72;
}

#footer A, #footer A:link, #footer A:visited, #footer A:active, #footer A:hover{
	font-size: 10px;
	text-decoration: none;
	color: #1D3E72;
}

#footer A:hover{
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	text-decoration: none;
	color: #1D3E72;
}
A.copyright:link, A.copyright:visited, A.copyright:active {
	font-size: 10px;
	text-decoration: none;
	color: #1D3E72;
}
A.copyright:hover{
	text-decoration: underline;
}




.footerbar {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	line-height: 17px;
	padding-right: 5px;
	padding-left: 5px;
}


sup.inline_sup { 
    font-size: smaller;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;

}
.textsm_italic {
	font-size: 10px;
	color: #000000;
	font-style: italic;
}

.tooltip_label {
	background-image: url(../images/tab_back.gif);
	border-width: 1px 1px 0px 1px;
	border-color: #7b7b7b;
	border-style: solid;
	font-size: 11px;
	text-decoration: none;
	color: #005a9b;
	line-height: 22px;
	padding-left: 10px;
	padding-right: 1px;
	line-height: 22px;
}
.tooltip_arrow {
	background: url(../images/tab_bottile.gif);

}