@charset "utf-8";

body {
	background-color: #482b1d;
	background-image:url(../graphics/background/back_shade.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #AE0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AE0000;
}
a:hover {
	text-decoration: none;
	color: #794413;
}
a:active {
	text-decoration: none;
}




.text_normal {
	color: #232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.text_normal_bold {
	color: #232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}
.text_title {
	color: #673910;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}
.text_subtitle {
	color: #673910;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.text_subtitle_bold {
	color: #673910;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.copyright_text {
	color: #232323;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}
.menu_links {
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
}


.content_table { }
.main_table {
	background-color:#f5d6c1;
}
.left_corner_table {
	background-image:url(../graphics/background/bottom_left_corner.gif);
}
.right_coner_table {
	background-image:url(../graphics/background/bottom_right_corner.gif);
}
