/* CSS Document */


body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

body {
	background-color: #DDED98;
	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: #003399;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
	color: #003399;
}

a:hover {
	text-decoration: underline;
	color: #CC3300;
}

a:active {
	text-decoration: none;
	color: #003399;
}
.rp {
	background-repeat: no-repeat;