@charset "utf-8";
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(images/bg.gif);
}
.txtwb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

a.txtwb:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtwb:visited {color: #FFFFFF; text-decoration: none }
a.txtwb:hover {color: #3333ff; }
a.txtwb:active {color: #FFFFFF; }

.txtw {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}

a.txtw:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.txtw:visited {color: #FFFFFF; text-decoration: none }
a.txtw:hover {color: #3333ff; }
a.txtw:active {color: #FFFFFF; }

