/* CSS Document */

.style1{
	color:#FF0000;
	}

.stylef{
	color:#FFFFFF;
	}	

.style_st{
	color:#CC3300;
	font-weight:bold;
	}
	
.op_t{
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:2px;
	font-weight: bold;
	line-height:110%;
	}

ul.arrow {
	list-style:none;
	margin:30px 0px 30px 50px;
	}
	
ul.arrow li {
	background-image:url(img/arrow.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	margin-bottom:10px;
	}
ul.others{
	padding-left:3%;
	list-style:disc;
}
ul.others li{
	list-style:disc;
}