BODY {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
	background: url('/images/misc/bk387.gif') #08424A;
}

A:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

A:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

A:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}

A:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: SpringGreen;
}

P {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: white;
}

P.footnote {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: white;
}

P.highlight {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: yellow;
}

SPAN.highlight {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: yellow;
}

SPAN.small {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: yellow;
}

H1 {
	font-family: Garamond, Georgia,"Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFCC;
}

H2 {
	font-family: Garamond, Georgia,"Times New Roman", Times, serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFCC;
}

H3 {
	font-family: Garamond, Georgia,"Times New Roman", Times, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #FFFFCC;
}

UL {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: disc;
	font-size : 12pt;
}

OL {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12pt;
}

DIV.footnote {
	font-family: Arial, Helvetica, sans-serif;
	border-top: solid medium #FFFFCC;
	font-size: 8pt;
	color: #FFFFCC;
}

CODE {
	font-family: 'FixedSys', 'Courier New', 'Courier', 'monospaced';
	color: #FFFFCC;
}

PRE {
	font-family: 'FixedSys', 'Courier New', 'Courier', 'monospaced';
}

TABLE {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}

TABLE.display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	background: #F4F4E4;
	border-color: black;
}

TR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-color: black;
}

TH {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	border-color: black;
}

TH.display {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	color: black;
	border-color: black;
}

TD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	border-color: black;
}

TD.display {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: black;
	border-color: black;
}

TD.highlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: white;
}

HR {
	size: 40;
	color: #FFFFCC;
}

IMG {
	border-width: 2;
	border-color: #FFFFCC;
}

