/* This file hides elements not necessary for printing and sets printer friendly colors */

.header, .left, .footer {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: normal normal 11px Tahoma, Arial, Sans-Serif;
	text-decoration: none;
	color: #353535;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 { font-size: 20px; color: #00477f; }
h2 { font-size: 18px; color: #00477f; }
h3 { font-size: 16px; color: #00477f; }
h4 { font-size: 14px; color: #00477f; }	
h5 { font-size: 12px; color: #00477f; }
h6 { font-size: 10px; color: #00477f; }

/* Anchor */
a:link, a:active, a:visited {
	font-weight: bold;
	text-decoration: none;
}

/* Forms */
form { margin: 0px; padding: 0px; }

.content { padding: 0; clear: both; float: none; }
.right { clear: both; float: none; width: 640px; }
.main_content_wrapper { padding: 0; }