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


body,td,th {
	color: #000000;
	}
body {
	background-color: #F3f3f3;
	background-image:url(bg.jpg);
	background-repeat:repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}
a:link {
	color: #FF3366;
	text-decoration: none;
	}
a:visited {
	color: #FF3366;
	text-decoration: none;
	}
a:hover {
	color: #FF3366;
	text-decoration: underline;
	}
a:active {
	color: #FF3366;
	text-decoration: none;
	}
h1 {
	font-size: 24px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 14px;
	}
a.btn{
	color:#000;
	text-decoration:none;
	font-weight:bold;
	font-size:25px;
	margin: 0 10px;
	padding: 2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	}
a.btn:hover{
	background:#FF3366;
	color:#FFFFFF;
	}
