/*
CSS Sample Site
*/

body  { 
   font-family: Verdana;
  }
p { font-family: Arial; }
p {font-size: 89%; }

li { font-family: Arial; }
li { font-size: 89%; }


H1 { color: #000000; font-weight: 400; font-size: 18px; font-family: Arial }
H2 { color: #000000; font-weight: 400; font-size: 18px; font-family: Arial }
H3 { color: #000000; font-weight: 400; font-size: 18px; font-family: Arial }


.specialfont { 
   color: black;
   font-family: Arial; 
   font-size: 85%;}
   
.keylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6600;
	font-weight: bolder;
}

.RedFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: red;
}

.keylinks:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bolder;
}


a { font-weight: bold;}
a { font-family: Arial;}
a { font-size: 89%;}
a:link {color: #0027B3}
a:visited {color: #0027B3}
a:hover {  text-decoration: underline;
  color: white;
  background-color: #0027B3;
  
a.top { font-weight: bold;}
a.top { font-family: Arial;}
a.top { font-size: 72%;}
a.top:link {color: #0027B3; text-decoration: none}
a.top:visited {color: #0027B3; text-decoration: none}
a.top:hover {color: white; text-decoration: none;
  background-color: #0027B3; }
 
a.top2 { font-weight: bold;}
a.top2 { font-family: Arial;}
a.top2 { font-size: 65%;}
a.top2:link {color: #0027B3; text-decoration: none}
a.top2:visited {color: #0027B3; text-decoration: none}
a.top2:hover {color: white; text-decoration: none;
  background-color: #0027B3;
  
