@charset "UTF-8";
a:link {
	color: #0F1527;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0F1527;
}
a:hover {
	text-decoration: none;
	color: #8b6f71;
}
a:active {
	text-decoration: none;
	color: #8b6f71;
}
body {
	background-color: #1E0000;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #B7B9BF;
	font-style: normal;
}
.menu {
	color: #CCCCCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: bold;
	background-color: #B0B5B9;
	letter-spacing: 0px;
	word-spacing:3px;
}
.bottom {
	font-size: 8pt;
	color: #927F7F;
	font-variant: normal;
	font-style: normal;
	line-height: normal;
	font-weight: lighter;
	letter-spacing:1px;
}

