@charset "UTF-8";
/* CSS Document */

p, h1, h2, h3, h4, h5 { 
  font-family: verdana;
  
  
}

a:link    {
	color: #00386C;
	text-decoration: none;
}    /* unvisited links */
a:visited {
	color: #00386C;
	text-decoration: none;
}   /* visited links   */
a:hover   {
	color: #00386C;
	font-weight: normal;
	text-decoration: underline;
} /* user hovers     */
a:active  {
	color: #00386C;
	font-weight: normal;
	text-decoration: none;
}   /* active links    */
   

p {
	font-weight: normal;
	font-size: small;
	line-height: 10pt;
	color: #333333;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 1px;	
}
h1 {
	font-weight: bold;
	font-size: medium;
	line-height: 24pt;
	color: #00386C;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 2.1px;
}

h2 {
	font-weight: normal;
	font-size: small;
	line-height: 10pt;
	color: #FF0099;
	font-variant: normal;
	font-style: normal;
	letter-spacing: 1px;
}
   
h3 { 
  font-weight: normal; 
  font-size: x-small;
  line-height: 10pt;
  color: #333333;  
  font-variant: normal;
  font-style: normal;
  letter-spacing:1.45pt;
}

h4 { 
  font-weight: normal; 
  font-size: x-small;
  line-height: 10pt;
  color: #00386C;  
  font-variant: normal;
  font-style: normal;
}

h5 {
	font-weight: normal;
	font-size: x-small;
	color: #FF0099;
	font-variant: normal;
	font-style: normal;
}

