<!--
html {overflow: none;}

body, table, tr, td   {
	color: #5C5639;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	font-family: Big Caslon, Helvetica, Arial;
	text-decoration: none;
	background-color: #17150b;
	scrollbar-3dlight-color: #1F1E16;
	scrollbar-arrow-color:#5C5639;
	scrollbar-darkshadow-color: #1F1E16;
	scrollbar-face-color:#1F1E16;
	scrollbar-highlight-color:#5C5639;
	scrollbar-shadow-color: #1F1E16;
	scrollbar-track-color: #5C5639;
	table-layout: fixed; }




a:link {
	color : #665522;
}

a:active {
	color: #665522;
}

a:visited {
	color: #665522;
}

a:hover {
	color: #2e2b09;
}

.small {
	font-size: 9px;
	}
.normal {
	font-size: 12px;
	}
.medium {
	font-size: 16px;
	}
.large {
	font-size: 18px;
	}
.huge {
	font-size: 24px;}

.divider { font-size: 24px; font-color: #302b09; font-weight: bold; }

	
.t10 { font-size: 10px; }
.t11 { font-size: 11px; }
.t12 { font-size: 12px; }
.t13 { font-size: 13px; }
.t14 { font-size: 14px; }
.t16 { font-size: 16px; }
.t18 { font-size: 18px; }
.t20 { font-size: 20px; }
.t24 { font-size: 24px; }
.t36 { font-size: 36px; }
.t48 { font-size: 48px; }
.t72 { font-size: 72px; }


img {behavior: url(http://www.gregoryprimo.org/pngHack.htc);}

.floatright {
	float: right;
	margin: 0px 0px 5px 5px;
	background-color: #1F1E16;
	border: 1px solid #5C5639;
	padding: 2px;
	}
	
.floatleft {
	float: left;
	margin: 0px 5px 5px 0px;
	background-color: #1F1E16;
	border: 1px solid #5C5639;
	padding: 2px;
	}
	
.floatleftnoborder {
	float: left;
	margin: 0px 5px 5px 0px;
	}
	
.floatrightnoborder {
	float: right;
	margin: 0px 0px 5px 5px;
	}

.copy  { font-size: 12px; line-height: 18px;}

.copyright  { font-size: 12px; line-height: 12px;}

.splash  { font-size: 24px; line-height: 12px; padding:7px; }

.desc  { font-size: 14px; line-height: 14px; }

.forminput {
	font-family: Big Caslon, Helvetica Bold, Arial, Verdana;
	font-size: 12px;
	color: #5C5639;
	background-color: #1F1E16;
	border:1px solid #5C5639;
	}
	
.multipleselect {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #5C5639;
	background-color: #1F1E16;
	border:1px solid #5C5639;
	width: 195px;
	}

.submit{
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #5C5639;
	background-color: #1F1E16;
	border:1px solid #5C5639;	
}

.img-shadow img {
  display: block;
  position: relative;
  background-color: #1F1E16;
  border: 1px solid #5C5639;
  margin: 0px 0px 0px 0px;
  padding: 2px;
  }

.scroller {
	width: 790px;
	height: 490px;
	overflow: auto;
	}