/*====================================== MISC styles ======================================*/
a:link, a:visited {
	color:#fff;
}

a:hover {
}

p {
	margin: 1em 0;
	padding:0;
}

.indentedContent {
	padding: 0 20px;
}

.indentedContent2 {
	padding: 0 20px 0 50px;
}

body { /*controls default font for entire site*/
	color:#fff;
}
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:#939;
	background:url(../images/site/h1_line.gif) bottom left no-repeat;
}


h1.white{
background:none;
color:white;
text-align:center;
	font-size:18pt;
	line-height:1.2em;
	font-weight:bold;
	margin:0px;
	padding:0px;
}

a h1.white , a:hover h1.white, a:visited h1.white, a:link h1.white{
text-decoration:none;
}


h2 {
	margin-top:0.75em;
	font-size:15pt;
	line-height:1.2em;
	font-weight:bold;
	color:#939;
}

h3 {
	margin-top:0.75em;
	font-size:12pt;
	line-height:1.2em;
	font-weight:bold;
	color:#939;
}

.smallText {
	font-size:8pt;
	line-height:1.2em;
}


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 #ccc;
}

table {
	border-collapse:collapse; /*this eliminates double width borders between when you apply CSS borders to TDs*/
}

hr {
	width: 100%;
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border:0;
}

.breadCrumbs, a.breadCrumbs:link, a.breadCrumbs:visited, .breadCrumbs a:link, .breadCrumbs a:visited {
	color:#fff;
	font-size:8pt;
	text-decoration:none;
}
a.breadCrumbs:hover, .breadCrumbs a:hover {
	color:#fff;
	text-decoration:underline;
}

.grey, a.grey {
	color:#ccc;
}

.blue, a.blue {
	color:#08f;
}

.whiteBorder {
	border:solid 1px #fff;
}

.purple, a.purple{
color:#9d3292;
}























