@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bkg.jpg) no-repeat center 100px;
}
p{
	text-align:justify;
}
body, tr, td, table, div, span, input, textarea{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#383838;
}
a{
	color:#572600;
	text-decoration:none;
}
a:hover{
}

h1{
	font-weight:normal;
	color:#572600;
	font-size:18px;
	text-transform:uppercase;
	margin-top:0;
	padding-top:0;
}

h2{
	color:#572600;
	font-weight:normal;
	font-size:14px;
	
}
.h2_finance	{margin-top:30px;}
h3{
	color:#572600;
	font-weight:normal;
	font-size:12px;
	font-style:italic;
}

.note{
	font-size:9px;
}

.brown{
	color:#572600;
}

.sold{
	color:#990000;
}
