@charset "UTF-8";
/* CSS Document */

#txt {
	color:#1F1A17;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style:normal;
	}

#txt h1 {
	font-size:xx-large;
	padding:0;
	margin:1.3em 0 0 0;
	width:80%;
	font-weight:500;
	color:#FFF;
	}

#txt h2 {
	font-size:x-large;
	padding:0;
	margin:1.3em 0 0 0.5em;
	width:70%;
	font-weight:500;
	color:#EAEAEA;
	}

#txt h3 {
	font-size:125%;
	padding:0;
	margin:1.3em 0 0 1.1em;
	width:60%;
	font-weight:500;
	color:#AE1C15;
	}

#txt h4 {
	font-size:110%;
	padding:0;
	margin:1.3em 0 0 1.5em;
	width:60%;
	font-weight:500;
	color:#AE1C15;
	}

#txt p {
	font-size:90%;
	padding:0em 20px 0 0;
	margin-left:0em;
	}

#txt ul, #txt ol{
	margin: 0.3em 0 0.3em 0;
	}

#txt ul li {
	list-style-type:square;
	list-style-position: outside;
	}

#txt ol li {
	list-style-position: outside;
	}

#txt table{
	margin: 0.3em 0 0.3em 1.5em;
	border: 1px solid #0A0404;
	border-collapse:collapse;
	}

#txt table td{
	border: 1px solid #0A0404;
	border-collapse:collapse;
	padding:5px 7px;
	}

