p, td, th, table, h1, h2, h3, h4, h5, h6, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
small {
	font-size: 7pt;
}

a {
	text-decoration: none;
	font-weight: bold;
}

a:link {	color: black; }
a:hover {	color: white; }
a:activ  {	color: yellow;}
a:visited {	color: black; }

a.navigation:link {	color: white; }
a.navigation:hover {	color: black; }
a.navigation:activ  {	color: yellow;}
a.navigation:visited {	color: white; }

a.activenavigation:link {	color: black; }
a.activenavigation:hover {	color: white; }
a.activenavigation:activ  {	color: yellow;}
a.activenavigation:visited {	color: black; }

a.remarks {
	font-size: 6pt;
	font-weight: normal;
	color: white;
	background-color: #555;
}
a.remarks:link {	color: white; }
a.remarks:hover {	color: black; }
a.remarks:activ  {	color: yellow; }
a.remarks:visited {	color: white; }



body {
	background-image: url('img/background.gif');
}

table.main {
	/*table-layout: fixed;*/
	border-collapse: collapse;
	margin: 0px;
	border-width: 2px;
	border-color: red black black red;
	border-style: solid;
}

td.logo	{
	position: relative;
	z-index: 20;
	background-image: url('img/bglogo.gif');
	border-width: 0px;
	width: 180px;
	height: 100px;
}

td.maintitle {
	border-collapse: collapse;
	border-width: 0px;
	position: relative;
	background-color: red;
	padding-left: 23px;
	padding-top: 0px;
	font-size: 24pt;
	font-weight: bold;
	text-align: left;
	background-image: url('img/bgtitle.gif');
	height: 80px;
}

td.navigation {
	position: relative;
	padding-left: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
	background-color: #cc0000;
	background-image: none;
	height: 16px;
}

td.maincontent {
	position: relative;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: black red red black;
	background-color: #eeeeee;
	height: 395px;
}

td.footer {
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	border-width: 0px;
	background-color: red;
	background-image: url('img/bgfooter.gif');
	background-repeat: repeat;
}

td.content {
	border-collapse: collapse;
	font-size: 12pt;
	position: relative;
	padding: 20px;
	width: 100%;
	height: 100%;
	border-width: 0px;
}

td.picture {
	background-color: #eee;
	width: 200px;
	height: 100%;
	border-width: 0px;
}


td.title {
	text-align: center;
	font-family: Arial Black;
	letter-spacing: 27px;
	color: white;
	font-size: 30pt;
}

td.space {
	border-collapse: collapse;
	border-width: 0px;
	background-color: black;
}

p {
	font-size: 12pt;
}

form.form {
	font-size:10pt;
}
