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

body{
	background-color: #D86D1D;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.bg_white {
	background-color: #FFF;
}
.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-left: 8px;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333;
	text-decoration: none;
}

.txt_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

.more1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D86D1D;
	text-decoration: none;
}

.more1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration:underline;
}

.footer_links:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.title2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #352564;
	text-decoration: none;
	font-style: italic;
}
.txt_categ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding:3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D6D6D6;
}
.style3 {
	color: #322B6F;
	font-size: medium;
}
.style4 {color: #DC781A}
.style5 {font-size: small}
.style7 {color: #322D70}
.style8 {font-size: 20px; font-weight: bold; color: #352564; text-decoration: none; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;}
