HTML, BODY { height: 100%; }
BODY {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow-x: hidden;
	overflow-y: scroll;
}
BODY, TD {
	color: #6E7E97;
	font-size: 0.7em;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

A {
	color: #4A78BB; /* OLD: #6E7E97; #726E97 */
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	text-decoration: underline;
}

P {
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	margin-right: 1em;
	line-height: 1.3em;
}
P.spaced, .spaced P {
	line-height: 1.3em;
}



/* HEADINGS */
H1 {
	font-family:  Agency FB, Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: normal;
	letter-spacing: 0.25em;
	text-transform: uppercase;
	margin-top: 5pt;
	margin-bottom: 3pt;
	vertical-align: middle;
	/* background-color: yellow; */
}
H1 IMG {
	vertical-align: baseline;
	position: relative;
	top: 1px;
	/*margin-right: 5pt;*/
}

H2 {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.1em;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: -0.4em;
}
H3 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
	letter-spacing: -0.1px;
}


UL {
	margin-top: 1em;
	margin-right: 1em;
	margin-left: 2em;		/* WAS: 3em; */
	padding-left: 0em;
}
UL UL {
	margin-left: 1.6em;		/* WAS: 3em; */
}
LI {
	margin-bottom: 1em;
	list-style: square;
}
UL UL LI {
	margin-bottom: 0.4em;
	list-style: circle;
}

UL.compact LI {
	margin-bottom: 0.4em;
}


/* FORMS */
INPUT {
	padding-top: 1.5pt;
	height: 15pt;
	background-color: #F6F6F6;
	border: 1px #38667E solid;
	color: gray;
	font-size: 9pt;
	vertical-align: middle;
}
INPUT[type=submit] { padding-top: 0pt; }

INPUT.noBorder {
	background-color:transparent;
 	border:0px!important;
}
TEXTAREA {
	background-color: #F6F6F6;
	color: gray;
	font-size: 9pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	padding: 3pt;
	border: 1px #38667E solid;
}


/* FOOTER */
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999; 
	cursor: help
}
.footer A {	color: #999;}
.footer A:visited {	color: #999;}
.footer B { color: #999;}


.footnotes, .footnotes A {
	color: #bbbbbb;
	letter-spacing: -1pt;
}
.footnotes UL {
	margin: 0px;
	margin-left: 12pt;
}
.footnotes UL LI {
	margin: 2pt;
}


.rightFloat {
	float: right;
	margin-left: 12pt;
	margin-top: 12pt;
}


/* dashed divider line */
DIV.divider {
	background-image: url(../images/mainStage/separator.gif);
	height: 3px;
	width: 99%;
	line-height: 0px;
	margin-top: 15pt;
	margin-bottom: 15pt;
	font-size:0pt;
}


/* shade box styles (YourNet) */
DIV.divShadeBox { 
	margin-bottom:0px;
	background-color: #EEE; 
	border: 1px #38667E solid; 
	cursor: pointer;
}
DIV.divShadeBox DIV.boxTitle { 
	padding: 2px 5px 4px 5px;
	background-color: #38667E; 
	text-align: center;
	color: white;
}
DIV.divShadeBox UL { 
	margin-top: 5pt;
	/*margin-left: 17pt;*/
	margin-left: 17pt;
	padding-left: 0pt;
	margin-bottom: 0pt;
}
DIV.divShadeBox UL LI { 
	margin-bottom: 4pt;
}
DIV.divShadeBox TABLE.boxPrice { 
	background-color: #DDDDDD;
	width: 99%; 
}
DIV.divShadeBox TABLE.boxPrice TD { 
	text-align: center; 
}
DIV.divShadeBox TABLE.boxPrice DIV.price {
	line-height: 0.9em;
	padding-top: 1.5pt;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 18pt;
	letter-spacing: -1pt;
	font-weight: bold;
}
DIV.divShadeBox TABLE.boxPrice DIV.priceText {
	margin-bottom: 1pt;
	font-family: Arial, Helvetica, sans-serif;
	color: #a0a0a0;
	font-size: 7pt;
}
DIV.divShadeBox DIV.price SPAN.currSym {
	font-size: 0.9em; 
	font-weight: normal;
}



DIV.dropCap {
	font-size: 30pt;
	float: left;
	display: block;
	margin-top: 0.05em;
	margin-right: 0.05em;
}

#divTimeDate {
	font-family:"Courier New", Courier, mono;
	cursor: default;
}


.tblLeftFrame P {
	margin-right: 0em;
	margin-left: 0em;
	margin-bottom: 3pt;
}

