	.top_menu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 24px;
	}
	.page_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	}
	.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}
	.text_normal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
	line-height: 21px;
	}
	.text_light_grey {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #999999;
	text-decoration: none;
	}
	.text_black{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	}
	.menu_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	}
	.menu_items {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 21px;
	}
	table.navbar {
	   border-collapse: collapse;
	}
	table.navbar td {
	   border: 0px solid black;
	}
	table.navbar td a{
	display: block;
	width: 128px;
	padding: 3px;
	text-decoration: none;
	}
	table.navbar td a:link, table.navbar td a:visited {
		color: #666666;
	}
	table.navbar td a:hover, table.navbar td a:active {
	   color: #000;
	   background-color: #EEEEEE;
	}
