/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BBD2A3;
	
		}
		:link.one	 {
	
	                         font-size:10pt;
	
	                        font-family:verdana;
	
				Color : yellow ;
	
				Text-Decoration : None
	
			}
	
	
	
	
	
		:visited.one	 {
	
	                        font-size:10pt;
	
	                        font-family:verdana;
	
				Color : yellow ;
	
				Text-Decoration : None
	
			}
	
		a.one:hover	 {
	
				Color : white ;
	
				Text-Decoration : None
	
		}
	
	
	
	
	
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #FF0000;
}
FORM {
	margin: 0px;
}

