@media print {
	.screenonly {
		display:none;
	}
	body {
		background: none;
	}
	.body {
		font-size: 14px;
		color:#000000;
		margin: 0; 
		float: none;
	}
	.head {
		display:none;
	}
	.menu {
		display:none;
	}
	.foot {
		display:none;
	}
	.push {
		display:none;
	}
	td {
		background: none;
	}
}
@media screen {
	.printonly {
		display:none;
	}
	html, body {
		margin: 0;
		height: 100%;
	}
	body  {
		background-color:#ffffff;
		background-image: url('../img/head_bg.gif');
		background-repeat: repeat-x;
		background-position: top;
	}
	.body {
		font-size: 17px;
		color:#555555;
		display: block;
	    margin-left: auto;
		margin-right: auto;
		width: 752px;
	}
	p {
		line-height: 24px;
	}
}

/* Print & Screen: */
a {
	font-family:sans-serif,arial;
	color:#880000;
}
a:visited {
	color:#880000;
}
a:hover {
	color:#000000;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -187px;
}
.head {
}
.menu {
}
.menu a {
	color:#ffffff;
	text-decoration: none;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 12px;
}
.menu a:hover {
	text-decoration: underline;
}
.menu a:hover img {
	text-decoration: none;
}
.body {
	font-family:sans-serif,arial;
	text-align: left;
	padding: 0;
}
.push {
	height: 187px;
}
.foot {
	min-width: 752px;
	background-image: url('../img/foot_bg.gif');
	color:#ffffff;
	font-size: 10px;
	font-family:sans-serif,arial;
}
.foot a {
	color:#ffffff;
}
.title_table {
	position: relative;
	margin-bottom: 0px;
}
.header {
	position: relative;
	margin-top: -20px;
	color:#3c7877;
	font-size: 22px;
}
.subhead {
	position: relative;
	margin-top: -5px;
	color:#6194a9;
	font-size: 26px;
}

p {
	text-indent: 10px;
}
p.noindent {
	text-indent: 0px;
}
ul li {
	list-style-image: url(../img/bullet_arrow.png);
	padding-top: 3px;
}
ol li {
	list-style: upper-roman;
	padding-top: 3px;
}
small {
	font-size: 12px;
}
.error_title {
	color:#ff0000;
	font-size: 18px;
	font-weight: bold;
}
ul.errors li {
	color:#ff0000;
	font-size: 16px;
	font-weight: bold;
	list-style-image: url(../img/error_arrow.png);
}
.success_title {
	font-size: 18px;
	font-weight: bold;
}
ul.success li {
	font-size: 16px;
	font-weight: bold;
	list-style-image: url(../img/bullet_arrow.png);
}
form {
	margin:0px;
	padding:0px;
}
input,textarea,select {
	border:1px solid white;
	padding:3px;
	background-color:#cacaca;
	color:white;
	font-family:sans-serif, arial;
	font-size:14px;
	background-image: url('../img/submenu_bg.png');
	background-position: left;
	background-repeat: repeat-y;
}
input:hover,textarea:hover,select:hover {
	border:1px dashed #555555;
}
input.submit {
	background-image: url('../img/submit_bg.gif');
	background-position: left;
	background-repeat: repeat-y;
}
hr {
	border: none 0; 
	border-bottom: 1px dashed #cacaca;
	width: 100%;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
}
.nocss {
	border:1px solid white;
	background-image: none;
	background-color:white;
}
.left {
	margin:5px;
	float:left;
	text-align:center;
}
.right {
	margin:5px;
	float:right;
	text-align:center;
}
table.query_results {
	font-size: 14px;
}
table.display {
	font-size: 14px;
	border: 1px solid #cacaca;
	border-collapse: collapse;
}
table.display td {
	border: 1px dashed #cacaca;
	padding: 5px;
}
tr.tr2 {
	background-color: #eeeeee;
}
