.main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
}

table.Main {
 	background-image: url(images/1bg.jpg);
  	background-color: white;
   	color: #666;
 	margin: 0px
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #8b8b8b;
}
/*
a:link {color: #1B3F8D} /* dark blue */ /*
a:visited {color: #1B3F8D}
a:hover {color: #666}
a:active {color: #666}
*/

/* LINK STYLES */
a {
  color:#1B3F8D;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
a:link {
  color:#1B3F8D;
  text-decoration: none;
}
a:visited {
  color: #1B3F8D;
  text-decoration: none;
}
a:hover {
  color:#666;
  text-decoration: underline;
}
a:active {
  color:#666;  
  text-decoration: underline;
}

.topNav { color: #eee; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; background: url(images/1header_center_r.jpg) no-repeat;}
.topNav a:link { color: #eee; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
.topNav a:visited { color: #eee; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
.topNav a:hover { color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
.topNav a:active { color: #ccc; font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}

.subNav { color: black; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; text-decoration: none}
.subNav a:link { color: #999; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none}
.subNav a:visited { color: #999; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none}
.subNav a:hover { color: navy; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; text-decoration: none}
.subNav a:active { color: navy; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; text-decoration: none}

.footer a:link, .footer a:visited { color: #999; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}
.footer a:hover { color: navy; font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; text-decoration: none}

a:link.nav, a:visited.nav {  
/*background-image: url(images/1header_nav_bg_off.jpg); */
font-family: "Times New Roman", Times, serif;
/*font-family: Georgia, Helvetica, sans-serif; */
font-size: 12px; 
color: black; 
text-decoration: none;
font-weight: bold;
display: block;
padding: .1cm;
margin: 1px 1px 2px 15px;  /* margin-top, right, bottom, left */
}

a:hover.nav, a:active.nav {  
/*background-image: url(images/1_on.gif) no-repeat; */
background: url(images/1_on_light.gif) no-repeat;
font-family: "Times New Roman", Times, serif;
/*font-family: Georgia, Helvetica, sans-serif; */
font-size: 12px; 
color: navy; 
text-decoration: none;
font-weight: bold;
display: block; 
padding: .1cm;
margin: 1px 1px 2px 15px;  /* margin-top, right, bottom, left */
}

td.bg_nav, table.bg_nav {  
background: url(images/1bg_nav.jpg) repeat;
}

table.nav_bg {  
background: url(images/1header_nav_bg_off.jpg) repeat;
}

td.bg_left {  
background: url(images/1bg_left.jpg) repeat;
}

h1 { 
	font-family: Times, "Times New Roman", Times, serif;
	color: #1d408e;
	font-size: 17px;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}

h2 { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	font-size: 13px;
	font-weight: bold;
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px}

li {
line-height: 1.5;
}

TABLE.border {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

TABLE.noborder {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
}

/********************** Remove dotted border from links *********************/
a:active, a:focus, input[type="image"] {
outline: 0}

html { overflow: -moz-scrollbars-vertical; } /* fixes scroll bar in Firefox */