@charset "utf-8";
/* CSS Document */
body{
	font-family: Arial,sans-serif;
	line-height: normal;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	background-color: #333333;	/*background:#fff url('/templates/loading.gif') 20% 80% no-repeat;
	background-repeat: no-repeat;*/
	margin-top: 10px;
	color: #FFFFFF;
	border-color: #000000;
}
a:hover{
	text-decoration: none;
	color: #0000CC;
	text-align: center;
}

