/* MrMax */





/* Text styles */

body {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 10px;

	line-height: 15px;

	color: #555;

}


/* D45F00 - dk orange */
/* df7417 - orange */
/* 0a3e27 - dk green */
/* 336666 - turq green */
/* 555555 - text grey */
/* 999966 - gold */
/* afc6af - lt forest green */

a, a:link {

	color: #D45F00;
	background: none;
	font-weight:normal;
	text-decoration:underline;

}
a:visited {
color: #e69000;

}

a:hover {
	color: #e69000;
	text-decoration:none;
	
}





h1, h2, h3, .h3, h4, .h4, h5 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; /*Georgia, "Times New Roman", Times, serif;*/

}



h1 {

	color: #df7417;

	font-size: 2em;

	line-height: 1.4em;

	margin:0 0 1em 0;

	border-bottom: 1px solid #dfdfdf;

}



h2 {

	color: #366;

	font-size: 1.7em;

	margin:5px 0 4px 0;

	padding:0;

	font-weight:bold;

}



h3, .h3 {

	margin:2em 0 .5em 0;

	color: #366;

	font-size: 1.4em;

	font-weight: bold;

}



h4, .h4 {

	margin:2em 0 .5em 0;

	color: #366;

	font-size: 1.2em;

	font-weight: bold;

}



h5 {

	margin:2em 0 .5em 0;

	color: #366;

	font-size: 1.1em;

	font-weight: bold;



}



h6 {

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

	margin: 0 0 10px 10px;

	font-size: 1.1em;

	line-height: 1.5em;

	font-style: italic;

	color: #336666;

}



address {

	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;

	margin: 0 0 10px 10px;

	font-size: 1.1em;

	line-height: 1.5em;

	font-style: italic;

	color: #366;

	}



pre {

	display: block;

	margin: 2em 0;

	white-space: pre;

	overflow: auto;

	width: 470px;

	line-height: 1.4;

	border: 1px solid #ccc;

	background: #ece9d8;

	padding: 8px

}





ul, ol, li {

	

	color: #366;

}



ul {

	list-style-type:square;

}

/* ie hack */
#content li {
margin: 0 0 9px 25px;
font-size: 13px;
}

html>body #content li {
	margin: 0 0 9px 5px;
}

/* end hack */







p {

	margin: 0 0 15px 10px;

	font-size: 12px;

	line-height: 16px;

	color: #555;

	font-family:Arial, Helvetica, sans-serif;

}



li p {

	margin: 0 0 5px 0px;
	padding: 0;
}



fieldset {

	margin:0;

	padding: 0;

	border:3px solid #6c8b7c;

	-moz-border-radius: 8px;

	-khtml-border-radius: 8px;

	-webkit-border-radius: 8px;



}

fieldset a, fieldset a:link {
	color: #996;
}

fieldset a:hover {
	color: #0a3e27;
}

/* end Text Styles */



/* Custom Styles */



#thumbIMG {

	display: block;
	margin: 2em 0;
	line-height: 1.4em;
	border: 1px solid #ccc;
	background: #f3f3f3;
	height: 140px;

	/*padding: 3px;*/
	

}

#thumbIMG div {
	height:0;

}

#thumbIMG img {

	float: left;

	margin-right: 15px;

	height: 140px;
	border:0;

}
#thumbIMG a:link, #thumbIMG a:visited, #thumbIMG a {
	text-decoration: none;
	border:0;
}
