/*
	Base Paths:
		file:///D|/SDJ/sites/wyldeside/docs/
		http://www.wyldeside.com/
	Background Colour:
		Background:	#FFCC99
	Base Colours:
	X	Background:	#FFFFCC
	X	Text:		#000000
	Header Colours:
	X	Background:	#996600
	X	Text:		#FFFF66
	SubHeader Colours:
	X	Background:	#336600
	X	Text:		#FFFF66
	Hightlights:
	X	Base:		#006666
	X	Links:		#660000
		Versions:	#CC9900
		Warning:	#FF6600
*/

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

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

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

.Indent { padding	: 0 2em; }

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

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

/* --- 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	: #996600;
	background		: #996600;
	color			: #FFFF66;
}
.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	: #CC9966;
	background		: #CC9966;
	color			: #FFFF66;
}

/* --- 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			: #000000;
}

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

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

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

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

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

B { font-weight		: bold; }

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

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

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

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

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