body {
	background: #000;
}

p {
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	text-align: justify;
}

h1 {
	color: #FFF;
	margin-top: 0px
}

h2 {
	color: #369;
	font-size: 18pt;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
}

h3 {
	color: #036;
	font-family: sans-serif;
	font-size: 12pt;
	font-weight: bold;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
	text-decoration: none;
}

a {
	font-weight: bold;
	font-style: italic;
}

a.navbar {
	text-decoration: none;
}

a.navbar:link {
	color: #FFF;
}

a.navbar:visited {
	color: #CCC;	
}

a.navbar:hover {
	color: #000;
}

.formfield {
	font-family: sans-serif;
	font-size: 10pt;
}

.portraitcaption {
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
}

form {
	margin: 0px 0px 0px 0px;
}