/**
 * text.css
 * only block level elements and HTML overrides
 * MG blue: #2f4d93
 * MG Grey: #666666
 */

a.menu:link		{ color: #ff9933; text-decoration: none; }
a.menu:visited	{ color: #ff9933; text-decoration: none; }
a.menu:active	{ color: #ffffff; text-decoration: none; }
a.menu:hover	{ color: #111111; text-decoration: none; }

#mainContent {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #333333;
}

.main {
	padding-left: 8px;
}

.contentTitle {
	color: #2f4d93;
	text-decoration: bold;
	font-size: 14px;
}

.contentContent {
	color: #000000;
	font-size: 12px;
}

.sidebar {
	color: #2f4d93;
	font-size: 11px;
	text-transform: uppercase;
}

.sidebar_text {
	font-size: 11px;
}

.left_sidebar {
	font-family: times new roman, times, serif;
	text-decoration: italic;
	font-size: 11px;
}

.highlightTitle {
	color: #2f4d93;
	font-size: 13px;
	text-decoration: bold;
	text-transform: uppercase;
}

.error {
	color: #ff0000;
	text-decoration: italic;
}