@charset "utf-8";
/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
	list-style:none;
}

a, a:active, a:visited {
	text-decoration:none;
	color:#f86402; 
	outline:none;
}

a:hover {
	color:#708076; 
}

fieldset,img{
	border:0;
}

.clearfix{
	clear:both;
}

.fl{
	float:left;
}

.fr{
	float:right;
}

.cm{
	margin:0 auto;
}

.db{
	display:block;
}

.mn{
		margin:0;
}


p { line-height:normal; margin:5px 0; padding:5px 0 ; } 

em { font-weight:bold; color:#5e0101; }

h1 span, h2 span, h3 span, h4 span, h5 span{
		display:none;
}

ul.bullet { margin:20px 0 20px 30px; }
ul.bullet2  { margin:20px 0 20px 6px; }
ul.bullet li, ul.bullet2 li { color:#000; list-style:disc;!important; margin:8px 10px; } 

.first { margin-left:0!important; padding-left:0!important; display:block; }
.last { margin-right:0!important; padding-right:0!important; display:block; }
