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

#noShow, .noShow, .header2, .right2, .copyright_tagline2, .footer2, .outside {
	display: none;
}

.right {width: 100%}

/* Text - Defaults */
body, td, p, li, input, select, 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;
}

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; }