
div {
	border: 0px solid #dd0000;
}

body {
	color: #333333;
	font: 11px verdana, arial, helvetica, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	overflow: auto;
}

img, object, table, form {
	display: block;
	border: 0;
	margin: 0;
	padding: 0;
}

#posLogo {
	position: absolute;
	left: 45px;
	top: 35px;
}

#posNav {
	position: absolute;
	left: 350px;
	top: 35px;
	width: 260px;
	text-align: right;
}

#posNav img {
	position: absolute;
	right: 0;
}

#posTxt {
	position: absolute;
	left: 180px;
	top: 170px;
	width: 440px;
}

h1 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	padding: 0;	
	line-height: 1.2em;
}

h2 {
	font-size: 15px;
	font-weight: strong;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

h3 {
	font-size: 11px;
	font-weight: strong;
	margin: 0;
	padding: 0;
	line-height: 1.2em;
}

.small {
	font-size: 10px;
}

.printHR {
	height: 1px;
	width: 100%;
	border-width: 1px 0px 0px 0px;
	border-color: #000000;
	border-style: dashed none none none;
	padding: 0px;
	margin: 15px 0px 15px 0px;
}

.printHint {
	font-size: 10px;
	color: #666666;
}

.linkPrintSel,
.linkPrint,
.linkPrint:link,
.linkPrint:visited {
	font-weight: normal;
	line-height: 16px;
	margin-top: 2px;
	padding: 0 1px 0 1px;
	color: #970D0B;
	background-color: #ffffff;
	text-decoration: none;
}

.linkPrintSel,
.linkPrint:hover,
.linkPrint:active {
	color: #ffffff;
	background-color: #970D0B;
}

