/* CSS Default Settings for all Media	*/

* {
	margin: 0;
	padding: 0;
	}
img {
	border: 0;
	display: block;
	}
#content img {
	display: inline;
	}
.nolist, .nolist li, .nolist dd {
	list-style: none;
	list-style-image: none !important;
	}
.skip {
	display: none;
	}


/* CSS Font Settings */

body, a, input, select, textarea {
	font-family: Tahoma, Arial, Verdana, San-Serif;
	color: #464646;
	}
#default {
	font-size: 70%;
	}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0;
	line-height: 1.4em;
	}
p	{
	margin: 15px 0;
	line-height: 1.4em;
	}

h1 {
	font-size: 1.6em;
	color: #ee772f;
	margin-top: 0; margin-bottom: 0;
	border-bottom: 1px solid #e3e3e3;
	}
h2 {
	font-size: 1.1em;
	}
h3 {
	font-size: 1.1em;
	}
h3, h3 a {
	color: #ee772f;
	margin-bottom: 0px;
	text-decoration: none;
	}
h4 {
	font-size: 1em;
	margin-bottom: -10px;
	}
h5 {
	font-size: 1em;
	margin-bottom: -15px; padding-bottom: 0;
	}
h6 {
	font-size: 0.9em;
	color: #999;
/*	font-weight: normal;
	font-style: italic;*/
	}

input, select, textarea {
	font-size: 1em;
	}

table {
	width: 100%;
	border: 0;
	}
	
#content ul, #content ol {
	margin: 20px;
	}
#content li {
	margin: 3px 20px;
	}

p.colleft {
	float: left;
	width: 45%;
	margin-right: 5%;
	}


/* CSS Hack's */

.clearfix:after {
   content: "."; 
   clear: both; 
   display: block; 
   height: 0; 
   visibility: hidden;
	}
.clearfix { 
	display: inline-block;
	}
* html .clearfix { height: 1%; }
.clearfix { display: block; }