body {
	color:#000000;
	font:12pt/16pt arial;
	margin:20px;
	}
	
#title {
	background-color:#009743;
	border:2px solid #000000;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	text-align:center;
	/*width:50%;*/
	width:610px;
	}
	
#menu {
	background-color:#009743;
	border:2px solid #000000;
	color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	top:5px;
	text-align:center;
	width:75%;
	}

#bodyJustify {
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	text-align:justify;
	top:20px;
	width:75%;
	}

#bodyCenter {
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	position:relative;
	text-align:center;
	top:20px;
	width:75%;
	}

a:link {
	color:#009743;
	font:12pt/16pt arial;
	text-decoration: none;
	}

a:visited {
	color:#009743;
	font:12pt/16pt arial;
	text-decoration: none;
	}

a:hover {
	color:#009743;
	font:12pt/16pt arial;
	text-decoration: overline underline;
	}

a:active {
	color:#009743;
	font:12pt/16pt arial;
	text-decoration: none;
	}

.menulinks a:link {
	color:#ffffff;
	font:12pt/16pt arial;
	text-decoration: none;
	}

.menulinks a:visited {
	color:#ffffff;
	font:12pt/16pt arial;
	text-decoration: none;
	}

.menulinks a:hover {
	color:#ffffff;
	font:12pt/16pt arial;
	text-decoration: overline underline;
	}
.menulinks a:active {

	color:#ffffff;
	font:12pt/16pt arial;
	text-decoration: none;
	}

.positions {
	font-weight:bold;
	}

.small {
	font-size:10pt;
	}

.subtitle {
	font-size:14pt;
	}
