/* CSS Document */

a:link {
	color: #2E1315;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #815448;
}
a:active {
	text-decoration: none;
	color: #2E1315;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#2E1315;
}
.item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	width:148px;
	padding:10px;
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.border {
border:1px solid #2E1315;
}	

.text {
margin: 5px; color:#D1B19A;
}

#menu {
width:148px; margin-left:-45px; margin-right:10px;
}

.text a:link {
	color:#FFCCCC;
	text-decoration: none;
	font-weight:bold;
}
.text a:visited {
	text-decoration: none;
}
.text a:hover {
	text-decoration: underline;
	color:#FFCCCC;
}
.text a:active {
	text-decoration: none;
	color:#CCFFCC;
}
.txt-td {
	background-color:#2E1315;
}
