@charset "utf-8";
/* CSS Document */


* {
	margin:0px;
	padding:0px;
}
body {
	background:#FFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
}

div#flash {
	width:1000px;
	min-width:990px;
	margin:0px auto;
}

div#cont_html {
	text-align:left;
}

	div#cont_html h1 {
		margin:10px 0px;
	}
	div#cont_html h2 {
		clear:both;
	}
	
	div#cont_html p {
		margin:0px 0px 20px;
	}
	
	div#cont_html br.clear {
		clear:both;
	}
	
	div#cont_html ul {
		list-style:none;
	}
		div#cont_html ul li {
			width:200px;
			float:left;
			margin-bottom:10px;
			font-size:12px;
			font-weight:bold;
		}
			div#cont_html ul li ul {
				height:110px;
			}
			div#cont_html ul li ul li {
				float:none;
				margin-bottom:0px;
				font-size:11px;
				font-weight:normal;
			}