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

body, td, th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #333;
}
body {
	background-color: #FFF;
	margin-left: 25px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 25px;
}
a {
	color: #F90;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}