/*
	Background Colour:
		Background:	#000000
	Base Colours:
		Background:	#003333
		Text:		#669900
	Header Colours:
		Background:	#003333
		Text:		#FFFFCC
	SubHeader Colours:
		Background:	#003333
		Text:		#FFFFCC
	Hightlights:
		Base:		#FFFFCC
		Links:		#FF9900
		Versions:	#666666
		Warning:	#CC0000
*/

/* --- Content Table: Background Colour --- */
.AreaColour { background : #003333; }

/* --- Content Table: Frame Edge Images --- */
.BorderLft { background : #003333; }
.BorderRgt { background : #003333; }
.BorderTop { background : #003333; }
.BorderBtm { background : #003333; }

/* --- Hightlights --- */
.Disclaimer {
	font-weight		: 400;
	font-size		: 8pt;
	color			: #FFCC00;
}
.Exclaim {
	font-weight		: 700;
	font-size		: 10pt;
	color			: #FFCC00;
}

.Indent { padding	: 0 2em; }

.VerNum {
	font-weight		: 400;
	font-size		: 8pt;
	color			: #666666;
}

.Warning {
	font-weight		: 700;
	font-size		: 12pt;
	color			: #CC0000;
}

/* --- Title Formatting --- */
.Header {
	font-weight		: 700;
	font-size		: 16pt;
	font-family		: Verdana, Georgia, Arial, "Courier New", serif;
	text-transform	: capitalize;
	text-align		: center;
	border-style	: none;
	border-width	: 1px;
	padding			: 0px 10px 1px;
	border-color	: #003333;
	background		: #003333;
	color			: #FFFFCC;
}
.SubHeader {
	font-weight		: 700;
	font-size		: 14pt;
	font-family		: Verdana, Georgia, Arial, "Courier New", serif;
	text-transform	: capitalize;
	border-style	: none;
	border-width	: 1px;
	padding			: 0px 10px 1px;
	border-color	: #003333;
	background		: #003333;
	color			: #FFFFCC;
}

/* --- HTML Form Elements --- */
INPUT, OPTION, OPTGROUP, SELECT, TEXTAREA {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", 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		: Verdana, Georgia, Arial, "Courier New", serif;
	text-transform	: capitalize;
	color			: #FFFFCC;
}

A {
	font-size		: 10pt;
	font-weight		: 600;
	font-family		: Verdana, Georgia, Arial, "Courier New", serif;
	text-decoration	: none;
	color			: #FF9900;
}

A:link    { color	: #FF9900; }
A:hover   { color	: #FF9900; }
A:active  { color	: #FF9900; }
A:visited { color	: #FF9900; }

TABLE, TD, TH, TR {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", serif;
	color			: #FFFFCC;
	vertical-align	: top;
}

DL, DT, DD {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", serif;
	color			: #FFFFCC;
}
DT  { font-weight	: 700; }

LI, OL, UL {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", serif;
	color			: #FFFFCC;
}

B { font-weight		: bold; }

PRE {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: monospace;
	color			: #FFFFCC;
}

SUB, SUPER {
	font-size		: 8pt;
}

BODY {
	margin			: 5px;
	background		: #000000;
}

BODY, BR, CENTER, LEGEND, P {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", serif;
	color			: #FFFFCC;
}

* {
	font-size		: 10pt;
	font-weight		: 400;
	font-family		: Arial, "Courier New", serif;
	color			: #FFFFCC;
}
