body {
	background-color: #000000;
	margin: 0px;
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	color: #575757;
	line-height: 10pt;

}


a {
	color: #dd7859;
	text-decoration: none;
}

a:hover {
	color: #808080;
}

b, strong {
	color: #CFAE62;
	font-weight: bold;
}

i, em     {
	color: #B49D70;
}

a img {
        background-color: #E9E3D6;
	border: 2px solid #575757;
}

a:hover img {
        border: 2px solid #CDA78B;
}

table, tr, td {
	font-size: 11px;
}

textarea, input, select, button {
	font-family: "Lucida Sans", Arial, Sans-Serif;
	font-size: 11px;
	color: #B1A58D;
        cell-spacing: 2px;
	padding: 5px;
	background-color: #E9E3D6;
	border: #CCBFA6 1px solid;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.title {
	background-color: #7C6B4D;
	font-size: 12px;
	color: #967C5B;
	background-image : url(title_bg.png);
        text-transform: capitalize;
        font-weight: bold;
	line-height: 9pt;
	padding: 5px;
        padding-left: 10px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.title2 {
	background-color: #564936;
	color: #B49B84;
        font-size: 11px;
	background-image : url(title2_bg.png);
	line-height: 10pt;
	padding: 4px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.content {
	background-color: #000000;
        height: 100%;
        padding: 3px;
        -moz-border-radius: 6px; 
        -webkit-border-radius: 6px; 
        border-radius: 6px;
}

.closed {
	font-family: Georgia;
        font-size: 20px;
        font-weight: bold;
        font-style: italic;
        text-transform: lowercase;
        color: #dbae43;
}