/* CSS Document */

body {
	background-color: #424242;
	position: relative;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url();
	background-position: center;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
a:link {
	color: #33FF00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #33CC00;
}
a:hover {
	text-decoration: underline;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #00FF00;
}
.style1 {color: #000000}
.style2 {color: #CCCCCC}

/* start color selection - incompatible IE 5.0 */

::-moz-selection{
	background:#64ad54;
	color:#fff;
}

::selection {
	background:#64ad54;
	color:#fff;
}

code::-moz-selection {
	background: #424242;
}

code::selection {
	background: #424242;
}
/* end color seletion */


