/*
 * Anchors
 */
A {
}
A:link {
	text-decoration: none;
	color: #007fff
}
A:visited {
	text-decoration: none;
	color: #3f7fff
}
A:active {
	text-decoration: none;
	color: #00007f
}
A:hover {
	text-decoration: underline;
	color: #003f7f
}

/*
 * Paragraphs
 */
P {
	color: #000000
}

/*
 * Headings
 */
H1 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 24pt
}

H2 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 20pt
}

H3 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 16pt
}

H4 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 14pt
}

H5 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 12pt
}

H6 {
	color: #003f7f;
	font-weight: bold;
	font-style: normal;
	font-size: 10pt
}

/*
 * Table
 */
TABLE {
    border-width: 1;
    border-style: inset;
    border-color: #bfdfff;
    padding: 0;
    margin: 0;
	color: #000000;
	font-size: 10pt;
	font-family: Lucida Sans, sans-serif
}
TR {
    border-width: 1;
    border-style: outset;
    border-color: #bfdfff;
    padding: 0;
    margin: 0
}
TD {
    border-width: 1;
    border-style: inset;
    border-color: #bfdfff;
    padding: 0;
    margin: 0
}
TH {
    border-width: 1;
    border-style: outset;
    border-color: #bfdfff;
    padding: 0;
    margin: 0;
	background: #bfdfff
}

UL {
   list-style-image: url(bullet.gif)
}

/*
 * Body
 */
BODY {
	color: #000000;
	font-size: 10pt;
	font-family: Lucida Sans, sans-serif;
	text-align: justify
}
