@charset "utf-8";
/* CSS Document */

body {
	background: #4C2F2F url(images/bg.gif) repeat-x fixed;	
	margin: 0px;
}

.table {
	background-attachment:fixed;
	background-color: #ffffff;
}

.title24bold {
	font-size: 24px;
	color: #8A5C44;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
}

.head16 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color: #C08342;
	font-weight: bold;
}
.head16_c {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:16px;
	color: #9C0;
	font-weight: bold;
}

.head14{
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #900;
	font-weight: bold;
}

.maintext12 {
	font-size:12px;
	color: #251619;
	font-family:Tahoma, Geneva, sans-serif;
	text-align: justify;
}

.maintext10 {
	font-size:10px;
	color: #000;
	font-family:Tahoma, Geneva, sans-serif;
}


.footer12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #fff;
}

a:link {
	color: #630;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #630;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #630;
}

.border_r {
	border: 13px solid #ffffff;
	border-right:none;
	border-bottom:none;
}

.border_l {
	border: 13px solid #ffffff;
	border-left:none;
	border-bottom:none;
}

