@charset "utf-8";

/* CSS Document */



body

{

	font-family: Times New Roman, Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #515151;

	background-color:#ffffff;

	margin-left: 0px;

	margin-top: 0px;

}

a:link {

	color: #515151;
	text-decoration: none;

}

a:visited {

	color: #515151;

	text-decoration: none;

}

a:hover {

	color: #b7b5b5;

	text-decoration: none;

}

a:active {

	color: #515151;

	text-decoration: none;

}

