/* --- Hightlights --- */
/* 153 153 102 */
.PageActive {
	background			: #999966;
}
/* 102 102  51 */
.PageInactive {
	background			: #666633;
}
/*   0  51   0 */
.PageOver {
	background			: #003300;
}
.LineShade {
	background			: #999966;
}

.NonTextShade {
	background			: #666633;
}

.TextShade {
	background			: #FFFFFF;
}

.Disclaimer {
	font-weight		: 400;
	font-size		: 8pt;
	color			: #666633;
}

.Exclaim {
	font-weight		: 700;
	font-size		: 10pt;
	color			: #666633;
}

.Indent { padding	: 0 2em; }

.VerNum {
	font-weight		: 400;
	font-size		: 8pt;
	color			: #666633;
}

.Warning {
	font-weight		: 700;
	font-size		: 12pt;
	color			: #666633;
}

/* --- Title Formatting --- */
.Header {
	font-weight		: 700;
	font-size		: 16pt;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	border-color	: #666633;
	background		: #666633;
	color			: #FFFFFF;
}

.SubHeader {
	font-weight		: 700;
	font-size		: 14pt;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	border-color	: #999966;
	background		: #999966;
	color			: #FFFFFF;
}

/* --- HTML Form Elements --- */
INPUT, OPTION, OPTGROUP, SELECT, TEXTAREA {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
}

/* --- HTML TAG Formatting --- */
UL UL UL UL UL UL	{list-style : circle;}
UL UL UL UL UL		{list-style : disc;}
UL UL UL UL			{list-style : circle;}
UL UL UL			{list-style : disc;}
UL UL				{list-style : circle;}
UL					{list-style : disc;}

OL OL OL OL OL OL	{list-style-type : lower-roman;}
OL OL OL OL OL		{list-style-type : lower-alpha;}
OL OL OL OL 		{list-style-type : decimal;}
OL OL OL			{list-style-type : lower-roman;}
OL OL				{list-style-type : lower-alpha;}
OL					{list-style-type : decimal;}

H1 {
	font-size		: 16pt;
	text-align		: center;
}
H2 { font-size		: 14pt; }
H3 { font-size		: 12pt; }
H4 { font-size		: 12pt; }
H5 { font-size		: 10pt; }
H6 { font-size		: 10pt; }

H1, H2, H3, H4, H5, H6 {
	font-weight		: 700;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	text-transform	: capitalize;
	color			: #000000;
}

A {
	font-size		: 10pt;
	font-weight		: 700;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	text-decoration	: none;
	color			: #666633;
}

A:link    { color	: #666633; }
A:hover   { color	: #666633; }
A:active  { color	: #666633; }
A:visited { color	: #666633; }

A.HeaderLink {
	font-size		: 10pt;
	font-weight		: 700;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #FFFFCC;
}

A.HeaderLink:link    { color	: #FFFFCC; }
A.HeaderLink:hover   { color	: #FFFFCC; }
A.HeaderLink:active  { color	: #FFFFCC; }
A.HeaderLink:visited { color	: #FFFFCC; }

TABLE, TD, TH, TR {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
	vertical-align	: top;
}

DL, DT, DD {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
}
DT  { font-weight	: 700; }

LI, OL, UL {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
}

B { font-weight		: 700; }

PRE {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: monospace;
	color			: #000000;
}

SUB, SUPER {
	font-size		: 8pt;
}

BODY {
	margin			: 5px;
	background		: #999966;
}

BODY, BR, CENTER, P {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
}

* {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Century Gothic, Verdana, Arial, Tahoma, serif;
	color			: #000000;
}
