html {
	margin: 0px;
	padding: 0px;
         height:100%;
	}

body {
	margin: 0px auto;
	padding: 0px;
         height:100%;
	}

.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
	height: 0px;
         }

P {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 10pt;
      color: #04415B;
      text-decoration: none;
      font-weight: normal;
}

bodytext {
      font-family: Arial, Verdana, Helvetica, sans-serif;
      font-size: 10pt;
      color: #04415B;
      text-decoration: none;
      font-weight: normal;
}


A:link {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : transparent;
	color : #02283D;
	text-decoration : none;
}
A:visited {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : transparent;
	color : #02283D;
	text-decoration : none;
}
A:hover {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : transparent;
	color : #CCDCE4;
    	font-weight: normal;
}
A:active {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background-color : transparent;
	color : #487D95;
	text-decoration : underline;
}