.content {
	font-size: 24px
}
.title {
	font-size: 40px;
	color: #3366CC;
}
.menu{
	font-size: 11px;
	color: #003366;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.boldcontent{font-size: 24px; font-weight: bold; }
.italiccontent {font-size: 24px; font-style: italic; }
.bluecontent {font-size: 24px; color: #003366; }

#navigation td {
	border-bottom: 2px solid #C0DFFD;
	}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 26px;
	background: url("mm_arrow.gif") 14px 45% no-repeat;
	}
	
#navigation a:hover {
	background: #ffffff url("mm_arrow.gif") 14px 45% no-repeat;
	color:#FF6600;
	}
tr.menus {table-layout:fixed;}


