
BODY {
background-color: #FFFFFF;
}

.margin1 {
	margin-left: 5%;
	margin-right: 5%;
}

H1 {
	font-family: 'times new roman', times, roman, serif;
	font-size: 14pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	margin-bottom: 2em;
}

H2 {
	font-family: 'times new roman', times, roman, serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	margin-top: 2em;
}

P, CENTER {
	font-family: 'times new roman', times, roman, serif;
	font-size: 12pt;
	color: #000000;
}

TD {
	font-family: 'times new roman', times, roman, serif;
	font-size: 11pt;
	color: #000000;
}

TH {
	font-family: 'times new roman', times, roman, serif;
	font-size: 9pt;
	color: #000000;
	line-height: 1.4em;
}

STRONG {
	font-size: 9pt;
}	

LI {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.caption {
	font-size: 11pt;
	font-style: italic;
}

.copyright {
	background-color: #DDDDDD;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
}

A:link {
	color: #0000FF;
	text-decoration: none;
}

A:active {
	color: #FF0000;
	text-decoration: underline;
}

A:visited {
	color: #0000FF;
	text-decoration: none;
}

A:hover {
	color: #FF0000;
	text-decoration: underline;
}

