body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CFC7A8;
	font-size: 11px;
	color: #333333;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#page_table {
	height: 700px;
}

.content_bar {
	background-image: url('graphics/new/content_bar.jpg');
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	color: white;
	text-align: center;
}

.content_randomizer {
	width: 280px;
	background-image: url('graphics/new/content_randomizer-bg.jpg');
	text-align: left;
	font-size: 10px;
}

.content_randomizer .header {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}

.content_randomizer .body {
	padding: 2px;
	text-align: left;
}

.page_top-bar {
	display: block;
	width: 100%;
	height: 30px;
	clear: right;
	background-image: url('graphics/new/page_top-bar.jpg');
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: white;
	line-height: 2em;
	text-align: right;
}

.page_left-shadow {
	width: 20px;
	background-image: url('graphics/new/page_left-shadow.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

.page_right-shadow {
	width: 20px;
	background-image: url('graphics/new/page_right-shadow.jpg');
	background-position: left top;
	background-repeat: repeat-y;
}

.page_center-content {
	width: 800px;
	background-color: white;
	vertical-align: top;
}

.page_footer {
	background-image: url('/graphics/new/page_footer-bg.jpg');
	background-repeat: no-repeat;
	padding: 15px;
}

.searchDialog {
	font-size: 14px;
}

.frm_field {
	border: none;
	background-color: ;
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
}

.secHeadline {
	padding: 10px;
	text-align: left;
	font-size: 20px;
	color: #000099;
}
.secSubtitle {
	padding: 10px;
	text-align: left;
	font-size: 14px;
}
