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

.body{

	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#6d7072;
	line-height:16px;

}

.body a{

	text-decoration:none;
	color:#e92029;

}

.body a:hover{

	text-decoration:underline;

}

.footer{
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #6b6b6b;

}

.footer a{

	color: #6b6b6b;
	text-decoration:none;

}

.footer a:hover{

	color: #e92029;
	text-decoration:underline;

}