@charset "UTF-8";

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	text-align: center;
	margin: auto auto;
	background-color: #000000;
	margin-top: 0px;	

	background-image: url(bg_tile.png);
	background-repeat: repeat-x;
	background-position: top;
}

#xtraBG_layer{
	background-image: url(bg_main.png);
	background-repeat: no-repeat;
	background-position: top;
}

.style2 {
	color: #333333
}
.style3 {font-size: 12px}
a {
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
}


