h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 3px;

}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	margin-bottom: 3px;


}

p{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}
		
li {	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
		}
		
.pdf { border: 1px solid #000000 }

A:link    { color: #FFFFFF; text-decoration: none}    /* unvisited links */
A:visited { color: #FFFFFF; text-decoration: none}   /* visited links   #FFFFFF*/
A:hover   { color: #FFFFFF;	text-decoration: underline} /* user hovers     */
A:active  { color: #FFFFFF; text-decoration: none}   /* active links    */
