body{
	padding: 10px;
	margin: 0px;
 	border: none;
 	width: 80%;
 	font-size: 12pt;
}

div {
	border: none;
	padding: 0px;
	margin: 0px;
}

span {
	border: none;
	padding: 0px;
	margin: 0px;
}

h3 {
	clear: both;
	padding-top: 10px;
}

p {
	text-align: justify;
}

p.centered {
	text-align: center;
}

img {
	border=0;
}

#footer {
	left: 0px;
	align: center;
	position: relative;
}

#top-left {

	width: 150px;
	top: 10px;
	left: 10px;

		
}

#top-right {
	top: 10px;
	left: 160px;
	position: absolute;
		
}

#left {

	width: 150px;
	top: 110px;
	left: 10px;
	position: absolute;
}

#menu {

	top: 115px;
	height: 25x;
	left: 160px;
	position: absolute;	
	font-family:courier,fixed,monospace;
	font-size: 17pt;
	color: black;
}

#submenu {
	text-align: center;
	top: 140px;
	height: 25px;
	left: 160px;
	position: absolute;	
	font-family:courier,fixed,monospace;
	font-size: 14pt;
	color: black;
}

#menu.a:link {

	color: black;
}

#menu.a:visited {

	color: black;
}

.title {
	font-family: courier, fixed, monospace;
	font-size: 40pt;
}

.logo {
	font-family: courier, fixed, monospace;
	//font-weight: bold;	
	font-size: 14pt;
}

.red {
	color: red;
}
.black {
	color: black;
}
.selected {
	font-weight: bold;
}

a {
	text-decoration: none;
}

a:link {
	color: red;
}

a:visited {
	color: red;
}

a:hover {
	color: red;
}

a.notred {
	text-decoration: none;
}

a.notred:link {
	color: black;
}

a.notred:visited {
	color: black;
}

a.notred:hover {
	color: red;
}

.picture {

	width: 600px;
	margin-top: 10px;
}


#body {
	font-family: tahoma,  helvetica, arial, sans-serif;
	top: 155px;
	left: 160px;
	width: 600px;
	position: absolute;	
}