body {
	margin: 10px;
	padding: 0px;
	font-family: sans-serif;
	font-size: 10pt;
	background-color: white;
}

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: #DFE8F4;
	border: solid #1D314B 1px;
}

td.shadow {
	background-image: url(../images/img_shadow.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

td.top {
	background-image: url(../images/img_top.jpg);
	background-repeat: no-repeat;
	border-bottom: solid black 1px;
	height: 120px;
	text-align: right;
	vertical-align: top;
	padding: 10px;
}

td.menu {
	padding: 0px;
	padding-top: 15px;
	background-color: #D0DAE7;
	letter-spacing: 1px;
	border-right: solid black 1px;
}

td.mnutitle {
	background-color: #5e809f;
	background-image: url(../images/background.jpg);
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 8pt;
	color: white;
	border-bottom: solid black 1px;
	border-top: solid black 1px;
}

td.mnu {
	behavior: url(templates/hover.htc);
	background-color: #D0DAE7;
	padding: 5px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 8pt;
	cursor: pointer;
}

td.mnu:hover, td.mnu.hover {
	background-color: white;
}

td.mnu a, td.mnu a:link, td.mnu a:active, td.mnu a:hover, td.mnu a:visited {
	color: black;
	text-decoration: none;
}

td.content {
	padding: 15px;
	text-align: justify;
	background-color: #ecf0f9;
}

td.sponsors {
	border-top: solid #1D314B 1px;
	padding: 5px 10px 5px 10px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: bold;
	background-color: #D0DAE7;
}

h3 {
	font-size: 11pt;
	font-weight: bold;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 2px;
	border: solid #555555 1px;
	border-bottom: none;
	background-color: #5e809f;
	color: white;
	background-image: url(../images/background.jpg);
}

div.block {
	background-color: #D0DAE7;
	padding: 5px;
	border: solid black 1px;
	margin-bottom: 5px;
}

table.block {
	background-color: #D0DAE7;
	margin: 0px;
	margin-bottom: 20px;
	padding: 0px;
	border: solid black 1px;
}

th {
	text-align: left;
	font-size: 11pt;
	font-weight: bold;
	color: white;
	border-bottom: solid #555555 1px;
	background-color: #5e809f;
	background-image: url(../images/background.jpg);
}

th a, th a:link, th a:active, th a:hover, th a:visited {
	color: white;
}

td.row1 {
	background-color: #D0DAE7;
}

td.row2 {
	background-color: #DFE8F4;
}