body {
	font-family:Verdana, Arial, Helvetica, sans-serif, "Century Gothic";
	font-size: 76%;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #990000;
	align: center;
}

.page_left {
	background: url(assets/generic/page_left_slice.gif) repeat-y;
	width: 6px;
}

.page {
	background-color:#FFFFFF;
	width: 701px;
}

.page_right {
	background: url(assets/generic/page_right_slice.gif) repeat-y;
	width: 6px;
}

.top_panel {
	width: 520px;
}

.top_panel_left {
	background: url(assets/generic/top_panel_left_strip.gif) repeat-y;
	width: 20px;

}

.top_panel_content {

	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #DD1D00;
	font-size: 1em;

}

.top_panel_right {
	background: url(assets/generic/top_panel_right_strip.gif) repeat-y;
	width: 15px;
}

.btm_panel {
	width: 520px;
}

.btm_panel_left {
	background: url(assets/generic/top_panel_left_strip.gif) repeat-y;
	width: 20px;

}

.btm_panel_content {
	width: 465px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #DD1D00;
	font-size: 1em;
	text-align:center;

}

.btm_panel_right {
	background: url(assets/generic/top_panel_right_strip.gif) repeat-y;
	width: 15px;
}

.results_table {
	width: 100%;

}
.table_header {
	background-color: #990000;

}

.table_header_cell {
	background-color: #990000;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	font-weight:bold;

}
.table_cell {
	background-color: #FEF7F4;
	color: #990000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align:left;
}

.detail_panel {
	width: 701px;
}

.detail_panel_left {
	background: url(assets/detail/detail_left_slice.gif) repeat-y;
	width: 27px;

}

.detail_panel_content_main {
	width: 646px;

}
.detail_panel_content_text {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: #DD1D00;
	font-size: 1em;

}

.detail_panel_right {
	background: url(assets/detail/detail_right_slice.gif) repeat-y;
	width: 28px;
}

.image_table {
	width: 208px;
}
.image_left { 
	background: url(assets/detail/img_left_strip.gif) repeat-y;
	width: 7px;
}

.image_right { 
	background: url(assets/detail/img_right_strip.gif) repeat-y;
	width: 9px;
}

.image_content {
	width: 192px;
	text-align:center;
}
.image_inner {
 background-color:#E4E4E4;
}
.image_text {
	background-color:#990000;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.date_text {
margin-bottom: 20px;

}

.title_text {
	font-size: 2em;
	font-weight: bold;

}




