body {
	margin: 0;
	color: #111;
	background-color: #f0f2f4;
	font-family: 'geneva',verdana,arial,sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
	color: #3c7ce8;
}

a:hover {
	text-decoration: underline;
	color: #90b8ff;
}

h2 {
	margin: 0;
	margin-top: 2px;
	font-size: 17px;
	letter-spacing: -1px;
}

.def_tbl {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.failed {
	color: #d74646;
	font-weight: bold;
}

#header {
	width: 100%;
	height: 123px;
	border-bottom: 1px solid black;
	background: black url('gfx/ophs.jpg') no-repeat top center;
	cursor: pointer;
}

.info_box {
	padding: 4px;
	border: 1px solid #b0c6e8;
	background-color: #f4f8ff;
	color: #486aa4;
}

.dark td,
.light td {
	padding-left: 2px;
	font-size: 10px;
	border-top: 1px solid #b1b8be;
	border-right: 1px solid #b1b8be;
	white-space: nowrap;
	overflow: hidden;
}
.dark td {
	background-color: #f0f2f4;
}
.light td {
	background-color: white;
}
.labels td {
	background: black url('gfx/back_label.gif') repeat-x;
	color: white;
	font-size: 11px;
	font-weight: bold;
	border-right: 1px solid #7193d2;
}

.num {
	color: #a4c2ff;
	font-weight: bold;
}

.sect_content {
	padding: 0 10px;
	font-size: 12px;
	text-align: justify;
}
strong.tight {
	letter-spacing: -1px;
}
.sect_label {
	background: black url('gfx/back_label.gif') repeat-x;
	padding: 5px;
	padding-top: 8px;
	color: #5a8cdc;
	font-size: 12px;
	font-weight: bold;
/*	text-transform: uppercase; */
	border-bottom: 1px solid #b1b8be;
}

.sn {
	width: 30%;
}
.sl {
	width: 55%;
}
.su {
	width: 15%;
}

.light td.sn,
.dark td.sn {
	font-size: 13px;
	font-weight: bold;
}

/* form styles */
form {
	margin: 0;
	padding: 0;
}
button, input, select, textarea {
	color: #404448;
	font-family: geneva,verdana,arial,sans-serif;
	font-size: 11px;
}
label {
	padding-top: 2px;
	width: 100px;
	float: left;
}
input.btn {
	font-family: 'trebuchet ms',helvetica,sans-serif;
	font-weight: bold;
}
/* end form styles */

/* tag styles */
a img,
a:hover img,
a.nofx,
a:hover.nofx {
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	text-decoration: none;
}
#new_banner {
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
}
/* end tag styles */