div.adbanner {
	position: absolute;
	left: 490px;
	top: 70px;
	z-index: 50;
}

.header {
	font-family: "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #336699;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
}

.header2 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
}

.header3 {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	text-decoration: none;
}

.header3:visited {
	font-family: "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #336699;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
	text-decoration: none;
}

.copy {
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}
.babycopy {
	font-family: "Lucida Grande", sans-serif;
	font-size: 9px;
}

.legal {
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	text-align: center;
}


.admintable {
	border-style: solid;
	border-width: 1px;
	border-color: #336699;
	width: 80%;
	padding: 5px;
}

a:visited {
	color: blue;
}

table.body {
	background-color: #EEE;
	padding: 1px;
	border-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	width: 600px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}

table.onecol {
	background-color: #EEE;
	padding: 1px;
	border-spacing: 1px;
	border-width: 1px;
	border-style: solid;
	width: 600px;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
}

td.header {
	padding: 5px;
	background-color: #999;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 1px 1px 2px #666;
}

td.white {
	padding: 5px;
	background-color: #FFF;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	
}
td.grey {
	padding: 5px;
	background-color: #EEE;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;

}

.actionbutton {
	border-style: dashed;
	border-width: 1px;
	border-color: #333;
	font-family: "Lucida Grande", sans-serif;
	font-size: 12px;
	padding: 5px;
}

.quoth {
	border-style: solid;
	border-width: 1px;
	border-color: #CCC;
	padding: 5px;
}