﻿/* CSS for DIV impress on several pages */
.impress {
	font-family: Arial, Helvetica, sans-serif;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#E0E0E0;
	margin: 5px;
}


.impress h1 {
	font-size: 12pt;
	text-align:center;
}

.impress p {
	font-size: 11pt;
}

.impress td {
	font-size: 9pt;
	padding:5px;
	color:#666666;
}


.impress td.info {
	font-size: 11pt;
	padding:5px;
	color:black;
}

.impress input {
	width: 250px;
	font-size: 12pt;
}

.impress input.fixwidth {
}

.impress select {
	width: 255px;
	font-size: 12pt;
}

.impress a {
	text-decoration:none;
	color:#CC0033;
}

.impress a:hover {
	text-decoration:none;
	color:#663399;
}