h1 	{
		font-size: 18pt;
		color: black;
		background-color: transparent;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0cm 0cm 0cm 0cm
}
h2 	{
		font-size: 14pt;
		color: black;
		background-color: transparent;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0cm 0cm 0cm 0cm
}
h4 	{
		font-size: 12pt;
		color: black;
		background-color: transparent;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0cm 0cm 0cm 0cm
}
h5 	{
		font-size: 10pt;
		color: black;
		background-color: transparent;		
		font-family: Verdana, Arial, Helvetica, sans-serif;
		margin: 0cm 0cm 0cm 0cm
}
p 	{
    font-family: Times, Arial, Helvetica, sans-serif;
		font-size: 11pt; 
		color: black;
		background-color: transparent;		
		line-height: 12pt
}
body{
		font-size: 11pt;
		color: black; 
		background-color: white;		
		font-family: Times, Arial, Helvetica, sans-serif
}
li	{
		font-size: 11pt;
		list-style-type: circle;
		list-style-position: outside;
		color: black
}
a:active {
	color: #0000FF;
	text-decoration: none
}
a:visited {
  color: #6666cc;
	text-decoration: none
}
a:link {
	color: #6666cc;
	text-decoration: none
}
a:hover {
	color: #FF00FF;
	text-decoration: none
}
