body {
	background-color: #D8D8D8;
        background-image: url(bg.png);
        background-repeat: repeat-x;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 7px;
	color: #969897;
	line-height: 7pt;

}


a {
	color: #8C8C8A;
	font-size: 10px;
	text-decoration: none;
}

a:hover {
	color: #A47347;
}

b, strong {
	color: #A2A2A2;
        font-size: 9px;
        font-style: italic;
}

i, em     {
	color: #E0A662;
}

a img {
	filter:alpha(opacity=50);
	-moz-border-radius:0.5em;
        background-color: #EFEFEF;
	border: 1px solid #C6C6C0;
        padding: 5px;
}

a:hover img {
	filter:alpha(opacity=50);
	-moz-border-radius:0.5em;
        background-color: #EFEFEF;
        border: 1px solid #9A9A9A;
        padding: 5px;
}

table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #BDB19F;
        cell-spacing: 2px;
	padding: 3px;
	background-color: #7C6B4D;
	border-style: solid;
	border-right: #5F523D 1px solid;
	border-left: #5F523D 1px solid;
	border-top: #5F523D 1px solid;
	border-bottom: #5F523D 1px solid;
}

.title {
	background-color: #939592;
        background-image: url(tablebg.png);
	font-family: Calibri;
	font-size: 16px;
	color: #9C9C9C;
	padding: 3px;
        border-bottom:#9C9C9C solid 1px;
}

.title2 {
	background-color: #C0C0C0;
	color: #808080;
	font-size: 11px;
	line-height: 9pt;
	padding: 3px;
        border-bottom:#808080 solid 1px;
}

.content {
	background-color: #E2E2E2;
        font-size: 10px;
        height: 100%;
        padding: 3px;
	line-height: 8pt;
}