﻿/* CSS Document */

body {
	background-color: #333333;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.text a {
color: #B09D70;
text-decoration:none;
}

.text a:hover {
color: #ffffff;
text-decoration:none;
}

.bottom {
font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.bottom a {
	color: #666666;
	text-decoration:none;
	}
	
.bottom a:hover {
	color: #ffffff;
	text-decoration:none;
	}
.menutext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
}
