P {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
}

H3 {
	color: Black;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
}

A:Link {
	color: Blue;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

A:Visited {
	color: Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

A:Hover {
	color: red;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-variant : normal;
	font-weight : bold;
}

A.small:LINK {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Blue;
	text-decoration: none;
}
 
A.small:HOVER { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : Red;
	text-decoration : underline; 
}
  
 A.small:VISITED { 
 	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}

.smalltext { 
 	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
  }