
/* General */

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

table {
	margin: 2px;
	}

input, select, textarea {
	font-size: 11px;
	}

span.required {
	color: #D00;
	}

.menu a, .menu a:link, .menu a:active {
	color: #D59826;
	}
.menu a:hover {
	color: #F7C940;
	}

/* Sections */

body div {
	width: 700px;
	}

table.menu h4 {
	margin: 0;
	margin-left: 20px;
	text-indent: -20px;
	}

.shade {
	background-color: #FFFFCC;
	}

.bold {
	font-weight: bold;
	}

.leftalign {
	text-align: left !important;
	}

.rightalign {
	text-align: right !important;
	}

table.centercells td {
	text-align: center;
	}

.nomargin {
	margin: 0;
	}

.width30 {
	width: 30px;
	}

.width80 {
	width: 80px;
	}

.pad3 {
	padding: 3px;
	}

.padleft {
	padding-left: 15px;
	}

.show {
	display: block;
	}

.hide {
	display: none;
	}

h2 {
	font-size: 17px;
	color: #008080;
	}

h3 {
	font-size: 13px;
	margin: 20px 0 4px 0;
	}

h4 {
	font-size: 11px;
	margin: 20px 0 4px 0;
	}

h5 {
	font-size: 11px;
	margin: 0 0 6px 0;
	}

p {
	margin: 12px 0 0 0;
	}

small {
	font-size: 10px;
	font-weight: normal;
	}

h3 small {
	font-size: 11px;
	}

#sec_title {
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	}

#tooltip {
	position: absolute;
	width: auto;
	background: white;
	color: #664024;
	border: 1px solid #C89D6F;
	padding: 10px;
	}


