h1{
	font-family: arial;
	color:#f47621;
	font-size:25px;
	font-weight:normal;
}
h2{
	font-family: 'FrutigerLTStd47LightCnBold';
	color:#0a0a0a;
	font-size:20px;
	font-weight:normal;
}
h2.no-bor{
	border:0px;
	padding:0px;
}
h1.right{
	color:#1285ab;
}
h3{
	font-family: arial;
	color:#f47621;
	font-size:20px;
	font-weight:normal;
}
h4{
	font-family: 'FrutigerLTStd47LightCnBold';
	color:#1285ab;
	font-size:18px;
	font-weight:normal;
}
h5{
	font-family: 'FrutigerLTStd47LightCnBold';
	color:#1285ab;
	font-size:16px;
	font-weight:normal;
}
p{
	font-size:13px;
	color:#1d1e1f;
	line-height:22px;
	margin:5px 0;
	font-family:arial;
}
a{
	color:#1285ab;
}
a:hover{
	text-decoration:none;
}
.input-clint{
	border:#cccccc 1px solid;
	background:url('../images/c-in.jpg') repeat-x 0px 0px;
	width:133px;
	padding:5px;
	height:20px;
	border-radius:5px;
}
.input-clint.small{
	width:31px;
}
.text-area {
    background: url("../images/input-bg.jpg") repeat-x scroll 0 0 transparent;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    min-height: 100px;
    padding: 5px;
    width: 240px;
}
label {
    float: left;
    font-size: 12px;
    height: 20px;
    margin-right: 10px;
    text-align: left;
    width: 100%;
}
ul.list-itam{
	display:block;
	list-style:none;
	width:100%;
	margin:10px 0;
	margin-bottom:0px;
}
ul.list-itam li{
	background:url('../images/bullet-01.png') no-repeat 0px 4px;
	padding-left:20px;
	padding-bottom:5px;
	display:block;
	list-style:none;
	margin:5px 0;
	font-size:13px;
	color:#1a1a1a;
	text-decoration:none;
	font-family:arial;
}