/* This file hides elements not necessary for printing and sets printer friendly colors */

#noShow, .noShow, .ui_header_top, .ui_header, .ui_top_nav_wrapper, .BreadCrumb, .ui_print_email, .ui_tagline {
	display: none;
}

/* Text - default */
body, td, p, li, input, select, textarea {
	font: normal normal 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #353535;
	margin-bottom:3px;
	line-height: 20px;
	}

/* Lists */
ul, ol {}

/* Formatted Text */
pre {}

/* Headings */
h1 {
	font-size: 30px;
	color: #E37222; 
	font-weight: normal;
}

h2 {
	font-size: 24px; 
	color: #E37222; 
	font-weight: normal;
}

h3 {
	font-size: 18px; 
	color: #E37222; 
font-weight: normal;
}

h4 {
	font-size: 14px;
color: #3F3F3F; 
	font-weight: bold;
}
	
h5 {
	font-size: 12px; 
	color: #E37222; 
	font-weight: normal;
}

h6 {
	font: normal normal 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #898989;
	margin-bottom:3px;
	line-height: 19px;
}

/* Links - default */
a:link, a:visited, a:active {
	font-weight: bold;
	text-decoration: none;
	color: #c90062;
}
.ui_copyright {

	width: 100%;
	text-align: center;
	font-size: 10px;

}


.ui_copyright a:link,
.ui_copyright a:visited {

	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}

.ui_copyright a:hover {

	font-size: 10px;
	text-decoration: underline;
}

.ui_copyright a:active{

	font-size: 10px;
		text-decoration: none;
}

/* 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; }