body, p, table {
	color: #bf8b73;
	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: #f8f3f8;
    background-image: url(images/bg.jpg);
    text-align: "justify";
}

#maintable {
    background-color: #f3efef;
}

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

table {
    background-color: #f7efea;
    text-align: "justify";
}

h1 {
text-transform: lowercase;
font-size: 14px;
color: #e1926a;
font-family:"Trebuchet MS", Verdana, Tahoma;
border-bottom: 4px solid #d5a682;
font-weight: bold;
text-align: left;
}

h1:first-letter {
font-size: 30px;
color: #9e5f5f;
font-family:Times New Roman;
font-weight: bold;
font-style: italic;
}

h2, h3 {
font-size: 12px;
color: #e1926a;
font-family:"Trebuchet MS", Verdana, Tahoma;
border-bottom: 3px solid #d5a682;
font-weight: bold;
text-align: right;
}

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

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

.buttons a {
color: #e4cb94;
background-color: #ffffff;
padding: 2px;
padding-right: 3px;
display: block;
border-bottom: 5px solid #f5e2cd;
border-right: 5px solid #f7f1e0;
font-weight: bold;
text-decoration: none;
text-align: right;
margin-top: 1px;

float:left;filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
}

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

.box {
width: 80%;
background-color: #fbf7ea;
padding: 2px;
margin: 0px;
border: 2px solid #f6e4e9;
}

/* Input Fields */
input { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#fbf7ea; color:#bf8b73; border:#ecefc9 2px solid;}

textarea { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#fbf7ea; color:#bf8b73; border:#ecefc9 2px solid;}

select { font-family:"Trebuchet MS", Verdana, Tahoma; font-size:11px; background:#fbf7ea; color:#bf8b73; border:#ecefc9 2x solid;}


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

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

a:hover {
color:#e1926a;
border-bottom: 3px solid #ec9946;
text-decoration:none;
text-transform: uppercase;
font-family:"Trebuchet MS", Verdana, Tahoma;
font-size: 7pt;
font-weight: bold;
}

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

