body {
	background-image: url('/gfx/bg-top.jpg');
	background-color: #566A81;
	background-repeat: repeat-x;
	margin: 0px;
	color: #D6E0EC;
	text-align: center;
	font-family: verdana, sans-serif;
	font-size: 11px;
}

h1 {
	font-family: tahoma, sans-serif;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 4px;
}

h2 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
}

h3 {
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic; 
	margin-top: 0px;
	margin-bottom: 2px;
}

a {
	color: white;
	text-decoration: none;
}

a:visited {
	color: white;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: underline;
}

td {
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #D6E0EC;
	vertical-align: top;
}

hr {
	height: 4px;
	color: #394757;
	width: 100%;
	clear: both;
}

ul {
	list-style-image: url('/gfx/ul-bullet.gif');
	margin-top: 2px;
	margin-bottom: 2px;
}

li {
	margin-bottom: 1px;
}

img {
	float: left;
	margin-left: -3px;
	border: 1px solid #D6E0EC;
}

input {
	font-family: verdana, sans-serif;
	font-size: 11px;
	width: 80px;
}

textarea {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

select {
	font-family: verdana, sans-serif;
	font-size: 11px;
}

.menu1 {
	background-color: transparent;
	color: black;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.menu1:visited {
	background-color: transparent;
	color: black;
}

.menu1:hover {
	background-color: #D6E0EC;
	color: black;
	text-decoration: none;
	border: 1px solid white;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.menu2 {
	background-color: transparent;
	color: black;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border-width: 0px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.menu2:visited {
	color: black;
}

.menu2:hover {
/* 	background-color: #D6E0EC; */
	color: black;
	border: 1px solid #39789B;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.darkbox {
	border: 1px solid #202831;
	background-color: #445567;
	background-image: url('/gfx/darkbox-background.gif');
	background-repeat: repeat-y;
	background-position: right;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 4px;
	padding-right: 18px;
	color: #AAB6C3;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.darkbox td {
	color: #AAB6C3;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

.contentTable {
	border: 1px solid #202831;
	border-collapse: collapse;
}

.contentTable td {
	border: 1px solid #202831;
	text-align: center;
}

.contentTable td img {
	float: none;
	margin-left: 0px;
}

.contentTable th {
	background-color: #445567;
	border: 1px solid #202831;
	font-family: verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}

.contentTable td.subheading {
	background-color: #D6E0EC;
	color: black;
	font-weight: bold;
	text-align: left;
}
.contentprint {
	width: 540px;
}

@media print {
	body {
		background-image: none;
		background-color: white;
		padding-top: 30px;
		padding-left: 30px;
	}
	a {
		color: black;
		text-decoration: none;
	}	
	a:visited {
		color: black;
	}	
	a:hover {
		color: black;
	}	
	td {
		color: black;
	}
	.noprint {
		display: none;
	}
}