

/* Generic Selectors */
 
body {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 13px;
   color: #000000;
   background-color: #FFFFFF;
}
 
p {
   width: 98%;
}
 
li {
   list-style-type: none;
   line-height: 150%;
   list-style-image: url(../images/arrowSmall.gif);
}
 
 
.style1 {
   font-family: impact, Verdana, Arial, Helvetica, sans-serif;
   font-size: 24px;
   font-weight: normal;
   color: #FFFFFF;
}
h1 {
   font-family: Arial, Verdana, Helvetica, sans-serif;
   font-size: 22px;
   font-weight: bold;
   color: #800000;
}
 
h2 {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   font-weight: bold;
   color: #000000;
   border-bottom: 1px solid #ffffff;
}

.mystyle {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #800000;
}
 
.my2ndstyle {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   color: #800000;
}
 
.my3rdstyle {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-weight: bold;
   font-size: 18pt;
   color: #800000;
}
 
/**************** Pseudo classes ****************/
 
a:link {
   color: #000066;
   text-decoration: none;
   font-weight: normal;
}
 
li :link {
   color: #000066;
   text-decoration: none;
   font-weight: normal;
}
 
a:visited {
   color: #000066;
   text-decoration: none;
   font-weight: normal;
}
 

