/* -- GLOBAL ELEMENTS -- */
html, body { height: 100%; }
body { color: white; 
	background-color: #000033;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, Sun-Sans-Regular;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
p, ul, li { font-size: 9pt; 
	line-height: 1.4em;
	}

p {
	margin: .75em 0em .75em 0em;
	}

td { }


/* -- LINK STYLES -- */
a:link, a:visited { color: #9999cc;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover { color: #666699;
	text-decoration: none;
	}
a:active { color: #ffffff;
	}
h1, h2, h3, h4, h5, h6 { font-family: Arial, Helvetica, Geneva, Swiss, Sun-Sans-Regular;
	line-height: 1em;
	font-weight: bold;
	margin: .5em 0em 0em 0em;
	color: #ffffff;
	}
h1 { font-size: 24pt }
h2 { font-size: 18pt;
     color: #3399ff}
h3 { font-size: 14pt }
h4 { font-size: 10pt }
h5 { font-size: 9pt }
h6 { font-size: 8pt;
     font-weight: regular}


/* -- LIST HACKS SO MAC AND WIN HANDLE LISTS THE SAME-- */
ul, ol {
	margin-left: 1.5em;
	padding-left: 1.5em;
	list-style-position: outside;
}
li {
	margin: 0em 0em .25em 0em;
	padding: 0;
}
/* -- END LIST HACKS -- */

b, strong {
	font-weight: bold;
}

ol#leftSideBar {
	color: #3388ff;
	margin-left: 50px;
}
ol#leftSideBar li {
	font-size: 10px;
	line-height: 18px;
}
ol#leftSideBar a:link, ol#leftSideBar a:visited, ol#leftSideBar a:hover, ol#leftSideBar a:active {
	color: #3388ff;
	font-weight: normal;
}
ol#leftSideBar a:hover {
	color: #ff0000;
}
