/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.navigation {
	font-size: 11px;
}
.nav_regular {color: #5B57A6}
.nav_bold {color: #5B57A6; font-weight: bold; }
.page_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #c48d64;
	font-size: 30px;
}
.event_title {
	color: #800000;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
}
.event_date {font-size: 14px; font-family: Georgia, "Times New Roman", Times, serif; color: #800000;}
a {
	text-decoration: none;
}
.link_blue_underline {
	color: #0000FF;
	text-decoration: underline;
}
.link_yellow_nav {
	color: #c48d64;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
.mv_recommend_company {
	font-size: 28px;
	color: #000066;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mv_recommend_link {
	color: #0000FF;
	font-size: 12px;
	text-decoration: underline;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.mv_recommend_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000066;
	font-size: 14px;
}
.mv_recommend_header {font-size: 24px; color: #000066; font-weight: bold; font-family: Georgia, "Times New Roman", Times, serif; }
.bold_article_subhead {
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800000;
}
.page_subtitle {font-family: Georgia, "Times New Roman", Times, serif; font-weight: bold; color: #800000; font-size: 20px; }

