/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */
/*
.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}
*/






h1, h2, h3, h4, h5, h6{
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
}


a, p{
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	color: #69511a;
}

p { 
	font-size: 12px; 
	padding-left: 10px;
	padding-right: 10px;
}

h1 {
	font-size: 22px; 
	font-weight: bold;
	color: #6A0166;
}


h2{
	font-size: 20px; 
	font-weight: bold;
	padding-left: 5px;
}

h3{
	font-size: 18px;
	font-weight: bold;
	padding-left: 7px;
}

h4{
	font-size: 16px;
	font-weight: bold;
	padding-left: 7px;

}

h5{
	font-size: 14px;
	font-weight: bold;
 	padding-left: 10px;

}

h6{
	font-size: 12px;
	font-weight: bold;
	padding-left: 10px;

}


a {
	font-weight: bold;
	color: #6A0166;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #6A0166;
	text-decoration: none;
}




.main_content{
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69511a;
	background-color:#FFFFCE;
	text-align: left;
	padding-right: 5px;
}



.side_bar{
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69511a;
	background-color:#FFFFCE;
	text-align: center;
}

.footer{
	font-family: Skia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #69511a;
	text-align:center;
}

.index_header{
	background: none;
	padding: 0px;
	margin: 0px;
	color: #6A0166;
	
}


