
/* Header 1 */
h1          { font-family: Verdana; font-size: 24pt; font-weight: bold; color: #000000;
               text-align: center; margin-top: 10; margin-bottom: 10 }

/* Header 2 */               
h2          { font-family: Verdana; font-size: 18pt; font-weight: bold; 
               text-align: left; margin-top: 20; margin-bottom: 0 }

              
/* Body Text (non table) */
h4 {             
font-family: Palatino Linotype;
font-size: 12pt;
color: #ffffff
}

/* Body  */
body { 
font-family: Verdana; 
font-size: 12pt; 
color: #000000;
text-align: left;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px
}

             
a {
	TEXT-DECORATION: none; font-weight: bold; color: #70844B
}
a:visited {
	TEXT-DECORATION: none
}
a:hover {
	TEXT-DECORATION: none
}
a:active {
	TEXT-DECORATION: none
}
               

hr{ color:brown; background-color:tan; width:90%; height:2px; } 

/* Default Table Settings and Default Table Font Size */
table {
font-family: Verdana; 
font-size: 12pt; 
color: #000000;
text-align: left;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
margin-left: 0px;
padding-top: 0px;
padding-right: 0px;
padding-bottom: 0px;
padding-left: 0px
}