.main_nav {
  font-family: Arial, Geneva, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  letter-spacing: 0;
  color: #FFFFFF;
  text-decoration: none;
}


.main_link a:hover {
  color: #F5E100;
  background-color: transparent;
  text-decoration: underline;
}

.main_nav .main_nav_sel {  
  color: #F5E100; 
  background-color: transparent; 
  text-decoration: none;
} 

.div_line_header {
    border-bottom:4px solid #09c;
    clear:both;
    font-size:1px;
    margin-bottom:4px;
    margin-top:0px;
    width:100%;     
}

h1, .header1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-style : normal;
    display: inline;
}

.top {
  vertical-align: text-top;
  }

h2, .header2 { 
  font-family: Arial, Geneva, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  font-style : normal;
  }

.content {
    padding:10px;
  /*  width:550px;   */
}

h3 {
  font-family: Arial, Geneva, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  font-style : normal;
}

.v10green {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #009900;
  text-decoration: none;
}

.v10blue {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 10pt;
  color: #0099CC;
  text-decoration: none;
}

.v14 {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 14pt;
  color: #000000;
  text-decoration: none;
}

.a10white {
  font-family: Arial, Geneva, sans-serif;
  font-size: 10pt;
  color: #FFFFFF;
  text-decoration: none;
  }

.a10 {
  font-family: Arial, Geneva, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  }

.a9 {
  font-family: Arial, Geneva, sans-serif;
  font-size: 9pt;
  color: #000000;
  text-decoration: none;
}

.a8 {
  font-family: Arial, Geneva, sans-serif;
  font-size: 8pt;
  color: #000000;
  text-decoration: none;
}

.c12 {
  font-family: Courier;
  font-size: 12pt;
  color: #000000;
  text-decoration: none;
}

.c10 {
  font-family: Courier;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
}

.locator {
  font-family: Arial, Geneva, sans-serif;
  font-size: 9pt;
  /*  color: #006699;  */
  /* text-decoration: underline; */
}

.snav_frame {
    width: 130px;
}

.snav_box {
  padding:21px 30px 0px 10px;
}

.snav {
  font-family: Arial, Geneva, sans-serif;
  font-size: 9pt;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;

}

.normal {
  color: #000000;
  font-weight: normal
}

.bold {
  color: #000000;
  font-weight: bold
}

.italic {
  color: #000000;
  font-style: italic;
  font-weight: normal
}

.square {
  list-style-type: square;
  color: #006699;
}

.circle {
  list-style-type: disc;
  color: #0099CC;
}

.nested_circle {
  list-style-type: circle;
  color: #0099CC;
}

.roman {
  list-style-type: upper-roman;
  color: #0099CC;
  font-weight: bold;
}

.letter {
  list-style-type: lower-alpha;
  color: #0099CC;
  font-weight: bold;
}

.number {
  list-style-type: decimal;
  color: #0099CC;
  font-weight: bold;
}

.dropcap {
  color: #ff9900;
  font-weight: normal; 
  font-size: 24pt 
}