@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #036;
	line-height: 1.2;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
}
.document {
	background-color: #5090BE;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.navigation {
	font-size: 12px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.cellheader {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #4A8AB8;
}
.navigation:link {
	color: #FFF;
	text-decoration: none;
}
.navigation:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #000;
}
.navigation:visited {
	color: #FFF;
	text-decoration: none;
}.image_right {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.cellbody {
}

