/*
 * Anchors
 */
A {
}
A:link {
	text-decoration: none;
	color: #ff0000
}
A:visited {
	text-decoration: none;
	color: #ff7f00
}
A:active {
	text-decoration: none;
	color: #ffff00
}
A:hover {
	text-decoration: underline;
	color: #ff7f7f
}

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

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

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

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

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

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

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

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

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

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