.float_right {
	float: left;
	margin-right: 30px;
	margin-bottom: 12px;
}
.underline_textlink {
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CC0000;
}
.float_left_m {
	float: right;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 30px;
}
.float_right_m {
	float: left;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 12px;
}

a:active, a:focus {outline: none}
.maintablefond {
	background-color: #F9FAF4;
}
.border_thin_grey {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border: 1;
	color: #D6D6D6;
}

