body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}




/*	text  */



.txt1 {
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:130%;
	}







/*	link  */

a.flink {
	color: #333333;
	text-decoration: none;
}

a.flink:hover {
	color: #999999;
	text-decoration: underline;
}





