@charset "utf-8";
/* CSS Document */

body {
	background-color: #EAEAEA;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #333333;
}
a:link, a:visited {
	color: #3b5998;
	text-decoration:none;
}
a:active, a:hover {
	text-decoration:underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #404040;
}
.menu_item {
	padding: 5px;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #1c1c1c;
}
.menu_item a:link, .menu_item a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.menu_item_hover a:link, .menu_item_hover a:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
.menu_item_hover a:active, .menu_item_hover a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
.menu_item_hover {
	padding: 5px;
	color: #FFFFFF;
	font-size: 8pt;
	background-color: #333333;
}
.smaller_text {
	font-size: 9pt;
}

