body {
	background-color: #e3e3e3;
	background-image: url('static/bodybg.png');
	background-repeat: repeat-x;
}

hr {
	border: 0px;
	border-bottom: 1px solid #a2a8ca;
	margin: 13px 0px;
}

a.datatable_link {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

td.horizform {
	padding-left: 3px;
	padding-right: 3px;
}

th.datatable {
	font-weight: 500;
	font-size: 11pt;
	border: 3px solid white;
	background-color: #ff8524;
	color: black;
}
td.datatable_head {
	font-weight: bold;
}
td.datatable, td.datatable_head {
	text-align: center;
	padding: 3px 3px 3px 3px;
	border-right: 1px solid #ff8524;
	border-bottom: 1px solid #ff8524;
}
td.datatable_firstcol {
	border-left: 1px solid #ff8524;
}

.head_big {
	font-size: 15pt;
	font-weight: 600;
	color: black;
}
.head_small {
	font-size: 11pt;
	color: #ff8524;
	font-weight: 600;
}

#frame {
	margin: 30px auto;
}
#navbar {
	background-image: url('static/navbar.png');
}
#mainframe_left {
	background-image: url('static/mainframe_left.png');
	background-repeat: repeat-y;
}
#mainframe_right {
	background-image: url('static/mainframe_right.png');
	background-repeat: repeat-y;
}
#content {
	background-color: #cad2fc;
}
#page {
	padding: 0px 6px 30px 6px;
}
#navbar_wrapper {
	padding-bottom: 1px;
}
a.navlink, a.navlink_active, a.navlink:visited, a.navlink_active:visited {
	display: block;
	float: left;
	font-size: 11pt;
	font-weight: 500;
	color: black;
	padding-top: 3px;
	width: 100px;
	height: 22px;
	text-align: center;
	border-right: 1px solid black;
}
a.navlink:hover, a.navlink_active {
	background-image: url('static/navlink_active.png');
	background-repeat: repeat-x;
}

#right_bar {
	padding: 3px 2px 0px 3px;
}
td.rightlink {
	border-bottom: 1px solid black;
	font-size: 10pt;
	padding: 2px 0px 3px 1px;
}
a.rightlink {
	color: black;
}
a.rightlink:hover {
	color: blue;
}

table.testimonials {
	border-style: solid;
	border-color: black;
	border-width: 1px 1px 0px 1px;
}
td.testimonial_details, td.testimonial_message {
	padding: 10px;
}
td.testimonial_details {
	border-bottom: 1px dotted #a0a0a0;
}
td.testimonial_message {
	border-bottom: 1px solid black;
}