A {
	text-decoration:none;
  }
  
BODY {
	margin:0px;
	padding:0px;
	background-color:#BDC7CE;
     }

FONT {
        font-family: arial;
        color: black;
        font-size: 12;
	font-weight: normal;
      }
.red {
        font-family: arial;
        color: red;
        font-size: 12;
	font-weight: normal;
      }
.green {
        font-family: arial;
        color: green;
        font-size: 12;
	font-weight: normal;
      }
td {
	text-align: left;
	font-family:tahoma;
	font-size:11px;
	color:black;
	line-height:14px;
}
.right {
	text-align: right;
	font-family:tahoma;
	font-size:11px;
	color:black;
	line-height:14px;
}

a:hover{text-decoration:none;}
.a:hover{text-decoration:underline;}

H3 {
        text-align: left;
        color: black;
	margin:10px 0px 0px 0px; 
}
P {
        text-align: left;
        padding: 5px;
	color: black;
	margin:0px 0px 0px 0px; 
}
