body {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 12px;
	background: #cbba9a;
	color: white;
	margin: 0;
}

body.popup {
	background: #005160;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #6fdff6;
}

select, option {
	font-size: 10px;
}

h1 {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
	color: #6fdff6;
}

h2 {
	font-weight: bold;
	font-size: 14px;
	line-height: 16px;
	color: #ffffff;
}

h3 {
	font-size: 11px;
	line-height: 14px;
}


.main {
	background: url("img/bg.gif");
	background-repeat: none;
	background-position: top;
}

.text, .main, table, input, textarea {
	font-size: 12px;
	line-height: 14px;
}

.info {
	font-size: 11px;
	line-height: 14px;
}

img.left {
	float: left;
	padding: 0 15px 10px 0;
}

/* menu */

img.menu {
	padding: 4px 0;
}

ul.menu {
	margin: 0;
	padding: 5px;
	list-style:none;
	font-size: 10px;
	text-transform: uppercase;
}

ul.menu a {
	color: white;
}

ul.menu a:hover {
	color: #005160;
}

ul.menu li {
	padding-bottom: 2px;
}

/* quickfinder */

div.quickfinder label {
	margin: 4px 0;
	width: 50px;
	float: left;
}

div.quickfinder input {
	width: 110px;
}

/* misc */

table {
	clear: both;
}

.error {
	color: yellow;
	font-weight: bold;
}

@media print {

	body, table.main, table.text {
		background: white;
		color: black;
		width: 690px;
		margin: 0;
	}
  	body:before {
		display: block;
		content: url(/img/logo_171x42.gif);
	}
  	body.form:before {
		display: block;
		content: url(/img/space.gif);
	}
	h1, h2, h3, h4, a {
		color: black;
	}
	input, .noprint {
		display: none;
	}
}
