BODY {
	margin: 0px 0px 0px 0px;
	background-color: #333333;
	background-image: url(img/bgtile_medium.jpg);

	scrollbar-3dlight-color: #800000;
	scrollbar-arrow-color: #cccccc;
	scrollbar-base-color: #330000;
	scrollbar-darkshadow-color: #330000;
	scrollbar-face-color: #330000;
	scrollbar-highlight-color: #600000;
	scrollbar-shadow-color: #220000;
	scrollbar-track-color: #110000;
}

a {
	color: #AA0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.bg_tiles {
	border: solid 2px #111111;
}

.logo {
	white-space: nowrap;
	position: absolute;
	width: 100%;
	top: 5px;
	z-index: 10;
}

.goofNav {
	white-space: nowrap;
	position: absolute;
	width: 100%;
	top: 450px;
	z-index: 50;
	visibility: hidden;
}

.postView {
	padding: 20px 20px 20px 20px;
}

.linkView {
	padding: 20px 40px 20px 40px;
}

.postSeparator {
	padding-left: 20px;
	padding-right: 20px;
	height: 1px;
}

.errorScream {
	font-family: Verdana, Arial, Helvetica;
	color: #990000;
	font-size: 12pt;
	font-weight: bold;
	white-space: nowrap;
}

.postHead {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 12pt;
	font-weight: bold;
}

.postBody {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 10pt;
	font-weight: normal;
}

.postBodyBold {
	font-family: Verdana, Arial, Helvetica;
	color: #000000;
	font-size: 10pt;
	font-weight: bold;
}

.postDate {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	font-weight: normal;
}

.postDateBold {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
}

.colList {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 1px #990000;
}

.colHead {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: solid 2px #990000;
}

.colHead A {
	color: #000000;
}

.colSummary {
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 8pt;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 2px #990000;
}

table.wrapper {
	width: 642px;
	border: solid 1px #990000;
	margin-top: 17px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

table.main {
	width: 640px;
	border: solid 20px #000000;
}

td.stripNav {
	background: #f1f1f1;
	height=15px;
}

.stripNav A {
	color: #AA0000;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

.stripNav {
	color: #AA9999;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}

td.stripLabel {
	background: #000000;
	height=12px;
	color=#F5F89F; 
}
.stripLabel , .stripLabel A {
	color:#F5F89F; 
	font-family: Verdana, Arial, Helvetica;
	font-size:7pt;
}

table.footer {
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

table.footer .copyright {
	font-family: Verdana, Arial, Helvetica;
	padding-top: 10px;
	color: #F5F89F;
	font-size: 8pt;
}

.bodyGold {
	font-family: Verdana, Arial, Helvetica;
	color: #F5F89F;
	font-size: 10pt;
	font-weight: normal;
}


table.footer td.linkrow, 
table.footer td.linkrow A,
A.winClose {
	font-family: Verdana, Arial, Helvetica;
	padding-top: 10px;
	color: #F5F89F;
	font-size: 8pt;
	text-decoration: none;
}

table.footer td.linkrow A:hover,
A.winClose:hover {
	color: #AA0000;
	text-decoration:underline;
}

table.adminMenu {
	padding: 0px 0px 0px 0px;
	border: solid 1px #990000;
	background-color: #111111;
}

A.arrMenuItems, 
A.arrMenuItems:hover {
	color:#eeeeee;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
}


td.pullBar {
	background-color: #333333;
	color:#ffffff;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
	font-weight: bold;
}

input.btnDefault {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	background-color:#800000; 
	color:#ffffff;
	border-style: solid;
	border-width: 1px;
	border-color: #b87070 #3b0000 #3b0000 #b87070 ;
}
 
input.btnHover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	font-weight: bold;
	background-color:#dddddd; 
	color:#800000;
	border-style: solid;
	border-width: 1px;
	border-color: #b87070 #3b0000 #3b0000 #b87070 ;
}

input.btnStripEdit {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	background-color:#999999; 
	color:#800000;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	width:120; 
	border-style: solid;
	border-width: 1px;
	border-color:#990000 #990000 #990000 #990000;
}

input.btnStripEditHover {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	background-color:#cccccc; 
	color:#800000;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	width:120; 
	border-style: solid;
	border-width: 1px;
	border-color:#990000 #990000 #990000 #990000;
}

input.btnStripEditActive {
	font-family: Verdana, Arial, Helvetica;
	font-size: 8pt;
	background-color:#cccccc;
	background-image: url(img/bgtile_light.jpg);
	color:#800000;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	width:120; 
	border-style: solid;
	border-width: 1px;
	border-bottom: 0px;
	border-color:#990000 #990000 #cccccc #990000;
}





