*{
	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;
}

p, li, td, th ,h5, h6, label, select, input, textarea, dd, dt, blockquote{
	color:#6c6c6c;
	font-size:80%;
}

p, li, td, th ,h5, h6, label, select, input, span, textarea, dd, dt, blockquote{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

p{
	margin:7px 6px 7px 16px;
	line-height:1.7em;
}

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; }

h3, h2, h4{
	font-family:"Arial Rounded MT Std", Arial, Helvetica, sans-serif;
	color:#0087ba;
	font-size:190%;
	margin:0 17px 0 17px;
}

h3{ color:#0c5181; }
h4{ font-size:120%; }
h5{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:110%;
	color:#5d5d5d;
	margin:10px 17px 0 17px;
	line-height:1.1em;
}

ol, ul{
	margin:10px 12px 10px 12px;
}

	ol li, ul li{
		list-style-type:disc;
		margin:1px 0 1px 25px;
		line-height:1.7em;
	}

	ol li{
		list-style-type:decimal;	
	}

	ol li li, ul li li{ font-size:100%; }
	ol li ol, ul li ul{ margin:4px 0 4px 10px; }

	li p{
		font-size:100%;	
	}

big{
	font-size:120%;
}

small{
	font-size:90%;
}

a{
	text-decoration:underline;
	color:#039cd6;
}

	a:hover{ text-decoration:none; }
