a:link, a:active, a:visited {
	font-weight:bold;
	color: #583a26;
	text-decoration: none;
	cursor: pointer;
	cursor: hand;
}
a:hover {
	text-decoration: underline;
	color: #de5d2d;
}
#logo{
	text-align:right;
	padding:8px;
	margin:0px auto 12px auto;
}
table.wrapper{
	/*font-size:100%;*/
	font-style:normal;
	width:800px;
	height:100%;
	background-color:#FFFFFF;
	border-width: .2em;
	border-style:none solid;
	border-color:#ccc4b2;
}
.container_main{
	text-align:left;
	margin-left:5%;
	margin-right:5%;
    font-family: calibri,tahoma;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	background-color: #fcfbf1;
}
h1 {
	margin-bottom:24px;
    font-size:1.5em;
	font-family: Garamond, helvetica, sans-serif;
	color: #ee6a32;   
    font-weight: normal;
}
h2, h3, h4, p, ul, ol, div{
	font-size:12px;
	font-family:arial,helvetica,sans-serif;
	margin:12px 0px;
	font-weight:normal;
}
h2 {
	font-size:14px;
	font-weight:bold;
	color: #583a26;
}
h3 {
	font-size:14px;
	color: #ee6a32;
	font-weight:normal;
}
h4 {
	font-weight:bold;
	}
.margin_top {
	margin-top:0px;
}
.margin_bottom {
	margin-bottom:0px;
}
p.table_title{
	font-size:1.15em;
	color:#993300;
	font-weight:bold;
	margin:18px 5% 0px 5%;
}
p.table_text{
	margin:0px 5% 6px 5%;
}
table {
	width:90%;
	text-align:center;
	margin:0 auto 0 auto;
	border: solid 1px #a38f86;
    border-collapse: collapse;
    color: #362e11;
    font-size: 11px;
    font-family: Arial;
	caption-side:bottom;
}
th, td {
    padding: 5px 10px;
    vertical-align:top;
	text-align:left;
}
table#aaptable1 td p, table#aaptable2 td p, table#aaptable3 td p, table#aaptable4 td p, table#aaptable5 td p, table#aaptable6 td p, table#aaptable7 td p, table#aaptable8 td p, table#aaptable9 td p, table#aaptable10 td p{
	margin:inherit;
	font-size:inherit;
}
thead, th {
    background-color: #e0d9d1;
    font-weight: bold;
    text-align:left;
}
.darker {
    font-weight: bold;
	text-align:center;
    background-color:#CBCBCB;
}
.indent{
	margin:0;
	font-size: 11px;
	padding-left:40px;
}
.indent2{
	margin:0;
	font-size: 11px;
	padding-left:80px;
}
.float_right{
	float:right;
	margin:12px 70px 12px 20px;
}
.float_left{
	float:left;
	margin:12px 20px 12px 70px;
}
caption{
	font-family:"Times New Roman", Times, serif;
	caption-side:bottom;
    text-align:left;
    font-size:.9em;
	margin-bottom:18px;
}