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

body {
	background-color: #54553E;
	background-image: url(images/TPL_BG.gif);
	background-repeat: repeat-x;
	background-attachment:fixed;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
}

img{ border:none;}

ul li{ list-style: square;
padding:0 0 7px 0;}

h1 {
	font-size: 35px;
	color: #6E6151;
	font-weight: bold;
	margin:0; padding:0;
}

h2 {
	margin:0 0 10px 0; padding:0;
	font-size:16px;
	color: #68845F;
	font-weight: bold;
}

h3 {
	font-size:13px;
	color: #929E6E;
	font-weight: bold;
}

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

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


.title24bold {
	font-size: 24px;
	color: #6E6151;
	font-weight: bold;
}

.head16 {
	font-size:16px;
	color: #68845F;
	font-weight: bold;
}

.head16_c {
	font-size:16px;
	color: #F59650;
	font-weight: bold;
}
.head14{
	font-size:12px;
	color: #929E6E;
	font-weight: bold;
}

.maintext12 {
	font-size:12px;
	color: #000;
	text-align: justify;
	
}

.maintext10 {
	font-size:10px;
	color: #000;
}


.footer12 {
	font-size:12px;
	color: #54553E;
	background:url(images/tpl_08.gif);
}

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


#map {
	float:right;
	margin: 0 0 10px 20px;
	padding: 10px;
	background-color:#F3F3F3;
	border: solid #999 1px;
}

