<!--
body {
	background-color: #EFEFEF;
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

tr, td  {
	color: #000000;
	font-family: Verdana;
	font-size: 8pt;
	margin-left: 0; 
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

a.plain {
	color: #000000;
	text-decoration: none; 
}

a.logo_title {
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	font-size:14px;
	text-decoration: none; 
}

a.home_link_lrg {
	color: #0061C2;
	font-family:"Arial Black";
	font-weight: bold;
	font-size:24px;
	text-decoration: none; 
}

a.home_link_sml {
	color: #999999;
	text-decoration: none; 
}

a.home_link_sml:visited 		{ color: #757575; font-weight: bold; text-decoration: none; }
a.home_link_sml:link 			{ color: #757575; font-weight: bold; text-decoration: none; }
a.home_link_sml:active 			{ color: #757575; font-weight: bold; text-decoration: none; }
a.home_link_sml:hover 			{ color: #006699; font-weight: bold; text-decoration: underline; }

a.logout_link:visited 			{ color: #999999; font-weight: bold; text-decoration: none; }
a.logout_link:link 				{ color: #999999; font-weight: bold; text-decoration: none; }
a.logout_link:active 			{ color: #999999; font-weight: bold; text-decoration: none; }
a.logout_link:hover 			{ color: #666666; font-weight: bold; text-decoration: underline; }

a.attach_link:visited 			{ color: #666666; font-weight: bold; text-decoration: none; }
a.attach_link:link 				{ color: #666666; font-weight: bold; text-decoration: none; }
a.attach_link:active 			{ color: #666666; font-weight: bold; text-decoration: none; }
a.attach_link:hover 			{ color: #FF0000; font-weight: bold; text-decoration: underline; }

a.remove_link:visited 			{ color: #000000; font-weight: bold; text-decoration: none; }
a.remove_link:link 				{ color: #000000; font-weight: bold; text-decoration: none; }
a.remove_link:active 			{ color: #000000; font-weight: bold; text-decoration: none;}
a.remove_link:hover 			{ color: #000000; font-weight: bold; text-decoration: underline; }

a.ssa_link:visited 				{ color: #757575; font-weight: bold; text-decoration: none; }
a.ssa_link:link 				{ color: #757575; font-weight: bold; text-decoration: none; }
a.ssa_link:active 				{ color: #757575; font-weight: bold; text-decoration: none; }
a.ssa_link:hover 				{ color: #000000; font-weight: bold; text-decoration: underline; }

a.menu_active_link:visited 		{ color: #006699; font-weight: bold; text-decoration: none; }
a.menu_active_link:link 		{ color: #006699; font-weight: bold; text-decoration: none; }
a.menu_active_link:active 		{ color: #006699; font-weight: bold; text-decoration: none; }
a.menu_active_link:hover 		{ color: #006699; font-weight: bold; text-decoration: underline; }

a.menu_inactive_link:link 		{ color: #F0F0F0; font-weight: bold; text-decoration: none; }
a.menu_inactive_link:visited 	{ color: #F0F0F0; font-weight: bold; text-decoration: none; }
a.menu_inactive_link:hover 		{ color: #F0F0F0; font-weight: bold; text-decoration: underline; }
a.menu_inactive_link:active 	{ color: #F0F0F0; font-weight: bold; text-decoration: none; }
 
a.submenu_active:visited 		{ color: #006699; font-weight: bold; text-decoration: none; }
a.submenu_active:link 			{ color: #006699; font-weight: bold; text-decoration: none; }
a.submenu_active:active 		{ color: #006699; font-weight: bold; text-decoration: none; }
a.submenu_active:hover 			{ color: #006699; font-weight: bold; text-decoration: underline; }

a.submenu_inactive:link 		{ color: #757575; font-weight: bold; text-decoration: none; }
a.submenu_inactive:visited 		{ color: #757575; font-weight: bold; text-decoration: none; }
a.submenu_inactive:hover 		{ color: #006699; font-weight: bold; text-decoration: underline; }
a.submenu_inactive:active 		{ color: #757575; font-weight: bold; text-decoration: none; }

a.results:link 					{ color: #FFFFFF; font-weight:bold; text-decoration: none; }
a.results:visited 				{ color: #FFFFFF; font-weight:bold; text-decoration: none; }
a.results:hover 				{ color: #FFFFFF; font-weight:bold; text-decoration: underline; }
a.results:active 				{ color: #FFFFFF; font-weight:bold; text-decoration: none; }

a.image_link {
	color: #006699;
	text-decoration: underline;
}

a.email_link {
	color: red;
	font-weight:bold;
	text-decoration: underline;
}

.menu_active_left {
	background-image:url(../graphics/html_images/nav-a-l.gif);
}
.menu_active_middle {
	background-image:url(../graphics/html_images/nav-a-m.gif);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.menu_active_right {
	background-image:url(../graphics/html_images/nav-a-r.gif);
}

.menu_inactive_left {
	background-image:url(../graphics/html_images/nav-i-l.gif);
}
.menu_inactive_middle {
	background-image:url(../graphics/html_images/nav-i-m.gif);
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
}
.menu_inactive_right {
	background-image:url(../graphics/html_images/nav-i-r.gif);
}

.image_preview{
position: relative;
z-index: 0;
}
.image_preview:hover{
background-color: transparent;
z-index: 50;
}
.image_preview span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid gray;
visibility: hidden;
color: black;
text-decoration: none;
}
.image_preview span img{ 
border-width: 0;
padding: 2px;
}
.image_preview:hover span{ 
visibility: visible;
top: -35;
left: 50px; 
}

.banner {
	font-family: Arial Black; 
	font-size: 14;
	color: #FFFFFF; 
	font-weight: bold
}

.textbox { 
	font-family:Verdana;
	font-size:8pt;
 }
.textbox_readonly {
	font-family: verdana; 
	font-size:8pt;
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
.textboxdate { 
	font-family:Verdana;
	font-size:8pt;
	color: #999999; 
 }
.checkbox { 
	width: 10px;
	height: 10px;
}

.textarea { 
	font-family: Verdana;
	font-size: 8pt;
}

.dropDown { 
	font-family: Verdana;
	font-size: 8pt;
}

.button { 
	font-family: Verdana;
	font-size: 8pt 
}

.dropDownHeader { 
	color: #D70000;
	font-weight: bold; 
}

.table_heading {
	color: #006699;
	BACKGROUND-COLOR: #FFFFFF;
	BORDER-BOTTOM: #cccccc 1px dotted;
	padding-left: 2px;
	font-size: 11px;
	font-weight: bold;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

.table_label {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #F3F3F3;
}

.table_field {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}
.table_field_print {
	padding-left: 2px;
	font-size: 14px;
	border: #000000 1px solid;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}
.font_menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-left: 11px;
}
.table_label_blue {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #0000FF;
}
.table_label_yellow {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFF00;
}
.table_label_red {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF0000;
}
.table_label_green {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #80FF00;
}
.table_label_orange {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF8000;
}
.table_label_pink {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF00FF;
}
.table_label_white {
	padding-left: 2px;
	font-size: 10px;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FFFFFF;
}

.table_fieldgreen {
	padding-left: 2px;
	font-size: 10px;
	font-weight: 100;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #00FF00;
}
.table_fieldred {
	padding-left: 2px;
	font-size: 10px;
	font-weight: 100;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	BACKGROUND-COLOR: #FF0000;
}
.pageTitle{
  font-size:       38px;
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:         	#7E7E7E;
  font-weight:     bold;
}

.textRedBold {
	font-family:    Verdana, Arial, Helvetica, sans-serif;
	color:			#FF0000;
	font-weight:    bold;
}
.redSml{
  font-size:       10px;
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:         #FF0000;
  font-weight:     bold;
}
.redMed{
  font-size:       14px;
  font-family:     Trebuchet MS;
  color:         #FF0000;
  font-weight:     bold;
}
.redLrg{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #FF0000;
  font-weight:     bold;
}
.graySml{
  font-size:       10px;
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:         #999999;
  font-weight:     bold;
}
.grayMed{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #999999;
  font-weight:     bold;
}
.grayLrg{
  font-size:       24px;
  font-family:     Trebuchet MS;
  color:         #999999;
  font-weight:     bold;
}
.blackSml{
  font-size:       10px;
  font-family:     Verdana, Arial, Helvetica, sans-serif;
  color:         #000000;
  font-weight:     bold;
}
.blackMed{
  font-size:       18px;
  font-family:     Trebuchet MS;
  color:         #000000;
  font-weight:     bold;
}
.blackLrg{
  font-size:       24px;
  font-family:     Trebuchet MS;
  color:         #000000;
  font-weight:     bold;
}
.tableHeadingPrint {
  color: #FFFFFF;	
  padding-left: 2px;
  font-size: 10px;
  font-weight: bold ;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #7E7E7E;
}
.table_labelPrint {
  padding-left: 2px;
  font-size: 10px;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #EAEAEA;
}
.table_fieldPrint {
  padding-left: 2px;
  font-size: 10px;
  font-weight: bold;
  FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
  BACKGROUND-COLOR: #FFFFFF;
}

fieldset {
   border: 1px solid black;
}
-->