html { overflow-y: scroll; }

body { 
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
	
	color: rgb(88, 77, 77);
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;

	letter-spacing: 0;
	line-height: 20px;

	text-align: left;
	text-decoration: none;
	text-indent: 0px;
	text-transform: none;
	-webkit-text-size-adjust: none;
}

div#content { 
	left: 0;
	right: 0;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
	
	background: white;
	opacity: 1.00;
}

img#logo {
	position: relative;
	width: 200px;
	height: 50px;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;

	float: left;
	clear: left;
}

div#menu {
	position: relative;
	width: 300px;
	height: 30px;
	float: left;
	clear: right;
	margin: 0;
	padding: 0;
	padding-top: 20px;
	padding-bottom: 10px;
		
	line-height: 30px;
	overflow: hidden;
	text-align: center;
}

div#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 10px;
}

hr {
	height: 0px;
	margin-bottom: 10px;
	clear: both;
}

h2 {
	font-size: 15px;
	margin: 0;
	margin-top: 20px;
}

h3 {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}

img { 
    border: none;
	vertical-align: bottom;
}

p {
	margin: 0;
	padding: 0;
	text-align: justify;
	margin-top: 10px;
	margin-bottom: 10px;
}

ul {
	margin-top: 0;
}

li {
	line-height: 20px; 
	padding-left: 9px; 
	text-indent: -9px; 
}

span.bold {
	font-weight: bold;
}

a {
    color: rgb(88, 77, 77);
    text-decoration: underline;
}

a:visited {
    color: rgb(121, 121, 121);
    text-decoration: underline;
}

a:hover {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

#menu a {
	text-decoration: none;
	
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	
	padding: 5px;
}

#menu a {
    color: rgb(88, 77, 77);
}

#menu a.selected {
	font-weight: bold;
}

#menu a:visited {
    color: rgb(121, 121, 121);
}

#menu a:hover {
    color: rgb(0, 0, 0);
}
