BODY {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom: 0px;
	color: #818181;
}
	A:link {color: #0099CC; text-decoration:none; }
	A:visited {color: #0099CC; text-decoration: none; }
	A:hover {color: #0099CC; text-decoration: underline;  font-weight : bold;  }

td{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	font: normal;
	color: #8E8E8E;
	line-height : 15px;
	letter-spacing : 0px;
}

input{
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	border-bottom : 1px;
	border : 1px solid Black;
	height : 18px;
	line-height : 13px;
	padding-top: 1px; 
	padding-bottom: 1px
	
	}
textarea{
	border-left : 1px;
	border-right : 1px;
	border-top : 1px;
	border-bottom : 1px;
	border : 1px solid Black;
	line-height : 13px;
	}
.BlueFont{
	color : #0099CC;
}
.GreyBG{
background-color:#CCCCCC;
}
.FontSize{
font-size:15px;
color:#000000;
font-weight:bold;
}