*{
	margin:0;
	padding:0;
	list-style:none;
	border:0;
	text-decoration:none;
	font-weight:normal;
	outline:none;
}

.clear-fix:after{ clear:both; content:"."; display:block; height:0; line-height:0; visibility:hidden; }
.clear-fix{ display:inline-block; }
html[xmlns] .clear-fix{ display:block; }
* html .clear-fix{ height:1%; }

body{
	background-color:#fff;
	font-size:100%;
}

p, li, td, th ,h5, h6, label, select, input, textarea, dd, dt{
	color:#764d2a;
	font-size:80%;
}

p, li, td, th, h1, h2, h3, h4, h5, h6, label, select, input, span, textarea, dd, dt{
	font-family:Arial, Helvetica, sans-serif;
}

/*p{
	margin:7px 12px 8px 12px;
	line-height:1.2em;
}*/

p{
	line-height:1.2em;
        margin:7px 0px 8px 0px;
    }
 
dl{
	margin:7px 12px 8px 12px;
}

dl dt{
	float:left;
	font-weight:bold;
	clear:left;
	padding:6px 0 6px 0;
	width:140px;
}

dl dd{
	float:left;
	padding:6px 0 6px 0;
	width:360px;
}

strong,
strong a{ font-weight:bold; }

h6, h6 a{
	font-weight:bold;
}

h6{
	margin:7px 12px 8px 12px;
}

h5{
	font-weight:bold;
	font-size:110%;
}

h4{
	color:#f26c23;
	font-size:90%;
	margin:10px 12px 0 12px;
}
	h4 a{ color:#121212; text-decoration:none; }
		h4 a:hover{ text-decoration:underline; }
		
/*h3{
	color:#f26c23;
	font-size:120%;
	margin:10px 12px 0 12px;
}*/

h3{
        color:#f26c23;
        font-size:120%;
        margin:10px 0px 0 0px;
    }

.register h2{ color:#c82f7c; }

h2{
	color:#f26c23;
	font-size:120%;
	margin:10px 12px 0 0px;
}
	h2 span{ color:#754c29; }

table .rich{
	font-size:100%;
}

table{
	margin-top:8px;
	width:100%;
}

	table a{
		color:#754c29;
		border-bottom:1px solid #f36b21;
		text-decoration:none;
	}

	table tr th{
		font-weight:bold;
		color:#f36b21;
		padding:8px 10px 8px 10px;
	}

	table tr td span{
		color:#f36b21;
		font-weight:bold;
	}

	table tr td{
		padding:8px 10px 8px 10px;
	}
	
	table tr.highlight td{
		background-color:#efebea;
	}

	table p{
		margin:0;
		padding:5px 0 0 0;
	}

	table h2{
		margin:0;
		text-align:left;
		padding:0 0 0 0;
	}

	table h3,
	table h4,
	table h6{
		margin:0;
		padding:5px 0 0 0;
	}

ol, ul{
	margin:10px 12px 10px 12px;
}

ol li {
    list-style-type:decimal;
		margin:2px 0 2px 25px;
		line-height:1.2em;
}

	ul li{
		list-style-type:disc;
		margin:2px 0 2px 25px;
		line-height:1.2em;
	}

big{
	font-size:110%;
}

small{
	font-size:90%;
	color:#848484;
}

a{
	text-decoration:underline;
	color:#f36b21;
}
	a:hover{ text-decoration:none; }
	
form{
	
}

	form label{
		color:#f36b21;
	}

	form input.text{
		color:#764d2a;
		border:1px solid #ebebeb;
	}
	
	form textarea{
		color:#764d2a;
		border:1px solid #ebebeb;
	}
	
	
	
