/* CSS Document */
body{
	font-size:11px;
	margin:0px;
	color:#000;
	font-family:"Trebuchet MS";
	line-height:150%;	
	background-image:url(../images/bg-body.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#3e0706;
	}
h1{
	font-size:18px;
	text-decoration:none;
	text-align:left;
	border-bottom:1px dotted #000;
	line-height:100%;
	text-transform:uppercase;
	}
h2{
	font-size:12px;
	text-decoration:none;
	border-bottom:1px dotted #000;
	padding-bottom:5px;
	line-height:100%;
	}
p{
	text-align:justify;
	}

li{
	margin-bottom:8px;
	}
redunderline{
	color:#981b18;
	text-decoration:underline;
	}
redunderline:hover{
	color:#000;
	text-decoration:underline;
	}
a{
	color:#981b18;
	text-decoration:none;
	}
a:hover{
	color:#000;
	text-decoration:underline;
	}
.text11{
	font-size:11px;
	text-decoration:none;
	}
.text12{
	font-size:12px;
	text-decoration:none;
	}
.red-text{
	color:#981b18;
	text-decoration:none;
	}
.red-text a{
	color:#981b18;
	text-decoration:none;
	}
.red-text a:hover{
	color:#000;
	text-decoration:underline;
	}
.wihite-text{
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#fff;
	text-decoration:none;
	}
.wihite-text a{
	color:#fff;
	text-decoration:none;
	}
.wihite-text a:hover{
	text-decoration:none;
	color:#FFFF66;
	}
.footer{
	font-size:11px;
	text-decoration:none;
	color:#fff;
	}
.footer a{
	color:#fff;
	text-decoration:none;
	}
.footer a:hover{
	text-decoration:underline;
	}
.ul-text ul{
	margin:0;
	padding-left:10px;
	}
.ul-text {
	color:#ecd2d2;
	text-decoration: none;
	}
.ul-text a {
	color:#ecd2d2;
	text-decoration: none;
	}
.ul-text a:hover {
	color:#fff;
	text-decoration: none;
	}