/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#06c;
}

a:hover {
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#003399;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1 {
	margin-top:0.75em;
	line-height:1.2em;
	font-weight:normal;
	color:#c06;
	font-size:36px;
}

h2 {
	margin-top:0.75em;
	line-height:1.2em;
	font-weight:normal;
	color:#c06;
	font-size:18px;
}

h3 {
	margin-top:0.75em;
	line-height:1.2em;
	font-weight:normal;
	color:#06c;
	font-size:18px;
}

.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;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border:solid 1px #06c;
}

table {
/*	border-collapse:collapse; this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #06c;
	background-color: #06c;
	border:0;
}

.largeWhiteBold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#fff;
}

.largeBlackBold {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#000;
}
