/* CSS Document */


body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}

body {
    background: url(http://www.netmonsterpro.com/images/background.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.gray {color: #666666}
.gray:link {color: #666666}
.gray:visited {color: #666666}
.gray:hover {color: #666666}
.gray:active {color: #666666}

.white {color: #FFFFFF}
.white:link {color: #FFFFFF}
.white:visited {color: #FFFFFF}
.white:hover {color: #FFFFFF}
.white:active {color: #FFFFFF}

.red {color: #CC3300}
.red:link {color: #CC3300}
.red:visited {color: #CC3300}
.red:hover {color: #CC3300}
.red:active {color: #CC3300}

a:link {
	color: #292929;
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #292929;
}

a:hover {
	text-decoration: underline;
	color: #e27b1e;
}

a:active {
	text-decoration: none;
	color: #508AC5;
}
.rp {
	background-repeat: no-repeat;