body {
	font-family: sans-serif;
	font-size: 9pt;
	background-color: #C8D4E1;
	margin: 0px;
	padding: 0px;
}

table {
	font-family: sans-serif;
	font-size: 9pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
}

div.mainframe {
	position: absolute;
	width: 650px;
	left: 50%;
	margin-left: -325px;
	margin-top: 15px;
}

div.top {
	width: 650px;
	height: 100px;
	background-color: #EAEDF4;
}

div.content {
	background-color: #EAEDF4;
	padding: 10px;
	text-align: justify;
}

div.collage {
	height: 330px;
	background-color: #EAEDF4;
	background-image: url(images/collage.jpg);
	background-position: 15px 30px;
	background-repeat: no-repeat;
}

div.title {
	font-size: 13px;
	font-weight: bold;
	border-bottom: solid black 1px;
}

div.bottom {
	width: 650px;
	height: 30px;
	background-color: #DDDCDC;
	background-image: url(images/bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

img.menu {
	position: absolute;
	top: 78px;
	border: none;
}

table.table1 {
	background-color: white;
	border: solid #A5ACB2 1px;
}

input, textarea {
	font-family: sans-serif;
	font-size: 9pt;
}

h3 {
	margin-top: 2px;
}

.row1 {
	background-color: #EAEDF4;
}

.row2 {
	background-color: white;
}