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

body {
	background-color: #380C0A;
	background-image: url(images/TPL_BG.gif);
	background-repeat: repeat;
	background-attachment:fixed;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {border:none;}


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

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

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

.link12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #630;
	font-weight: bold;


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

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

.footer12 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:12px;
	color: #fff;
	background-image: url(images/TPL_02.jpg);
}

a:link {
	color: #8d6f04;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #8d6f04;
}
a:hover {
	text-decoration: none;
	color: #CCC;
}
a:active {
	text-decoration: none;
	color: #8d6f04;
}

.border {
	border: 1px solid #000;
	
}

.border_r {
	float: right;
	padding: 0;
	margin: 0px 0 10px 20px ;
}

.border_l {
	float:left;
	padding: 0;
	margin: 0px 20px 10px 0;
}

