	BODY {
		font-family: Verdana, Arial, Helvetica, sans-serif;
     	font-size: 8px;
     	font-style: normal;
     	line-height: normal;
     	font-weight: normal;
	     font-variant: normal;
     	text-transform: normal;
          color: #000000;
          text-decoration: bold;
          text-align: left;
          background-color: #f3f2f9;
          padding-top: 1px;
          padding-bottom: 1px;
		padding-left: 5px;
     }
	H1 {
          font-size: 16px;
          font-style: normal;
          line-height: normal;
          font-weight: bold;
          font-variant: normal;
     	text-transform: normal;
		color: #000000;
		text-decoration: bold;
		text-align: center;
	}
	H2 {
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: normal;
		color: #000000;
		text-decoration: bold;
		text-align: left;
	}
	H3 {
		font-size: 14px;
		font-style: normal;
		line-height: normal;
		font-weight: bold;
		font-variant: normal;
		text-transform: normal;
		color: #0022FF;
		text-decoration: bold;
		text-align: left;
	}
     A:link {
     	color: #2828AA;
     	text-decoration: none
     }
     A:visited {
     	color: #2828AA;
     	text-decoration: none
     }
     A:active {
     	color: #2828AA;
     	text-decoration: none
     }
	A:hover {
		background-repeat: repeat-x;
		color: #0000EE;
		text-decoration: bold
	}
