/*general*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;

}


/*table formatting*/

.bg_00 {
	background-color: #FFFFFF;
}
.bg_01 {
	background-image: url(../images/border_l.gif);
}
.bg_02 {
	background-image: url(../images/border_r.gif);
}
.bg_03 {
	background-color: #6091C2;
}
.bg_04 {
	background-color: #405B81;
	color: #FFFFFF;
	font-weight: bold;
}
.bg_05 {
	background-color: #E9EDF5;
}
.bg_06 {
	background-image: url(../images/div_v_01.gif);
}
.bg_07 {
	background-color: #CBDDDD;
}

.bg_nav01 {
	background-image:  url(../images/bg_nav01.gif);
}
.bg_nav02 {
	background-image:  url(../images/bg_nav02.gif);
}
.bg_nav03 {
	background-image:  url(../images/bg_nav03.gif);
}
.bg_nav04 {
	background-image:  url(../images/bg_nav04.gif);
}
.bg_subnav01 {
	background-color: #E4E7F0;
}


.formheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #969696;
}
.formheadersel {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #B2B2B2;
}


/*text formatting*/

.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.msgerror {
	font-weight: bold;
	color: #FF0000;
}
.msgsuccess {
	font-weight: bold;
	color: #009900;
}

.texthead_01 {
	font-size: 15px;
	font-weight: bold;
	color: #405B81;
}
.texthead02 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.size9 {
	font-size: 9px;
}
.size9white {
	font-size: 9px;
	color: #FFFFFF;
}
.size15 {
	font-size: 15px;
}

input {

	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

select {

	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

a:link {
	color: #6699CC;
	font-weight: bold;
}
a:active {
	color: #666666;
	font-weight: bold;
}
a:visited {
	color: #6699CC;
	font-weight: bold;
}
a:hover {
	color: #666666;
	font-weight: bold;
}

a.nav:link {
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
a.nav:active {
	font-size: 11px;
	color: #A6DB58;
	font-weight: bold;
}
a.nav:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
a.nav:hover {
	font-size: 11px;
	color: #A6DB58;
	font-weight: bold;
}


a.sm:link {
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
a.sm:active {
	font-size: 9px;
	color: #CCCCFF;
	font-weight: bold;
}
a.sm:visited {
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}
a.subnav:hover {
	font-size: 9px;
	color: #CCCCFF;
	font-weight: bold;
}
a.subnav:link {
	font-size: 11px;
	color: #405B81;
	font-weight: bold;
}
a.subnav:active {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
a.subnav:visited {
	font-size: 11px;
	font-weight: bold;
	color: #405B81;
}
a.subnav:hover {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}