/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .header, .left, .copyright_tagline, .footer, .top_nav, .top, img, .bottom {
	display: none;
}

.right {width: 100%}

/* Text - Defaults */
.main_content  body, .main_content  td, .main_content  p, .main_content li, .main_content input, .main_content select, .main_content textarea {
	font: 11px arial, tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #000;
}
	
h3 {	
	color: #000;
}
h4 {
	color: #000;	
	}
	
h5 {
	color: #000;	
	}
	
h6 {
	color: #000;
	}

/* Anchor */
a:link { 
	color: #000;
}

a:visited { 
	color: #000;
}

a:hover { 
	color: #000;
}

a:active { 
	color: #000;
}

/* Forms */
FORM { margin: 0px; padding: 0px; }