<!--

body{
	background-color:			white;
	color:						#000099;
	font-size:					16px;
	font-family:				Geneva, Arial, Helvetica, sans-serif
	text-align:					justify;
	margin:						0px;
	color:						#003399;
}

H1 {
	text-align:	left;

}
H2 {
	font-size:	16px;
	font-weight:	bold;
	text-align:	left;
	color:	#003399;
}
H3 {
	font-size:	14px;
	font-weight:	bold;
	font-family:	arial;
	text-align:	left;
	color:	#003399;
}
p {
	font-size:	12pt;
	/*font-weight:	bold;*/
	text-align:	justify;
	color:	#003399;
}
p.harmony{
	font-size:	9pt;
	font-style:italic;
}
/*a:link {color: #36b77b}
a:visited {color: #36b77b }
a:hover {color: #00ff00}
a:active {color: #36b77b }
*/
table.contact{
}
table.mainmenu{
}
div.submenu {
	z-index: 2;
    display: none;
    position: absolute;
}
div:hover.submenu,
div.mainmenu:hover div.submenu{
	display: block;
}
#fblike{
	float:right;
	width: 450px;
}
#googleplusone{
	float:right;
	margin-left: 8px;
}
#footer{
	clear: both;
	margin-left: 					32px;
	margin-top: 16px;
	width: 1000px;
}


