/* ========= MAIN ========= */
body {
	background-color: white;
	color: black;
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 12px;
	margin: 20px;
	cursor: default;
}
table {
	background-color: transparent;
	color: black;
	font-family: Verdana, Arial, Geneva, Sans-Serif;
	font-size: 12px;
}
table.main {
	border-right: 1px solid #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px solid #FF6600;
}

/* ========= LOGO ========= */
tr.logo {
	background-color: #FF6600;
}
td.logo {
	padding-right: 2em;
}

/* ========= MENU ========= */
td.menu {
	padding-left: 14px;
	background: #FF9900;
	color: white;
}
td.menu a {
	background-color: transparent;
	color: white;
	font-weight: bold;
	text-decoration: none;
}
td.menu a:hover {
	color: black;
}

/* ========= CONTENT ========= */
td.main {
	padding: 14px;
}
h1 {
	font-size: 20px;
	font-weight: bold;
}
h2 {
	font-size: 17px;
	font-weight: bolder;
}

h3.frontpage {
	width: 98%;
	font-size: 17px;
	font-weight: bold;
	border-bottom: 1px solid #FF9900;
}

dt {
	font-weight: bold;
}
a {
	color: #FF4400;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
div.main {
	text-align: justify;
}
img.floater {
	float: right;
	margin: 14px;
}
img.special {
	float: right;
	margin-left: 14px;
}
span.subtitle {
	font-size: 12px;
	font-weight: bold;
}