<style type="text/css">

NOTE: I've changed this pages over to CSS.  This eliminates the need for many font-related HTML tags, will keep things on the main page uniform, 
and helps the site load faster. Basically, use <h5> as a tag for your headings and the <p> tag for your text.  
Just remember to close out the tag (</h5> and </p>). ~Katherine Nabity

* {
} 

body {background-color: #ffffff}

a:link {color: #330066}     /* unvisited link */
a:visited {color: #330066}  /* visited link */
a:hover {color: #FFCC00}   /* mouse over link */
a:active {color: #FFCC00}   /* selected link */

a.header:link {color: #ffffcc; text-decoration: none}
a.header:visited {color: #ffffcc; text-decoration: none}
a.header:hover {color: #FFCC00; text-decoration: none}   /* mouse over link */
a.header:active {color: #FFCC00; text-decoration: none}   /* selected link */


ul.disc {list-style-type: disc; font-family: arial; font-size: 10pt}
ol.decimal {list-style-type: decimal; font-family: arial; font-size: 80%}


h2 {color: #330066; font-family: arial}
h3 {font-family: arial; background-color: #675980; font-size: 150%; color: #ffffcc;}
h4 {color: #79549B; font-family: arial; line-height: 120%}
h5 {color: ffffcc; font-family: arial; background-color: #4d0099; margin-top: 10;
 padding-top: 0; margin-bottom: 0;
 padding-bottom: 0;}

 div.over {
   border:6px solid;
   border-color : #FFEA94 #ffcc00 #ffcc00 #FFEA94;
  padding:1px;
  background: #ffffff;
  width:700px;
 }
 
 div.boxtest { 
  border:5px solid #4D0099;
  padding:1px;
  background: #ffffff;
  width:688px;
}

h6 {
color: #ffffcc; font-family: arial; background-color: #675980; margin-top: 0;
 padding-top: 0; margin-bottom: 0;
 padding-bottom: 0; font-size: 110%;
}

h7 {
color: black; font-family: Times Roman; font-size: 12pt; 
 font-weight: bold; 
}
 
 
p {color: black; font-family: arial; font-size: 10pt; margin-top: 0;
 padding-top: 0; margin-bottom: 8;
 padding-bottom: 0;}

p.center 
 
span.highlight {background-color:yellow}

table.one
{
background-color: #4D0099;
border-collapse: separate;
border-color: white;
border-spacing: 2px;
width: 98%;
}

td.two
{
text-align: center;
}
 
.center
    {
    text-align:center;
    margin-top:0px;
    margin-bottom:0px;
    padding:0px;
    } 
	
	
a[href $='.pdf'] { 
   padding-right: 12px;
   background: transparent url(http://www.vots.org/images/icon_pdf.gif) no-repeat center right;
}	
	
	a[href $='.doc'] { 
   padding-right: 14px;
   background: transparent url(http://www.vots.org/images/icon_doc.gif) no-repeat center right;
}
	
	a[href $='.xls'] { 
   padding-right: 14px;
   background: transparent url(http://www.vots.org/images/icon_xls.gif) no-repeat center right;
}

a[href $='.xlsx'] { 
   padding-right: 14px;
   background: transparent url(http://www.vots.org/images/icon_xls.gif) no-repeat center right;
}

	
	a[href ^="mailto:"] { 
   padding-right: 14px;
   background: transparent url(http://www.vots.org/images/icon_mailto.gif) no-repeat center right;
}
	
	
	
</style>
