html, body {}

body {
	background-color: #ffffff;
	color: #000000;
	margin: 20px 0px;
	padding: 0px;
}
body, table, textarea {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	line-height: 130%;
}



/* links */
a {
	color: #FFD147;
}
a:active, a:visited {

}

a:hover {
	color: #ffffff;
}

a img {
	border: none;
	background-color: transparent;
}



/*************/
td {
	border: solid #D7BE45 0px;

}


/* page text  */
td.content {
	font-size: 100%;
	padding: 16px;
	text-align: justify;
}

/* top and bottom padding row */
td.padding {
	height: 20px;
	background-color: #B9BB8C;
	border: solid white 0px;

}

/* main menu styles */
td#menucol {
	background-color: #758558;
	padding: 14px 10px;
}

table#mainmenu td {
	padding: 3px 2px;

}
table#mainmenu td a {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
}
table#mainmenu td a:hover, table#mainmenu td a.hover {
	color: #000000;
}

table#mainmenu td.submenu {
	padding-left:10px;
	display: none;
}
table#mainmenu td.submenu a {
	color: #D9C13B;
}
table#mainmenu td.submenu a:hover, table#mainmenu td.submenu a.hover {
	color: #000000;
}

/* footer links row */
table#footer {
	background-color: transparent;
}
table#footer td {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 9px;
	padding: 3px 0px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
}

table#footer a, table#footer span {
	color: #979796;
	text-decoration: none;
	margin: 0px 5px;
}
table#footer a:hover {
	color: #51491C;
}



/* content headings */
.h1, .h2, .h3, .h4 {
	font-family: 'Times New Roman', Verdana,Arial,Helvetica,sans-serif;
	color: #FFD147;
	font-weight: bold;
	text-transform: uppercase;
}
.h1 { font-size: 14px; }
.h2 { font-size: 12px; }
.h3 { font-size: 10px; }
.h4 {
	font-size: 10px;
	font-weight: normal;
}


li {
	margin-top: 3px;
	margin-bottom: 3px;
}


/* form fields */
form {
	margin: 0px;
	padding: 0px;
	display: inline;
}
input, textarea, select {
	font-size: 10px;
	color: #807F7F;
}
input, textarea {
	border: solid #53481B 1px;
	padding: 1px 3px;
}
input.radio, input.checkbox {
	border:none;
	background-color: transparent;
}
input.button {
	background-color: #53481B;
	color: #FFFFFF;
}
input.img {
	border: none;
	background-color: transparent;
	padding: 0px;
}

td.formcaption {
	text-align:right;
	padding-right: 4px;
}
hr {
	border: 0px;
	color: #758558;
	height: 1px;
}

