@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;
}

h2 {
	margin:0px 0 10px 0;
}

h3 {
	color:#FF9900;
	font-size:1em;
	font-weight:bold;
	margin:10px 0 0 0;
}

.cont {
	margin: 0px 0px 25px 0px;
}

.cont ul {
	margin: 0px 0px 0px 18px;
	list-style-position: inherit;
}

.cont p {
	margin: 0px 0px 3px 0px;
}

.txt_st {
	font-size:12px;
	color: #F33;
	border:#F33 solid 1px;
	padding:10px;
	line-height:130%;
	}
