table, tr, td, th { 
 font-family:Verdana;
 font-size:11pt;
}

body {
 font-family:Verdana;
 font-size:10pt;
 color:#000000;
 margin: 0px 0px; padding:0px
}

h1 {
 font-family:Verdana;
 font-size:14pt
 color:#000000
}

h2 {
 font-family:Verdana;
 font-size:12pt
 color:#000000
}

h3 {
 font-family:Verdana;
 font-size:11pt
 color:#000000
}

h4 {
 font-family:Verdana;
 font-size:11pt
 color:#000000
 text-align: center;
}

.menunav {
 background-color: #000000;
 font-family: Verdana;    
 font-size: 10pt;
 color: White;
 text-align: center;
 cursor: hand;
}


.hovernav {
	background-color: #666666;
    font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
    cursor: hand;
    text-decoration: underline;
}

.menunavsmall {
 background-color: #000000;
 font-family: Verdana;    
 font-size: 8pt;
 color: White;
 text-align: center;
 cursor: hand;
}


.hovernavsmall {
	background-color: #666666;
    font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-align: center;
    cursor: hand;
    text-decoration: underline;
}

table {
 font-family:Verdana;
 font-size:8pt
 color:#000000
}

    
a.hovernav:link {
	text-decoration: none;
    background-color: #666666;
    font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
}
a.hovernav:visited {
	text-decoration: none;
    background-color: #666666;
    font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.hovernav:active {
	text-decoration: none;
    background-color: #666666;
    font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.hovernav:hover {
	text-decoration: none;
    background-color: #666666;
    font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}

.blankspace {
 background-color: #000000;
  font-family: Verdana;    
 font-size: 8pt;
 text-align: right;
 color: #666666
 } 
 
/* Keeps menubar with white links  */

a.menunav:link {
	text-decoration: none;
	background-color:black;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.menunav:visited {
	text-decoration: none;
	background-color:black;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.menunav:active {
	text-decoration: none;
	background-color:black;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.menunav:hover {
	text-decoration: underline;
	background-color:black;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}

a.nav2:link {
	text-decoration: none;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.nav2:visited {
	text-decoration: none;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.nav2:active {
	text-decoration: none;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}
a.nav2:hover {
	text-decoration: underline;
	font-family: Verdana;
    font-size: 10pt;
    color: White;
    text-align: center;
}


a.nav3:link {
	text-decoration: none;
	font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-align: center;
}
a.nav3:visited {
	text-decoration: none;
	font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-align: center;
}
a.nav3:active {
	text-decoration: none;
	font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-align: center;
}
a.nav3:hover {
	text-decoration: underline;
	font-family: Verdana;
    font-size: 8pt;
    color: White;
    text-align: center;
}

/* Standard Link */
a:link { color:blue; text-decoration: none; }
a:visited { color:purple; text-decoration: none; }
a:active { color:blue; }
a:hover { color:blue; text-decoration: underline;}
