p, h1, h2, h3, h4, td {
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link,
a:visited,
a:hover,
a:active {
	color: blue;
	text-decoration: none;
}

a:visited{
	color: blue;
}

a:hover{
	text-decoration: underline;
}


p {
	margin-top: 3pt;
	margin-bottom: 6pt;
	text-align: justify;
}

h1 {
	font-size: 16pt;
	margin-top: 12pt;
	margin-bottom: 18pt;
	font-weight: bold;
}

h2 {
	font-size: 16pt;
	margin-top: 12pt;
	margin-bottom: 18pt;
}


body {
	background-color: #9E9E9E;
}

p.smaller {
	font-size: 7pt;
}

#menu{
	margin-top: 5px;
}
#content{
	width:637px;
	margin-right: auto;
	margin-left: auto;
	background-color: #9E9E9E;
	padding: 20px;
	border-color    : #000000;
	border-style    : solid;
	border-width    : 3px;
	margin-top: 60px;
}
