@charset "UTF-8";
/* CSS Document */

body{
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:24px;
}
a{
	color:#993300;
	text-decoration:none;
	border-bottom:dotted 1px #232c35;
}
a:hover{
	color:#232c35;
	border-bottom:solid 1px #993300;
}
h1,h2,h3{
	margin:0;
	padding:0;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#993300;
	font-weight:normal;
	line-height:40px;
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#232c35;
	border-bottom:dotted 1px #232c35;
	font-weight:normal;
}

td.title{
	font-weight:bold;
	text-transform:uppercase;
}
table{
	border-collapse:collapse;
}
thead th{
	background:#cdbda3;
	border-bottom:solid 1px #993300;
	color:#fff;
	font-size:11px;
	text-align:left;
	vertical-align:top;
}
td{
	font-size:11px;
	text-align:left;
	vertical-align:top;
	border-bottom:dotted 1px #999;
}