/* Global reset */
html, body, div, span, fieldset, form, label, legend,
h1, h2, h3, h4, h5, h6, p, pre, ol, ul, li, a, code, img, em, strong, blockquote, cite
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

/* General formatting */

body, p, table, td {
	color: #130;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
}
.red { color: #a00; }

body {
	padding: 0 17px 17px;
}

.full { margin-left: -17px; margin-right: -17px; }

a {
	color: #930;
	text-decoration: underline;
}
a:hover { color: #a50; }
a:visited { color: #950; }

em, i { font-style: italic; }
strong, big, b { font-weight: bold; }
small {	color: #666; font-size: 11px; }

h1, h2, h3, h4, #menu {
	font-family: "Trebuchet MS", Georgia, Tahoma, sans-serif;
}
h1, h2, h3, h4 {
	color: #0d5c00;
	font-weight: bold;
	line-height: 1.2;
}

h1 {
	margin: 12px 0 2px;
	font-size: 20px;
}
h2 {
	margin: 10px 0 2px;
	font-size: 16px;
}
h3 {
	margin: 6px 0 1px;
	font-size: 14px;
}
h4 {
	margin: 6px 0 0;
	font-size: 13px;
}

p, ul, ol {
	margin: 3px 0 12px;
	line-height: 18px;
}
ul { margin-left: 20px; }
ol { margin-left: 25px; }

ul.inline {
	margin: 0;
	list-style: none;
}
ul.inline li { display: inline; }

input, select, textarea {
	font-family: sans-serif;
	font-size: 12px;
}

pre, code {
	font-family: monospace;
	font-size: 11px;
}

hr {
	margin: 10px 0;
	border: 0 solid #d8e9d5;
	background: #9eb599;
	height: 1px;
}
hr.no { margin: 0; }

/* Placement */

.clear {
	clear: both;
}

.left {
	float: left;
}
.right {
	float: right;
	text-align: right;
}
.center {
	text-align: center;
}

.notop { margin-top: 0; }
.nobottom { margin-bottom: 0; }
.exbottom { margin-bottom: 20px; }

div.leftSide {
	float: left;
	width: 152px;
}
div.rightSide {
	float: right;
	width: 197px;
}

/* Split boxes */

.container, .box2, .box3, .box23 {
	clear: both;
	overflow: hidden;
}
.box2 { background: url("/img/box2.gif") repeat-y; }
.box3 { background: url("/img/box3.gif") repeat-y; }
.box23 { background: url("/img/box23.gif") repeat-y; }

.b23, .b2, .b3 {
	float: left;
	padding-left: 20px;
	width: 230px;
}
.b2 { width: 355px; }
.b23 { width: 480px; }
.first {
	padding-left: 0;
	border-left: 0;
}

.pic {
	margin: 12px 0 0;
	height: 238px;
	overflow: hidden;
}

.pic + hr { margin-top: -2px; }

/* Tables */

table {
	margin: 2px 0 8px;
	border: 0;
	border-collapse: collapse;
}

thead td {
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #9a7;
}

td {
	margin: 0;
	padding-right: 8px;
	vertical-align: top;
}
td.right {
	padding-left: 8px;
	padding-right: 0;
}

table.bg td {
	padding: 2px 6px;
	color: #000;
	background: #eaf1dd;
}
table td.odd { background: #d7e4bc; }

th.left, td.left, td.right, th.right { float: none; }

table.detail td, table.detail td * {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 11px;
	line-height: 15px;
}
table.detail td {
	padding: 2px 3px;
	border-bottom: 1px solid #ccc;
}

table.detail td.right { padding-right: 6px; }
