/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-image: url(assets/body.jpg) no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Futura, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 24px;
	margin-bottom: 5px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	display: inline;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	display: inline;
}
h5{
	font-size: 12px;
	font-weight: normal;
	display: inline;
}
p {
	margin-top: 0px;
	margin-bottom: 10px;
}
