@media print {
.noprintspacer1 { display: none }

.noprintheader { display: none }
.noprintnav { display: none }
.noprintfooter { display: none }
}

@media screen, print {
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	background-color: #ffffff;
}

td {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

th {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

form {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	}

input {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	border: 1px groove #003684;
}

textarea {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	border: 1px solid #224e93;
}

select {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
}

ul {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
	list-style-image: url(../images/bullet.gif);
}

li {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
}

.lispace {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
	padding-bottom: 5px;
}

ol {
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
}

a { 
	color: #cc0000; 
}

a:visited { 
	color: #3b438f; 
	text-decoration: underline;
}
a:active { 
	color: #3b438f; 
	text-decoration: underline;
}
a:link { 
	color: #3b438f; 
	text-decoration: underline;
}
a:hover { 
	color: #cc0000; 
	text-decoration: underline;
}
.footer, .footer:hover, .footer:link, .footer:active, .footer:visited {
	vertical-align: middle;
	font-family: arial, helvetica, sans-serif;
	font-size: x-small;
	text-align: center;
	color: #ffffff;
	padding: 2px;
	height: 20px;
}
.footerblend {
	background-image: url(../images/hdr_blend.gif);
	background-repeat: repeat-x;
	color: #ffffff;
	font-size: x-small;
}

.hdrblend {
	background-image: url(../images/hdr_blend.gif);
	background-repeat: repeat-x;
}

.fiftypercent {
	width: 50%;
}
.vlineleft {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
}
.vlineright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.vline {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
}
.hline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
}

.hdrblendhline {
	background-image: url(../images/hdr_blendhline.gif);
	background-repeat: repeat-x;
	height: 10px;
}
.hdrbg {
	background-image: url(../images/hdr_bg.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.contentbg {
	background-image: url(../images/title_blend.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.paragraphblend {
	background-image: url(../images/title_blend.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: top;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	text-align: left;
	padding-left: 45px;
	padding-top: 15px;
}
.productnav {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #aaabb0;
	background-color: #f4f4f7;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #aaabb0;
	border-left-color: #aaabb0;
}
.productnavitem {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d3d3d6;
	background-color: #f4f4f7;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffffff;
}
.noprintnav { 
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #cccccc;
 }
 
 }

