BODY {
	background-color: #362424;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: x-small;
	margin: 0px;
	scrollbar-3dlight-color: black;
	scrollbar-arrow-color: black;
	scrollbar-base-color: #bca004;
	scrollbar-darkshadow-color: black;
	scrollbar-face-color: #bca004;
	scrollbar-highlight-color:#bca004;
	scrollbar-shadow-color: #af7059;
	scrollbar-track-color: #cca004;

}

TABLE {
	background-color: transparent;
}

TH {
	font: x-small;
	font-weight: bolder;
	border: thin;
}

TD {
	font-size: x-small;
	color: white;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
}

HR {
	color: #bca004;
	border: 1px solid #bca004;
	width: 95%;
}

P  {
	color: white;
	font-family: verdana, sans-serif;
	font-size: x-small;
	margin: 10px;
}

P.xxsmall {
	color: #AE9B66;
	font-size: xx-small;
}

.smallgray {
	color: #DCDCDC;
	font-size: smaller;
	font-weight: 800;
	letter-spacing: 2px;
}

.tinygray {
	color: #DCDCDC;
	font-size: xx-small;
	font-weight: 800;
	letter-spacing: 2px;
}


.menuitems {
	color: white;
	font-size: x-small;
	font-weight: bold;
}

.formitems {
	color: white;
	font-size: xx-small;
}

.italics {
	font-style: italic;
	font-weight: bold;
}

.bolder {
	font-weight: bolder;
}

.graybolder {
	color: Silver;
	font-weight: bolder;	
}
.golddot {
	color: #bca004;
	font-weight: bold;
	font: 900;
}


.copyright {
	color: #bca004;
	font: italic xx-small;
}

.goldtext {
	color: #bca004;
	font-family: verdana, sans-serif;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;
	font-weight: bolder;
}

A:LINK, A:VISITED {
	color: #bca004;
	font-family: verdana, sans-serif;
	font-size: x-small;
	text-decoration: none;
	background-color: transparent;
	font-weight: bolder;
}


A:HOVER {
	background-color: #944c64;
	font-family: verdana, sans-serif;
	font-size: x-small;
	text-decoration: none;
	font-weight: bolder;
}

H1 {
	color : #AE9B66;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 200%;
	margin-bottom : -1em;
	margin-left : -5%;
}

H2 {
	color : #AE9B66;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 160%;
	margin-left : -5%;
	margin-top : 2.7em;
}

H3 {
	color : #AE9B66;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-left : -5%;
	margin-top : 2em;
}

H4 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-left : -5%;
	margin-top : 1.5em;
}

H5 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-top : 1.5em;
}

H6 {
	color : #000000;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-style : italic;
	font-weight : 800;
	margin-bottom : -0.8em;
}

BLOCKQUOTE {
	margin-left : 0;
}

CAPTION {
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-weight : 800;
}


input.btn{
	color: mediumblue;
	font-family: sans-serif;
	font-size: 100%;
	font-weight: normal;
	border: 1px inset Blue;
	background-color: #FFE7A5;
	padding: 0;
	margin: auto;
	padding-top: inherit;
	padding-right: inherit;
	padding-left: inherit;
	padding-bottom: inherit;
	width: 100px;
}

