﻿/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body {
	font-family: Arial;
	color: black;
	font-size: 10pt;
}

p {
 font-family: Arial;
 color: black;
 font-size: 10pt;
 text-align: left;
 }
 
a { 
 color: #384C02;
}
 /*
 a:link {
  background-position: 0px 0px;
	background-repeat: repeat;
	background-attachment: scroll;
}

a:visited {
   color: #006633;
}

a:hover {
    color: #003300;
    background-color: #FAFAD2;
}
a:active {
	color: #666600;
}
*/

a:link.special {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: non-serif;
}


a:visited.special {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: non-serif;
}

a:active.special {
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	font-family: non-serif;
}
a:hover.special { 
    color:#ccc;
	font-size: 10pt;
	font-weight: bold;
	font-family: non-serif;
}

h1 {
 font-family: Rockwell Condensed;
 text-align: center;
 font-size: 24pt;
 color: #384C02;
 margin: 0px;
 padding: 0px;
}

h2 {
 font-family: Rockwell Condensed; 
 text-align: center;
 font-size: 18pt;
 color: #384C02;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Rockwell Condensed;
 text-align: center;
 font-size: 14pt;
 color: #800000;
 }

h4{
 font-family: arial;
 text-align: center;
 font-size: 12pt;
 color: #384C02;
 font-weight: bold;
 
}
h5{
 font-family: arial;
 text-align: center;
 font-size: 10pt;
 color: black;
}
ul {
 text-align: left;
 font-family: Arial,georgia;
 color: black;
 font-size: 10pt;
 }

li { 
 text-align: left;
 font-family: Arial,georgia;
 color: black;
 font-size: 10pt;
 }

hr {
 color:384C02;
 width: 95%;
 
  }

.imgborder {
	border: 2px #384C02 solid;
}

