/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.simple_white {color: #FFFFFF}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
.tiny {font-size: x-small; color:#CCCCCC}
.white {color: #FFFFFF}

.simple_white {color: #FFFFFF}
.white_bold {
	color: #FFFFFF;
	font-weight: bold;
}
.tiny_text {font-size: x-small}
.white_bold_14 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.georgia_16 {
	font-size: 16px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.left_nav {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px none #FFFFFF;
	border-right: 1px none #FFFFFF;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 1px none #FFFFFF;
	background-image: url(images/navbg.gif);
}
.style1 {font-size: x-small; color: #999999; }
.tiny-white {font-size: x-small; color: #FFFFFF; }
.tbl_header_navy_bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3A07A2;
}
.subheader {
	font-weight: bold;
}
.tiny-red {
font-size: x-small; color: #FF0000;
}
.formfield {
	font-size: 12px;
	border: 1px solid #230414;
}
.simply_white {color: #FFFFFF}

.btmbordr {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.light_tbl_bgcolor {
	background-color: #F3F3F3;
}

.arial_white_sm { color: #230414;}
.blue_arial {color: #0B226E}
.tbl_sub_header {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #4F043D;
}

div.scroll {
height: 65px;
overflow: auto;
border: 1px solid #666;
padding: 2px;
}
