BODY, TD {
	color : #99FFFF;
	background-color : Black;
	font-family : "Goudy", "Goudy Old Style", serif;
}

H1 {
	font-size : xx-large;
	text-align : center;
}

H2 {
	font-size : x-large;
	text-align : center;
}

A 		{
	color : #00FFCC;
}

A:HOVER {
	color : #0099FF;
}

A:VISITED {
	color : #99FFFF;
}

A:ACTIVE {
	color : #99FFFF;
}

.disclaimer {
	font-size : xx-small;
	text-align : center;
	font-family : arial, sans-serif;
}

.linkbar {
	font-size : small;
	text-align : center;
}

fieldset {
	border : thin solid #99FFFF;
	width : 70%;
	align : center;
	text-align : left;
}

.wtxt {
	background-color : #DFFFFF;
	color : Black;
	border : thick solid Black;
	}

div.piclinks {
	float : left;
	width : 200px;
	margin-left : 5px;
}

div.main {
	text-align : center;
}

.left {
	padding : 2%;
	width : 50%;
}

.indent {
	margin-left : 8%;
}

div.right {
	position : absolute;
	width : 50%;
	margin-left : 49%;
	border-left : thin solid #99FFFF;
	padding : 2%;
}

.righttable {
	border-left : thin solid #99FFFF;
}

table.site {
	border-style : none;
	padding : 8;
	cellpadding : 3%;
}

.redleft { 
	border-top : medium groove #990033; 
	border-left : medium groove #990033;
}

div.redleft {
	float : left; 
	width : 46%; 
	padding : 1%; 
}


.redall { 
	border-top : medium groove #990033; 
	border-left : medium groove #990033;
	padding : 1%; 
}

.blankleft { 
	float : left; 
	width : 1%; 
}

th {
	background-color : #b0c4de;
}