/* FBM CSS-Stylesheet */

BODY
{
	background-color: white;
	font-family: Helvetica, sans-serif;
	font-size: .8em;
	margin-left: 2em;
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
	color: #003366;
	margin-top: 1.5em;
}

H1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: 700;
}

H2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	font-weight: 700;
}

H3
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.58em;
	font-weight: 500;
}

H4
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.33em;
	font-weight: 500;
}

H5, DT
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 700;
}

H6
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	font-weight: 700;
}

TFOOT, THEAD
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

TH
{
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
	font-size: 1em;
	font-weight: bold;
}

TD
{
	padding-right: 0.3em;
	padding-left: 0.3em;
	padding-bottom: 0.2em;
	padding-top: 0.2em;
}

A:link
{
	color: #3333cc;
}

A:visited
{
	color: #333399;
}

A:active
{
	color: #333399;
}

A:hover
{
	text-decoration: underline;
	color: #3333cc;
}

SMALL
{
	font-size: .7em;
}

BIG
{
	font-size: 1.17em;
}

BLOCKQUOTE, PRE
{
	font-family: Courier New, monospace;
}

UL LI
{
	list-style-type: square;
}

UL LI LI
{
	list-style-type: disc;
}

UL LI LI LI
{
	list-style-type: circle;
}

OL LI
{
	list-style-type: decimal;
	padding-top: 0.1em;
	padding-bottom: 0.1em;

}

OL OL LI
{
	list-style-type: lower-alpha;
}

OL OL OL LI
{
	list-style-type: lower-roman;
}

IMG
{
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
}
