﻿/*<?

header("Content-type: text/css");

	$body_background_color	= "#400B08";
	$font_color_normal		= "#F3F3F5";
	$accent_color			= "#BD2220";
	$link_color				= "#BD2220";
	$hover_color			= "#2086C0";
	$font_family_normal		= "arial, verdana, sans-serif";
	$font_size_normal		= "9pt";

?>
*/
body {
	background-color		: #400B08;
	margin					: 0;
}

body, div, p, td {
	font-family				: arial, verdana, sans-serif;
	color					: #F3F3F5;
	font-size				: 9pt;
}

p {
	text-align				: justify;
}

a, a:link, a:active, a:visited {
	color					: #BD2220;
}

a:hover {
	color					: #2086C0;
}

h1, h3 {
	color					: #AACCFF;
}

b {
	color					: #BD2220;
	font-size				: 10pt;
	font-weight				: bold;
}
/*** template classes ***/

#header {
	background-image		: url('../images/header.gif');
	background-repeat		: no-repeat;
	width					: 799px;
	height					: 156px;
}
#header table td h2 {
	text-align				: right;
	color					: #ED1F1F;
	font-family				: verdana, arial, sans-sarif;
	font-size				: 15pt;
	font-weight				: bold;
	margin					: 0;
}
#header table td h6 {
	text-align				: right;
	font-size				: 11px;
	margin					: 0;
}

.border_left {
	background-image		: url('../images/border_left.gif');
	background-repeat		: repeat-y;
}

.border_right {
	background-image		: url('../images/border_right.gif');
	background-repeat		: repeat-y;
}

.content_pane {
	vertical-align			: top;
	background-image		: url('../images/content_bg.gif');
	background-repeat		: repeat-x;
	background-color		: #000000;
	min-height				: 576px;
}

.readon {
	text-align				: right;
}