/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header, .ui_left, .ui_top_left, .ui_top_right, .ui_rightSidebar, .ui_copyright_tagline, .ui_footer, .BreadCrumb_Wrapper, .ui_search, {
	display: none;
}

/* Text - Defaults */
body, td, p, li, input, select, textarea {
	font-weight: normal;
	text-decoration: none;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}

/* Lists */
ul, ol { margin-top: 2px;}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-weight: normal;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	}

h2 {
	font-size: 23px;
	line-height: 1.4em;
}
	
h3 {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	margin: 0px;
}
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; }

/* feedback form print css */

.FeedbackForm_Content_Wrapper {	width: 100%; margin: 0;	padding: 0 0 20px 0; }
.FeedbackForm_Content { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm_Wrapper { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm { width: 100%; margin: 0;	padding: 0; }
.FeedbackForm .Row { display: block; width: 100%; margin: 0; padding: 5px 0; }
.FeedbackForm .RequiredStar { display: block; float: left; width: 2%; margin: 0; padding: 0; }
.FeedbackForm .Label { display: block; float: left;	width: 30%;	margin: 0; padding: 0; font-weight: bold; }
.FeedbackForm .DividerRow .Label { font-size: normal; float: none; clear: both;	width: auto; padding-top: 20px;	padding-bottom: 10px; padding-left: 2%;	margin-bottom: 10px; border-bottom: dashed 1px #ccc; }
.FeedbackForm .WrapLabel { width: 98%; }
.FeedbackForm .Value { display: block; float: left; width: 40%;	margin: 0; padding: 0; }
.FeedbackForm .Value .FormText { width: 70%; }
.FeedbackForm .WrapValue { float: none;	clear: both; width: 100%; }
.FeedbackForm .Spacer {	float: none; clear: both; }
.FeedbackForm .SubmitButton { display: none; }