HTML {
    font-family: Arial, Helvetica, sans-serif;
}
BODY {
   font-family: Arial, Helvetica, sans-serif;
   font-color: #000000;
   background-color: #ffffff;
}
TD {
   font-family: Arial, Helvetica, sans-serif;
}

TD.thumb { 
   font-size: 13px; 
   line-height: 15px; 
   font-family: Arial, Helvetica, sans-serif; 
   text-align: center; 
   align: center; 
   valign: middle 
}

A:visited {
   color: #663399
}
A:link {
   color: #003399
}

A:active {
   color: #003399
}

div#topregion A:visited {
	color: #003399;
	text-decoration: none;
}
div#topregion A:link {
	color: #003399;
	text-decoration: none;
}
div#topregion A:hover {
	color: #003399;
	text-decoration: underline;
}
div#topregion A:active {
	color: #003399;
	text-decoration: none;
}
.nodec A:visited {
	color: #0000ff;
	text-decoration: none;
}
.nodec A:link {
	color: #0000ff;
	text-decoration: none;	
}

.nodec A:hover {
	color: #0000ff;
	text-decoration: underline;
}
.nodec A:active {
	color: #0000ff;
	text-decoration: none;
}

TR {
   font-family: Arial, Helvetica, sans-serif
}

TBODY {
    font-family: Arial, Helvetica, sans-serif
}

TABLE {
    font-family: Arial, Helvetica, sans-serif;
}

TABLE#InfoTable{
  border-left: solid silver;
  border-left-width:thin;
}

H1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #003399;
  font-weight: bold;
  text-align: left;
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 7px;
  margin-right: 5px;
}
H1.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #003399;
  font-weight: bold;
  text-align: center;
  margin-top: 7px;
  margin-left: 5px;
  margin-bottom: 7px;
  margin-right: 5px;
}

H2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003399;
  text-align: left;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
}

H2.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #003399;
  text-align: center;
  margin-top: 8pt;
  margin-bottom: 5px;
}

H3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #003399;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
}
H3.title { 
  color: #003399; 
  font-weight: bold; 
  font-size: 13px; 
  font-family: Arial, Helvetica, sans-serif; 
  text-align: center; 
  margin-top: 4px;
  margin-left: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
}

H4 {
  font-family: Arial, Helvetica, sans-serif;
  color: #003399;
  font-size: 10pt;
  font-weight: bold;
  text-align: left;
  margin-top: 9pt;
  margin-left: 11pt;
  margin-bottom: 3pt;
  margin-right: 11pt;
}

P {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: justify;
  margin-top: 3px;
  margin-left: 13px;
  margin-bottom: 3px;
  margin-right: 9px;
}

P.title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-top: 3px;
  margin-left: 13px;
  margin-bottom: 3px;
  margin-right: 9px;
}

BR {
    font-family: Arial, Helvetica, sans-serif
}

/* DIV element to frame UL-LI lists, so as to control the margins and font settings
** setting these styles on the UL or LI elements does not work in Netscape 
** To use, enter a DIV tag and place the entire UL-LI list within it */
DIV {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: left;
    margin-top: 2pt;
    margin-right: 20pt;
    margin-left: 8pt;
    margin-bottom: 0pt;
}

LI {
    font-family: Arial, Helvetica, sans-serif
    font-size: 13px;
    line-height: 20px;
}

UL {
    font-family: Arial, Helvetica, sans-serif
    font-size: 13px;
    line-height: 15px;
}

.caption {
    color:#666666;
    font-family:arial, helvetica, sans-serif;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    text-decoration:none
}

.smalltext {
    color:#666666;
    font-family:arial, helvetica, sans-serif;
    font-size: 9px;
    line-height: 12px;
    text-decoration:none
}

/* generic classes for making color-emphasized words in a H1, P, LI, SPAN  */
/* in general, bracket the P or H with a SPAN tag, and add one of these classes to the SPAN*/
.black {color: black;}  
.boldblack {font-weight: bold; color: black;}
.fuschia {color: #CC0066;}  
.boldfuschia {font-weight: bold; color: #CC0066;}  
.red {color: red;}  
.boldred {font-weight: bold; color: red;}  
.green {color: #094D0C;}  
.boldgreen {font-weight: bold; color: #094D0C;}
.teal {color: #15608A;} 
.boldteal {font-weight: bold; color: #15608A;} 
.blue {color: #00009A;}  
.boldblue {font-weight: bold; color: #00009A;}
.purple {color: #660099;} 
.boldpurple {font-weight: bold; color: #660099;}  
.tan {color: #CC6600;}
.boldtan {font-weight: bold; color: #CC6600;} 

.list {
    font-family:arial, helvetica, sans-serif;
}
