/* CSS Document (Print Version) */

h1, h2, h3, p, .font_big, .font_hi {
	font-family: Garamond, "Times New Roman", Times, serif;
}

h1 {
	font-size: 14pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 9pt;
}

#footer {
	font-size: 8pt;
}

p, ul, ol {
	font-size: 10pt;
}

.font_big {
	font-size: 12pt;
	font-weight: bold;
	color: #FF9933;
}

.font_hi {
	font-size: 10pt;
	font-weight: bold;
	color: #333333;
}

a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
}

a:link {
	color: #0066FF;
}

a:visited {
	color: #0066FF;
}

a:hover {
	color: #FF3366;
}

a:active {
	color: #0066FF;
}

#toggle_contact, .print-hide, #top_menu, .top_float, #left_column, .menu_top_a, .menu_top_b, .menu_top_c, .menu_top_d, .menu_item, #toggle_invites {
	display: none;
}