BODY {
	background-color: #FFFFFF;
	background-image: images/clown-new-york.jpg;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top;
	scrollbar-face-color: #D08400;
	scrollbar-arrow-color: #FFE4E1;
	scrollbar-track-color: #E09800;
	scrollbar-shadow-color: #D88C00;
	scrollbar-highlight-color: #D08400;
	scrollbar-3dlight-color: #D08400;
	scrollbar-darkshadow-color: #D08400;
	font-family: Arial, Times, sans-serif;
	font-style: normal;
	color: #000000;
}
A { font-weight: bold }
A:link { 
	color: #800000;
	text-decoration: none;
}

A:active { 
	color: #B22222;
	text-decoration: none;
}

A:visited { 
	color: #D2691E;
	text-decoration: none;
}

A:hover { 
	color: #B22222;
	text-decoration: underline;
}

P {
	font-weight: normal;
	font-size: 11pt;
}

H1, H2, H3 {
	font-variant: normal;
	font-weight: bold;
}

H1 {
	font-size: 16pt;
}

H2 {
	font-size: 14pt;
	font-style: italic;
}

H3 {
	font-size: 13pt;
}

FIELDSET {
	padding: 1em;
}

LI {
	font-size: 10pt;
	list-style-position: outside;
}

DT {
	font-size: 10pt;
	font-style: italic;
	font-weight: bold;
}
.caption {
	font-size: 9pt;
	font-style: italic;
	font-weight: bold;
}
.note {
	font-size: 9pt;
	font-style: italic;
}
