
/*------------------- MISCELANEOUS STYLING -------------------*/

a:link, a:visited {
	color:#6b1644;
}
a:hover {
	color:#301;
}

p {
	margin: 1em 0;
	padding:0;
}
body { /*controls default font for entire site*/
	color:#000;
}
body, td { /*controls default font for entire site*/
	line-height:1.4em;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}


h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.5em;
	line-height:1.2em;
	font-weight:bold;
	font-style:italic;
	color:#19060a;
	font-size:20pt;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top:0.5em;
	line-height:1.2em;
	font-weight:bold;
	font-style:italic;
	color:#19060a;
	font-size:16pt;
	border-bottom:none;
	border-bottom:solid 1px #000;
}
h3 {
	margin-top:0.5em;
	line-height:1.2em;
	font-weight:bold;
	color:#19060a;
	font-size:12pt;
	padding-bottom:0;
	margin-bottom:0;	
}

.smallText {
	font-size:8pt;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.indented_content {
	padding:0 20px;
}

.table_border {
	border:solid 1px #dbc;
}

.table_header {
	background:#936;
	color:#fff;
	font-weight:bold;
}

.puple_text {
	color:#808;
}

.button {
	background:#ae8da2 url(../images/site/button_bg.jpg) top repeat-x;
	color:#fff;
	border:solid 1px #fff;
}