/* basic element rules */
body,dl,h1,h2,h3,h4,input,p,td,ul {
font-family: verdana, arial, helvetica, geneva, sans-serif;
}
body {
background: #ece6c4;
color: #993300;
margin: -10px 0 0 -10px;
padding: 0px;
}
html body {
margin: 0px;
}
dl,p,ul {
font-size: 84%;
font-weight: normal;
}
h1 {
background: #e7d0aa;
color: #993300;
font-size: 140%;
font-weight: normal;
}
h2 {
background: #ece6c4;
color: #993300;
font-size: 110%;
font-weight: normal;
margin-top: 0px;
}
h3 {
background: #ece6c4;
color: #993300;
font-size: 100%;
font-weight: bold;
text-align: center;
}
h4 {
background: #ece6c4;
color: #336600;
font-weight: bold;
}
hr {
background: #660000;
color: #660000;
height: 1px;
width: 50%;
text-align: center;
border: none;
}

/* contextual element rules */
td p {
	font-size: 84%;
	text-align: center;
}

/* element rules with class selectors */
h1.big {
background: #ece6c4;
color: #660000;
font-size: 130%;
font-weight: bold;
text-align: center;
}
h3.left {
background: #ece6c4;
color: #336600;
font-size: 84%;
font-weight: bold;
text-align: left;
}

/* element rules with id selectors */
img#big1,img#big2,img#big3,img#big4,img#big5,img#big6 {
border: 3px dotted;
border-color: #ff9900 #ff9900 #ff9900 #ff9900;
margin: 0 5px 0 0;
padding: 0px;
}
img#th {
border: 3px ridge;
border-color: #ffffff #ffffff #ffffff #ffffff;
margin: 0px;
padding: 0px;
}
img#iconleft {
border: none;
}
img#iconright {
border: none;
}

/* generic rules with class selectors */
.big {
font-size: 140%;
}
.biggreen {
background: #ece6c4;
color: #336600;
font-size: 130%;
}
.brown {
background: #ece6c4;
color: #660000;
font-size: 100%;
}
.brownback {
background: #660000;
color: #ece6c4;
}
.button {
background: #660000;
color: #fff7f7;
font-size: 92%;
font-weight: bold;
}
.date1 {
background: #ece6c4;
color: #cc3300;
font-size: 92%;
}
.date2 {
background: #ece6c4;
color: #336600;
font-size: 84%;
}
.green {
background: #ece6c4;
color: #336600;
font-size: 100%;
}
.hidden {
display: none;
}
.inv {
background: #ece6c4;
color: #ece6c4;
}
.herelocal {
background: #B55208;
color: #fff7f7;
}
.lightbrown {
background: #e7d0aa;
color: #993300;
font-size: 84%;
}
.menubar {
background: #735A42;
color: #fff7f7;
font-size: 88%;
font-weight: normal;
text-align: center;
padding: 2px;
}
.menuleft {
	background: #660000;
	color: #fff7f7;
	padding: 5px;
	font-size: 84%;
	text-align: center;
}
.norm {
font-size: 84%;
}
.red {
background: #ece6c4;
color: #cc3300;
font-size: 92%;
}
.small {
font-size: 72%;
}
.tab {
background: #ece6c4;
color: #660000;
font-size: 84%;
text-align: left;
}
.tabhead {
font-family: verdana, arial, helvetica, geneva, sans-serif;
background: #e7d0aa;
color: #660000;
text-align: center;
}

/* link pseudoclass selectors */
a:link {
background: transparent;
color: #0000ff;
text-decoration: underline;
}
a:active {
background: transparent;
color: #ff0000;
text-decoration: underline;
}
a:visited {
background: transparent;
color: #660066;
text-decoration: underline;
}
a:hover {
	background: transparent;
	color: #ff0000;
	text-decoration: underline;
	font-size: small;
}

a.menutop:link {
background: transparent;
color: #660000;
text-decoration: none;
font-size: 110%;
}
a.menutop:active {
background: transparent;
color: #ff0000;
text-decoration: none;
font-size: 110%;
}
a.menutop:visited {
background: transparent;
color: #660066;
text-decoration: none;
font-size: 110%;
}
a.menutop:hover {
	background: transparent;
	color: #cc0000;
	text-decoration: none;
	font-size: 110%;
	font-weight: bold;
}

a.menu:link {
background: transparent;
color: #fff7f7;
text-decoration: none;
}
a.menu:active {
background: transparent;
color: #ffcc00;
text-decoration: none;
}
a.menu:visited {
background: transparent;
color: #ffee00;
text-decoration: none;
}
a.menu:hover {
background: transparent;
color: #ffcc00;
text-decoration: none;
}

a.menulocal:link {
background: #735A42;
color: #fff7f7;
text-decoration: none;
}
a.menulocal:active {
background: #735A42;
color: #00ff00;
text-decoration: none;
}
a.menulocal:visited {
background: #735A42;
color: #ffee00;
text-decoration: none;
}
a.menulocal:hover {
background: #B55208;
color: #fff7f7;
text-decoration: none;
}
