body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ffffff;
}
p {
	margin-top:0px;
	line-height: 120%;
	text-align: justify;
}

p.footnote {
	font-size:10pt;
	font-style:italic;
}

img {
	margin-top:15px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:15px;
}

img.member {
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0033FF;
	font-size: 36px;
	text-align: center;
}

h2 {
	font-style:italic;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffff00;
	margin-top:30px;
	margin-bottom:10px;
}

h3 {
	font-family: Arial;
	color: #ff0000;
	font-weight: normal;
}

h4 {
	font-family: Arial;
	color: #FFFF00;
	font-weight: normal;
}

a {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	font-weight:normal;
	text-decoration: underline;
	color: #FF0000;
}

table.navbar td a {
    width: 140px;
	color:#ffffff;
	font-size:12px;
	margin-left: 25px;
	text-decoration: none;
}
table.navbar td a:hover, table.navbar td a:active {
	color:#ffffff;
	font-weight:bold;
	text-decoration: none;
}

.required {
	font-weight:bold;
	color: #FF0000;
}

input, select, textarea {
	background-color: #FFFFFF;
}

input.form {
	background-color: #000000;
}

input.submit {
 background-color: #CCCCCC;
}
