/* CSS Document */
h2{
	font-size:14px;
	margin:2px;
	padding:2px 5px;
	background-color:#e1b449;
	color:#fff;
}

h2#menu{
	width:550px;
	height:32px;
	background:url("images/partition_menu.gif") no-repeat top left;
	margin:0px;
	padding:0px;
	background-color:#e1b449;
	color:#fff;
	text-indent:-1000pt;

}

h3 {
	margin:5px 5px 0px 0px;
	padding:5px; 0px;
	font-size:13px;
	color:#FF4444;
}

/* list */
	.list_pic ul {
		margin:0;
		padding: 0;
		list-style-type:none;
	}
	.list_pic li {
		margin:5px 1px 0 1px;
		/*display:inline;*/
	}
	.list_pic2 ul {
		margin:0;
		padding: 0;
		list-style-type:disc;
		list-style-position:inside;
	}
	.list_pic li {
		margin:5px 1px 0 1px;
		/*display:inline;*/
	}

	.list_pic3 ul {
		margin:3px;
		padding: 0;
		list-style-type:none;
		font-size:11px;
		line-height:120%;
		text-align:left;
	}
	.list_pic3 li {
		margin:5px 1px 0 1px;
		/*display:inline;*/
	}
/* list END */

/* box ordinary */
.box {
	padding:3px;
	margin:5px 1px;
	border:2px dotted;
	font-size:12px;
	text-align:left;
	line-height:140%;
	clear:both;
}

/* text decoration */
.st {
	font-size:14px;
	font-weight:bold;
	margin:3px;
	padding:2px 0;
	text-align:center;
}
.st2 {
	font-size:10x;
	text-align:center;
}

.cent {
	text-align:center;
}

/* ORDINALY PARAGRAPH */
p {
	font-size:12px;
	line-height:140%;
	text-align:left;
}


/* RADIO PARAGRAPH */
.wraper {
	/* border:1px dotted #f286d0;*/
	position:relative;
	width:540px;
	margin:2px 3px 2px 3px;
	font-size:13px;
	line-height:140%;
}

