body {
	margin: 0px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: #e2e9ef;
}

table, input {
	font-family: sans-serif;
	font-size: 10pt;
}

a, a:link, a:active, a:hover, a:visited {
	color: black;
	text-decoration: underline;
}

table.main {
	background-color: white;
	border: solid #2E5F7E 1px;
	margin-top: 10px;
	margin-bottom: 10px;
}

td.top {
	height: 100px;
	width: 800px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;

}

td.menu {
	padding: 10px;
	text-align: justify;
	background-image: url(../images/menu.jpg);
	background-repeat: repeat-y;
	background-position: top;
	vertical-align: top;
	border-right: solid #2E5F7E 1px;
}

td.content {
	padding: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: justify;
	background-color: #FFFFFF;
}

td.bottom {
	background-image: url(../images/bottom.jpg);
	background-repeat: no-repeat;
	height: 27px;
}

div.mnu {
	position: relative;
	top: 0px;
	left: 5px;
	right: 5px;
}

li.mnu {
	margin-top: 10px;
	font-weight: bold;
	color: #2E5F7E;
	letter-spacing: 1px;
}

h3 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 10px;
	/*border-bottom: solid #555555 1px;
	padding-left: 5px;
	padding-right: 5px;*/
}

div.block {
	background-color: #DAE3F4;
	padding: 5px;
	border-bottom: solid #555555 1px;
}

td.row1 {
	/*background-color: #F1DABC;*/
}

td.row2 {
	background-color: #F7EAD9;
}
