#tableHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E8DBC8;
}
#tableHeader A, #tableHeader A:visited{
	color: #E8DBC8;
	text-decoration: none;
}

#tableHeader A:hover {
	color: #E8DBC8;
	text-decoration: underline;
}
	
#tableForm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}

#tableForm2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
}
#tableFormLrg  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
	
	
body {
	background-color: #382C18;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #E8DBC8;
	background-color: #dedede;
	padding: 10px;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #E8DBC8;
	background-color: #B58D50;
	font-weight: bold;
	padding: 10px 20px;
	letter-spacing: .05em;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #0A2538;
	font-weight: bold;
	padding: 10px;
	letter-spacing: .05em;
}

p {
	font-size: .8em;
	line-height: 150%;
}

blockquote {
	font-size: .75em;
	line-height: 150%;
	color: #666666;
	font-weight: normal;
}
input { 
	background-color: #fff;
}
input.center {
	text-align: center;
}

#tableForm input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: .85em;
	color: #382C18;
}

TD.paddedcell {
	padding: 20px;
}
.TextSmaller {
	font-size: 70%;
}

.captionSmall {
	font-size: .6em;
	font-weight: bold;
	color: #382C18;
}

/* BORDERS */
.borderTop {
	border-top: solid 1px #614A29;
}
.borderLeft {
	border-left: solid 1px #614A29;
}
.borderRight {
	border-right: solid 1px #614A29;
}
.borderBottom {
	border-bottom: solid 1px #614A29;
}
.borderTopBot {
	border-top: 1px solid #614A29;
	border-bottom-width: ;
	border-bottom: 1px solid #614A29;
}
.borderAll {
	border: solid 1px #614A29;
}


/* LINKS */
a:link, a:visited {
	color: #A56733;
	text-decoration: none;
}
a:hover {
	color: #A56733;
	text-decoration: underline;
}

/* for the links in results tables, etc. */
a.linkUpDel {
	font-size: .7em;
	color: #A56733;
	text-decoration: underline;
}
a.linkUpDel a:visited {
	font-size: .7em;
	color: #A56733;
	text-decoration: underline;
}
