body, p, table {
	color: #937e5b;
	font-family: "Trebuchet MS", Verdana, Tahoma, Sans-Serif;
	font-size: 11px;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
    background-color: #dae9cc;
    background-image: url(images/bg.jpg);
    text-align: "justify";
}

#maintable {
    background-image: url(images/tablebg.jpg);
    background-repeat: y-repeat;
}

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

table {
    text-align: "justify";
}

h1 {
font-size: 18px;
color: #a38455;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: right;
padding-right: 0px;
}


h2 {
font-size: 18px;
color: #a38455;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: right;
padding-right: 0px;
}

h3 {
font-size: 18px;
color: #a38455;
font-family: georgia; 
font-weight: normal;
font-style: italic;
letter-spacing: 2px; 
text-align: right;
padding-right: 0px;
}

h1:first-letter, h2:first-letter, h3:first-letter {
font-size: 26px;
color: #8b4f00;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

h1 span.divider {
	visibility: hidden;
}
h1 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-left: 5px;
}

h2 span.divider {
	visibility: hidden;
}
h2 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-right: 5px;
}

h3 span.divider {
	visibility: hidden;
}
h3 span.subtitle {
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #816F50;
	text-transform: none;
	margin-top: -3px;
	padding-left: 10px;
}


.buttonscontainer {width: 110px; text-align: right;}

.buttons a {
color: #a17e51;
background-color: #f7eed6;
padding: 2px;
padding-right: 3px;
display: block;
border-left: 5px solid #ffffff;
font-weight: bold;
text-decoration: none;
text-align: left;
margin-top: 1px;
width: 100px;
opacity: .5;
filter: alpha(opacity=50);
}

.buttons a:hover {
border-left: 5px solid #ecefc9;
text-decoration: none;
color: #eabac1;
background-color: #ffffff;
border-bottom: 0px;
font-weight: bold;
text-decoration: none;
}

.box {
width: 434px;
background: url(images/statbg.jpg);
padding: 2px;
margin: 0px;
border: 2px solid #d5c1a1;
opacity: .5;
filter: alpha(opacity=50);
text-align: left;
}

.border {
border: 5px solid #e8d8c8;
}

/* Input Fields */
input { font-family:Times New Roman; font-size:10px; font-style: italic; background: url(images/formbg.jpg); color:#937e5b; border-bottom: #d5c1a1 2px solid; border-top: #d5c1a1 0px solid; border-left: #d5c1a1 0px solid; border-right: #d5c1a1 0px solid;}

textarea { font-family:Times New Roman; font-size:10px; font-style: italic;  background: url(images/formbg.jpg); color:#937e5b; border-bottom: #d5c1a1 2px solid; border-top: #d5c1a1 0px solid; border-left: #d5c1a1 0px solid; border-right: #d5c1a1 0px solid;}

select { font-family:Times New Roman; font-size:10px; font-style: italic;  background: url(images/formbg.jpg); color:#937e5b; background-color: #e9e3d6; border-bottom: #d5c1a1 2px solid; border-top: #d5c1a1 0px solid; border-left: #d5c1a1 0px solid; border-right: #d5c1a1 0px solid;}
&nsbp;

/* Hyper Links */
a {
color:#b09f7e;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

a:visited {
color:#b09f7e;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

a:hover {
color:#937e5b;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

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

