body {
	background-color: #FFFFFF;
	margin-left: 0px;
	background-image: url(wp_images/rw_background.jpg);
	background-repeat: repeat;
}

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}




.style1 {
	color: #FFFFFF;
	font-size: x-small;
}
.style2 { color: #FFFFFF; margin-bottom: 0px; }
.style3 {
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 40px;
}
.style4 {
	color: #FFFFFF;
	font-size: 36px;
}
.style5 {
	font-size: 14px
}
.style6 {color: #000000}

H1 {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #fff; FONT-FAMILY: Arial, Helvetica
}
H3 {
	FONT-WEIGHT: bold; FONT-SIZE: 17px; COLOR: #000; FONT-FAMILY: Arial, Helvetica
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #000; FONT-FAMILY: Arial, Helvetica
}
H5 {
	FONT-WEIGHT: bold; FONT-SIZE: 8px; COLOR: #000; FONT-FAMILY: Arial, Helvetica
}
B {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica
}
TD {
	FONT-SIZE: 12px; COLOR: #fff; FONT-FAMILY: Arial, Helvetica
}
TH {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #fff; FONT-FAMILY: Arial, Helvetica
}
P {
	FONT-WEIGHT: 200;
	FONT-SIZE: 12px;
	COLOR: #fff;
	FONT-STYLE: normal;
	FONT-FAMILY: Arial, Helvetica
}
.indented {
	MARGIN: 0px 0px 0px 20px
}
.notice {
	FONT-SIZE: 9px; COLOR: #ddd; FONT-FAMILY: Arial, Helvetica
}

.hiddenPic {display:none;}

A.noticel:visited {
	COLOR: #ddd; TEXT-DECORATION: none
}
A.noticel:link {
	COLOR: #FFFFFF;
	TEXT-DECORATION: none
}
A.noticel:active {
	COLOR: #ddd; TEXT-DECORATION: none
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}

A:active {
	COLOR: #aaa
}
A.desc:visited {
	COLOR: #eee
}
A.desc:link {
	COLOR: #FFFFFF
}
A.desc:active {
	COLOR: #ddd
}
#table {
	background-color: #0F1F39;
}
#table1 {
	color: #FFFFFF;
}
#table2 {
	color: #FFFFFF;
	background-color: #006699;
}
#table3 {
	color: #FFFFFF;
}
#header {
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
	background-color: #006699;
	height: 115px;
}
#preview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	}
