/* CSS Document */

body {
	font-family: Tahoma;
	font-size: 10pt;
}
table {
	font-family: Tahoma;
}
a:hover {
	color: #0E0B09;
}
#linklist {
	list-style-image:  url(../images/arrow.gif);
	margin-left: 0.3em;
	padding-left: 1em;
}
#linklist li {
	margin-top: 10px;
	vertical-align: middle;
}
/*
#linklist > li:before {
    content: url(../images/separator.gif);
}
#linklist  > li:first:before {
    content: "";
} 
*/
#linklist a {
	text-decoration: none;
	font-weight: bold;
	font-size: 10pt;
}
.title1 {
	font-size: 15pt;
	color: #62471F;
	font-family: Arial;
	font-weight: bold;
}
.title2 {
	font-size: 11pt;
	color: #9E723C;
	font-family: Arial;
	font-weight: bold;
}
.title3 {
	font-size: 8pt;
	color: #9E723C;
	font-family: Arial;
	font-weight: bold;
}
.textcontent1 {
	font-size: 10pt;
	color: #62471F;
}
.facttable {
	background-color: #9E723C;
}
.factcontent {
	margin: 3px;
	font-size: 8pt;
	font-weight: bold;
}
a.factcontent {
	text-decoration: none;
}
.copyright {
	font-size: 8pt;
	color: #999999;
}
table.formtable {
	font-size: 8pt;
	color: #62471F;
}
#formbutton {
	text-align: center;
	background-color:#9E723C;
	border: 3px double #62471F;
	border-collapse: collapse;
	font-weight: bold;
	color: #000000;
	float: none;
}