/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#555;
}

a:hover {
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

body { /*controls default font for entire site*/
	color:#555;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

h1 {
	margin-top:0.75em;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	color:#c00;
}

h2 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#c00;
}


.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:square;
}

ul ul {
	margin-top:0;		/* helps sublists not move up */ 
}

ol ol {
	margin-top:0;		/* helps sublists not move up */
}

.tableBorder {
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	padding:10px;
}

.tableBorderBlackText {
	border-right:solid 1px #999;
	border-left:solid 1px #999;
	padding:10px;
	color:#000;
}
.tableBorderBlackText td, .tableBorderBlackText a {
	color:#000;
}

.tableBorder2 {
	border:solid 1px #999;
}

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: #000;
	border:0;
}

.grey, a.grey {
	color:#777;
}

.redBold, a.redBold {
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#c00;
}

.greyBold, a.greyBold {
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#777;
}

.darkGreyBold, a.darkGreyBold {
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#333;
}

.largeNumber {
	font-size:26pt;
	color:#c00;
	line-height:1.2em;
}

.bottomBorder {
	border-bottom:solid 1px #999;
}

blockquote {
	margin:0 25px;
}

.red, a.red, .red a {
	color:#c00;
}

.teal, a.teal {
	color:#099;
}

.black, a.black {
	color:#000;
}

.large1 {
	font-size:11pt;
	line-height:1.4em;
}

.large2 {
	font-size:9pt;
	line-height:1.2em;
}

.thumbnail {
	border:solid 1px #999;
	margin-right: 10px;
	float:left;
}

.backToTop, a.backToTop, .backToTop a {
	text-align:right;
	color:#c00;
}