body {
	margin: 5px;
	width: 700px;
}
td {
	vertical-align: top;
}
a img {
	border: 0;
}
.NormalTextVSMALL {
	font-family: verdana;
	font-size: 10px;
}
.NormalTextSMALL {
	font-family: verdana;
	font-size: 11px;
}
.NormalText {
	font-family: verdana;
	font-size: 12px;
}
.HeaderTextBIG {
	font-family: Calibri;
	font-size: 18px;
	font-weight: bold;
}
.HeaderTextSMALL {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
}
.menutop:link, .menutop:active, .menutop:visited {
	width: 115px;
	height: 30px;
	padding-top: 5px;
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #002268;
}
.title {
	background-color: #f47c00;
	padding: 3px 20px;
	font-size: 12px;
	font-weight: bold;
	color: #002268;
}
.content {
	vertical-align: top;
	padding: 0px 8px;
	font-size: 10px;
}
.content h1 {
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0px 10px 0px;
}
.content h2 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 3px 0px 4px 0px;
}
.content h3 {
	display: block;
	background-color: #daeaff;
	font-size: 11px;
	margin: 8px -2px;
	padding: 2px 5px;
}
.content p {
	text-align: justify;
	margin-top: 0px;
	margin-bottom: 15px;
}
.content a:active, .content a:link, .content a:visited {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: darkblue;
}
.content a:hover {
	text-decoration: underline;
}
.table {
	width: 100%;
}
.table th {
	padding: 3px 2px;
	border: 2px inset;
	background-color: #dde0e0;
	text-align: left;
}
.table td {
	padding: 3px 2px;
	border: 2px inset;
}
.list {
	margin-top: 5px;
}
.list td {
	vertical-align: top;
	text-align: justify;
	padding-bottom: 10px;
}
