@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #cccccc;
}
body {
	background-color: #493a31;
	margin-top:10px;
	margin-bottom: 10px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 0px;
}
h1 {
	font-size: 26px;
	color: #332b25;
	padding-top: 10px;
}
h2 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	font-weight:lighter;
	color: #958778;
	clip: rect(0px,auto,auto,auto);
}
h3 {
	font-family:"Arial Narrow", Arial, sans-serif;
	font-size: 24px;
	font-weight:lighter;
	color: #F90;
}
h4 {
	font-size: 14px;
	color: #17100f;
}

.white_highlight {
	color: #FFF;
}
.orange_font {
	color: #F93;
	font-weight:bold;
	text-align: justify;
}
blockquote {
	margin-top: 10px;
  	margin-bottom: 10px;
  	margin-left: 5px;
  	padding-left: 5px;

}
#partners {
	background-color: #251f1f;
}
#partners2 {
	background-color: #191313;
}


.footer_copyright {
	font-size: 10px;
}
a:link {
	color: #F93;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #F93;
}
a:hover {
	text-decoration: none;
	color: #F93;
}
a:active {
	text-decoration: underline;
	color: #F93;
}
hr { 
height: 0; 
border-bottom: 2px dotted #4e4242; 
} 

ul a:link {
	color: #5d4f4c;
	text-decoration: none;
}
ul a:visited {
	text-decoration: none;
	color: #F93;
}
ul a:hover {
	text-decoration: underline;
	color: #F93;
}
ul a:active {
	text-decoration: none;
	color: #F93;
}

.titles {
	color: #CCC;
}
.examples{
font-size: 14px;
	font-weight: normal;
	color: #FF9933;
}
#wrapper{margin:auto;width:900px;
}