body, p, table {
	color: #aac194;
	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 {
text-transform: lowercase;
font-size: 14px;
color: #becf95;
font-family:"Trebuchet MS", Verdana, Tahoma;
border-bottom: 4px solid #bccfaa;
font-weight: bold;
text-align: left;
}

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

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

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

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

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

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

.box {
width: 80%;
background-color: #fcfff9;
padding: 2px;
margin: 0px;
border: 2px solid #f1f3ee;
opacity: .5;
filter: alpha(opacity=50);
}

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

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

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


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

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

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

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