@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
}

#content {
}

h1 {
	text-indent: -9999px;
	background: url(imgs/title.gif) top left no-repeat;
	height: 49px;
	margin: 0px 0px 18px 0px;
}

h3 {
	color:#FF9900;
	font-size:1em;
	font-weight:bold	
}

.cont {
	margin: 0px 0px 12px 0px;
}

.cont ul {
	margin: -20px 0px 0px 0px;
	list-style-position: inside;
}

.cont p {
	margin: 0px 0px 3px 0px;
}

