/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#ff0;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
	list-style: none;
}

body { /*controls default font for entire site*/
	color:#fff;
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	text-align:left;
}

h1 {
	margin-top:0.75em;
	font-size:24pt;
	line-height:1.2em;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin-top:0.75em;
	font-size:14pt;
	line-height:1.2em;
	font-weight:bold;
	color:#ff0;
}

h3 {
	margin-top:0.75em;
	font-size:11pt;
	line-height:1.2em;
	font-weight:bold;
	color:#ff0;
}

.smallText {
	font-size:8pt;
}


ol {
    margin-left:1.5em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
}

ul {
	margin-left:1.25em;
	margin-top:-0.75em;
	padding-left:0;
	padding-top: 0;
	list-style: none;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #444;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #000;
	background-color: #fff;
	border:0;
}

.blueText, a.blueText {
	color:#00c;
}

.whiteText, a.whiteText {
	color:#fff;
}

.greenText, a.greenText {
	color:#9f6;
}

.cyanText, a.cyanText {
	color:#9df;
}

.redText, a.redText {
	color:#c00;
}

strong{
	font-weight:bold;
	color:#646464;
}

.largeGrey, a.largeGrey {
	font-family:Georgia, 'Times New Roman', Times, serif; 
	color:#999; 
	font-size:20pt;
}