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

/* TEXT & LINKS */

.horizontal_dotted_line { 
	border-bottom: 1px dotted #29150c; 
	width: auto; 
	margin-top:20px;
	margin-bottom:20px;
} 

img {
	border:none;
	}

*.lb {
	display:block;
	margin-top:0;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	color:#29150c;
	margin-top: 0%;
	margin-bottom:.8em;
	line-height:1.5em;
}
h1 {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#be2e25;
	margin-top:0em;
	margin-bottom:1em;
}
ul {
	list-style:inside;
	list-style-type:none;
	margin:1em 0;
	margin-left:5px;
	margin-right:5px;
	padding-left:0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	color:#29150c;
	}
li {
	list-style:inside;
	list-style-type:none;
	margin:1em 0;
	margin-left:5px;
	margin-right:5px;
	padding-left:0;
    font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:lighter;
	color:#29150c;
	}
a:link {
	color:#be2e25;
	text-decoration:none;
	}
a:visited {
	color:#be2e25;
	text-decoration:none;
	}
a:hover {
	color:#29150c;
	text-decoration:none;
}
a:active {
	color:#be2e25;
	text-decoration:none;
	}
	
a.t:link {
	color: #402713;
	text-decoration:underline;
	}
a.t:visited {
	color: #402713;
	text-decoration:none;
	}
a.t:hover {
	color:#f4d666;
	text-decoration:none;
}
a.t:active {
	color: #4027130;
	text-decoration:underline;
	}