@charset "UTF-8";
/* CSS Document */

.grey_body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

.white_body {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

a{
	color:#333333;
	font-weight:bold;
	text-decoration: none;

	}

 a:hover{
	text-decoration: underline;
	}
	