body {
	background-color: #B7B7B7;
        background-image: url(bg.png);
        background-repeat: repeat-y;
        background-position: 120px;
	margin: 0px;
	font-family: Trebuchet MS;
	font-size: 9px;
	color: #4A485A;
	line-height: 7pt;
}

a {
	color: #947D70;
	font-family: georgia;
	font-style: italic;
	text-decoration: none;
}

a:hover {
	color: #B16D49;
}

b, strong {
	color: #8B3541;
	font-family: georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 9px;

}

i, em     {
	color: #C0BCBC;
}

a img {
	border: 1px solid #4F5259;
}

a:hover img {
        border: 1px solid #796D73;
}

table, tr, td {
	font-size: 9px;
}

textarea, input, select, button {
	font-family: Trebuchet MS;
	font-size: 10px;
	color: #4A485A;
        cell-spacing: 2px;
	padding: 3px;
	background-color: #13111C;
	border-style: solid;
	border-right: #464161 1px solid;
	border-left: #464161 1px solid;
	border-top: #464161 1px solid;
	border-bottom: #464161 1px solid;
}

.title {
	background-color: #40334A;
	font-family: georgia;
	font-size: 11px;
	color: #55555F;
	background-image : url(title_bg.png);
	font-weight: bold;
	text-transform: lowercase;
	font-style: italic;
	line-height: 9pt;
	padding: 3px;
        padding-left: 10px;
        border-bottom:#55555F solid 2px;
	border-top:#0A0A0E solid 1px;
}

.title2 {
	background-color: #08080A;
	color: #59595B;
	font-family: georgia;
        font-style: italic;
	font-size: 10px;
	line-height: 9pt;
	padding: 3px;
}

.content {
	background-color: #1E1D27;
        height: 100%;
        padding: 3px;
	line-height: 8pt;
	font-size: 9px;
}
