body, p, table {
	color: #ab6320;
	font-family: Georgia, Serif, Sans-Serif;
	font-size: 11px;
}

body {
    background-color: #e3d0b2;
}

#maintable {
    background-color: #b6b086;
}

p {
    background-color: #e3d0b2;
    padding-left: 12px;
    padding-top: 12px; 
}

table {
    background-color: #e3d0b2;
}

h1, h2, h3 {
text-transform: uppercase;
font-family:Georgia, Serif;
font-size: 7pt;
color: #ecd3b8;
font-weight: bold;
text-align: right;
background-color:#c58035;
height: 14px;
padding-right: 20px;
padding-top: 2px;
}

/* Input Fields */
input { font-family:Georgia, Serif; font-size:11px; background:#eeefd7; color:#ab6320; border:#ab6320 1px dotted;}

textarea { font-family:Georgia, Serif; font-size:11px; background:#eeefd7; color:#ab6320; border:#ab6320 1px dotted;}

select { font-family:Georgia, Serif; font-size:11px; background:#eeefd7; color:#ab6320; border:#ab6320 1px dotted;}


/* Hyper Links */
a {
color:#ca8439;
text-decoration:none;
text-transform: uppercase;
font-family:Georgia, Serif;
font-size: 7pt;
font-weight: bold;
}

a:visited {
color:#ca8439;
text-decoration:none;
text-transform: uppercase;
font-family:Georgia, Serif;
font-size: 7pt;
font-weight: bold;
}

a:hover {
color:#ca8439;
border-bottom: 1px dotted #ca8439;
text-decoration:none;
text-transform: uppercase;
font-family:Georgia, Serif;
font-size: 7pt;
font-weight: bold;
}

/* No Borders Images */
img { border: 0; }

