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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-position: center;
	background-position:top;
	text-align:justify;	
	
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: no-repeat;
	background-position: center;
	background-position:top;
	
	background-color: #000000;
}
.style1 {color: #FFFFFF}

.style2 {
	font-size: 14px;
	font-weight: bold;
}
.style3 {
	font-size: 11px;
	font-weight: bold;
	color: #ff0000;
}
.style4 {
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #888888;
	text-decoration: none;
}
a:visited {
	color: #888888;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}

a img {
        border: none;
}
a { outline: none;
}
