
/* Reset */
html, body, table, p, h1, h2, h3, ul, li, td, th, div {
	margin		: 0px;
	padding		: 0px;
	font-family	: "Times New Roman, Times, serif";
	font-size		: 16px;
	font-weight	: normal;
}

body {
	color		: #FFC8AF;
	background-color: #821A1B;
	scrollbar-3dlight-color:#AC1919;
	scrollbar-arrow-color:#FF9966;
	scrollbar-base-color:A73737;
	scrollbar-track-color:#AC1919;
	scrollbar-darkshadow-color:#AC1919;
	scrollbar-face-color:#E74F28;
	scrollbar-highlight-color:#8B0000;
	scrollbar-shadow-color:#8B0000;
}

h1 {
	font-size		: 30px;
	font-weight	: normal;
	text-align	: center;
	color		: #FF9900
}

h2 {
	font-size		: 20px;
	font-weight	: bold;
	color		: #FF9933
}

h3 {
	font-size		: 16px;
	font-weight	: bold;
	text-align	: left;
	color		: #FF9933
}

a:link, a:active, a:visited {
	color: #FF6600;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration	: underline;
}

a img {
	border-color : #FF6600;
}

p {
	margin-bottom: 5px;
}

.bg_flash {
	vertical-align: top;
	width: 790px;
	height: 144px;
	padding-top: 38px;
	padding-left: 55px;
	background: url(images/top_bg.jpg);
}

.left_menu_bg {
	margin		: 0px;
	padding		: 0px;
	border-collapse: collapse;
	background: url(images/left_bg2.jpg) top left repeat-y;
	width: 164px;
}

.left_menu {
	border-collapse: collapse;
	background: url(images/left_bg.jpg) top left no-repeat;
	width: 100%;
}

.left_menu td {
	vertical-align: middle;
	padding-left: 35px;
	font-size		: 14px;
}

.left_menu a:link, .left_menu a:visited, .left_menu a:active {
	color: #FF9933;
	text-decoration: none;
}

.left_menu a:hover {
	color: #FF9933;
	text-decoration: underline;
}

.main_cont {
	vertical-align: top;
	background-color: #821A1B;
	background-image: url(images/main_bg.gif);
}

.main_cont td {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
}

table.main_table {	
	width		: 575px;
	padding		: 0;
	text-align	: left;
	border		: 0px;
}

.right_menu {
	margin		: 0px;
	padding		: 0px;
	border-collapse: collapse;
	background-color: #821A1B;
	background: url(images/right_bg.gif) top left repeat-y;
}
