@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(img/bg.jpg);
	background-color: #570006;
}

a:link {color: #000; text-decoration:none;}
a:visited {color: #000;text-decoration:none;}
a:hover {color: #570006; text-decoration:underline;}
a:active {color: #000;}

a.a:link {color: #F2F2B3; text-decoration:none;}
a.a:visited {color: #F2F2B3;text-decoration:none;}
a.a:hover {color: #fff; text-decoration:underline;}
a.a:active {color: #F2F2B3;}

.STYLE1 {
	color: #F2F2B3
}
.STYLE5 {
	color: #000;
    font-size:16px;
	font-weight:bold;
}
