﻿H1 {font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
    color: #009999;}
H2 {font-family: Arial;
    font-size: 10pt;
    color: #2d6293;
}
H3 {font-family: Arial;
    font-size: 8pt;
      font-weight: bold;}
H4 {font-family: Arial;
    font-size: 10pt;
    color: #009999; font-style:italic}
H5 {font-family: Arial;
    font-size: 8pt;}
H6 {font-family: Arial;
    font-weight: normal;
    font-size: 8pt;}
TH {font-family: Arial;
    font-size: 10pt;
    color: #black;
    font-weight: bold;}
TD {font-family: Arial;
    font-size: 10pt;}
TF {font-family: Arial;
    font-size: 10pt;
    font-weight: bold;
    font-color: white;
    background: blue;}
Body {font-family: Arial;
      font-size: 10pt;
      font-weight: normal;
      color: black;}
P {font-family: Arial;
   font-size: 10pt;
   font-weight: normal;
   color: black;
}
OL {font-family: Arial;
    font-size: 10pt;
    font-weight: normal;
    color: black;}
LI {font-family: Arial;
    font-size: 10pt;
    font-weight: normal;    
    color: black;}

A:link {color: #009999;}
A:visited {color: #015e5f;}
A:active {color: #99cc1e;}
 
 #content {
	float: left;
	width: 750px;
	background: #fff;
	padding: 15px 0px;
	
.secondary {
		font-family: arial;
		text-decoration: none;
        font-size: 10pt;
        color: #29b9e1;
}

td.secondary A {
			text-decoration: none;
			font-size: 10pt; 
			color: #009999;	
}

td.secondary a hover { text-decoration: underlined;
			font-size: 10pt; 
			color: #82b10f;	
}
