/***********************************************/
body{
	margin-top: 0px;
	margin-left: 5px;
	font-size: 10pt;
	font-family:Verdana; color:#000066; margin-left:10; margin-right:5
}

/************** text styles *****************/
.black{
	font-size: 10pt;
	font-family:Verdana; color:#000066; margin-left:10; margin-right:15
}

/***********************************************/
/* NORMAL LINKS                               */
/***********************************************/

a:link {
      color: #000066;
      text-decoration: none; font-family:Verdana; font-size:10pt
}
a:visited {
      color: #000066;
      text-decoration: none; font-size:10pt; font-family:Verdana
}
a:hover {
      color: #14183B;
      text-decoration: underline; font-family:Verdana; font-size:10pt
      
}
a:active {
      color: #333333;
      text-decoration: none; font-family:Verdana
}