body {
	font-family: Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #f6ede0;
	background: #2e2e2e;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #981b1e;
	text-decoration:none
}

a:hover {
	color: #dbc9b2;
	text-decoration: underline;
}

a:active {
	color: #FF0000;
	text-decoration: underline;
}


#mainmenu a {
	font-weight: bold;
	color: #f6ede0;
	font-size: 16px;
	text-decoration:none
}

#mainmenu A:hover {
	color: #dbc9b2;
	text-decoration: underline;
}

#mainmenu A:active {
	color: #FF0000;
	text-decoration: underline;
}

#mainmenu a.pmenu {
	border-right: dashed 1px #f6ede0;
	padding: 0 8px 0 5px;
}

#mainmenu a.amenu {
	border-right: dashed 1px #f6ede0;
	color: #2e2e2e;
	padding: 0 8px 0 5px;
}

.title {
	font-weight: bold;
	padding: 5px;
	font-size: 18px;
}

.text {
	padding: 5px;
	font-size: 12px;
	text-align: justify;
}

#foother {
	color: #f6ede0;
	font-size: 11px;
	text-decoration:none
}

#foother a {
	font-weight: bold;
	color: #f6ede0;
	text-decoration:none
}

#foother A:hover {
	color: #dbc9b2;
	text-decoration: underline;
}

#foother A:active {
	color: #FF0000;
	text-decoration: underline;
}