img.hide {
display: none
}

html,body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

#header {
	display:none;
}

#maincontent {
	width: 100%;
	background-color: #fff;
	color: #000;
	line-height: 20px;
}

#main-right {
display: none
}

#nav {
display: none
}

#footer {
	clear: both;
	margin: 0;
	padding: 0;
	height: 23px;
	color: #333;
	background-color: #A7A7A7;
	border-top: 2px solid #fff;
}

/* Navigation & Buttons */


#navcontainer {
display: none
}

/* Link Styles */


a:link {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration:  none;
}

a:visited {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration:  none;
}

a:active {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 16px;
	text-decoration:  none;
}

a:hover {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 12px;
	color: #C95B00;
	line-height: 16px;
	text-decoration: none;
}

/* Text Styles */

h1 {
	font-size:14px;
}

.header {
	font-family: "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 20px;
	color: #C95B00;
	font-weight: bold;
	margin-bottom: -5px;
}

p {
	line-height: 25px;
	color: #000;
}

p.instructions {
	display: none;
}

#footer p {
	color: #000;
	line-height: 50%;
	text-align:right;
	padding: 0px 3px 0px 0px;
}
p.print_only {
	line-height: 18px;
	color: #000;;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
}

p.printonly {
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	line-height: 12px;
	font-size: 11px;
	border: 1px solid #000;
	padding: 5px;
}