@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #030;
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 15px 10px;
}

a img { border: none; }

a {
	font-weight: bold;
	color: #030;
	text-decoration: none;
}

a:hover {
	color: #01CA01
}

li {
	font-size: 10pt;
}
	
	
p8c {
	font-size: 8pt;
text-align: center;
}

#container{
	width: 780px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto;

	
}
#header {
	background: #ffffff;
	text-align: left;
	border-bottom: 1px solid #877d6c;
	border-top: 1px solid #877d6c;
}
#sidebar {
	width: 160px;
	float: left;
	padding: 10px 10px 10px 10px;
	text-align: left;
}
#mainContent{
	margin: 0 0 0 180px;
	padding: 10px 10px 10px 10px;
	border-left: 1px solid #877d6c;
	border-right: 1px solid #877d6c;
	text-align: left;
}


.ci {
	text-align: center;
	font-style: italic;
}
.crom {
	font-style: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #030;
	text-align: center;
}
boldtexet {
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
.italictext {
	font-style: italic;
}
.boldred {
	font-weight: bold;
	color: #F00;
}
.centred {
	text-align: center;
}

p.tight { 
	margin: 0px; 
}

p.rep {
	line-height: 1.4;
}

p.hang 
{
    padding-left: 22px;
    text-indent: -22px;
	margin-top: 0.5em;
	margin-left: 0;
	margin-bottom: 0;
	margin-right: 0;
}


