@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-family: Georgia, serif;
	font-weight: lighter;
	color: #bd8f63;
}
h2 {
	font: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 160%;
	margin-bottom: 0;
}
h2 a {
	text-decoration: none;
}
h3 {
	font-size: 120%;
	margin-bottom: 0;
}
h4 {
	font-size: 105%;
	margin-bottom: 0;
	color: #333;
}
h5 {
	font-size: 13px;
	margin-bottom: 0;
	padding: 5px;
	color: #333;
	background: #DDD;
}

a {
	color: #000;
}
a:hover {
	color: #333;
}

hr {
	margin-bottom: 10px;
}
th, td {
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-width: 0;
}

/*#Content table td, #Content table th {
	padding: 0 10px 5px 0;
}*/

table.v_list {
	margin-bottom: 10px;
	width: 100%;
	font-size: 10px;
}
.v_list td, .v_list th {
	padding: 5px;
	text-align: left;
	border-bottom: 1px dotted #CCC;
}
.v_list td {
}
.v_list th {
	color: #000;
	border-right: 1px dotted #CCC;
}
.v_list th.heading {
	padding: 5px;
	font-size: 13px;
	color: #333;
	background: #DDD;
}

table.list {
	margin-bottom: 10px;
	width: 100%;
	font-size: 10px;
}
.list th, .list td {
	text-align: left;
	padding: 2px;
}
.list th {
	color: #000;
	padding-bottom: 0;
	border: 0;
	border-bottom: 1px dotted #CCC;
}
.list th.heading {
	padding: 2px;
	font-size: 13px;
	color: #333;
	background: #DDD;
}
.list td {
}

table.float, h5.float {
	margin-top: -11px;
}
.left {
	float: left;
}
.spadding {
	padding: 3px;
}

.small {
	font-size: 80%;
	color: #777;
}
.box {
	margin: 0 0 10px 0;
	padding: 10px;
	background: #FFA;
}
.box img {
	float: right;
	display: inline;
	margin: 0 0 0 10px;
}
img.float {
	float: left;
	display: inline;
	margin: 5px 5px 5px;
}

.horselinks {
	float: left;
	margin: 10px 0 0 20px;
}
.icontext {
	float: left;
	display: inline;
	font-weight: bold;
	font-size: 80%;
	color: #777;
}


.nowrap {
	white-space: nowrap;
}