/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header, .ui_left, .ui_copyright_tagline, .ui_footer, .BreadCrumb_Wrapper {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font: 11px tahoma, arial, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
	color: #000;
}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font: 26px tahoma, arial, sans-serif;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.4em;
	}

h2 {
	font-size: 23px;
	line-height: 1.4em;
}
	
h3 {	
	padding-left: 5px;
	font-size: 20px;
	line-height: 1.4em;	
}
h4 {
	font-size: 17px;
	line-height: 1.4em;	
	}
	
h5 {
	font-size: 13px;
	line-height: 1.4em;	
	}
	
h6 {
	font-size: 11px;
	line-height: 1.4em;	
	}

/* Anchor */
a:link { 
	font-weight: bold;
	text-decoration: none;
	color: #5f5925;
}

a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #5f5925;
}

a:hover { 
	font-weight: bold;
	text-decoration: none;
	color: #5f5925;
}

a:active { 
	font-weight: bold;
	text-decoration: none;
	color: #5f5925;
}

/* Forms */
FORM { margin: 0px; padding: 0px; }