@import url(reset.css);
@import url(layouts.css);
@import url(navigation.css);
@import url(forms.css);

a{
	color: #05538a;
	}
a:hover{
	text-decoration: none
	}
body{
	color: #1c2f5f;
	font: 12px/15px Arial, Helvetica, sans-serif;
	}
*html body{
	/*height: 100%*/
	}
em{
	font-style: italic
	}
h1{
	margin: 0 50px 18px 50px;
	color: #05538a;
	font-size: 19px;
	font-weight: bold
	}
h4{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-size: 16px;
	font-weight: bold
	}
h5{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-size: 14px;
	font-weight: bold
	}
h6{
	margin: 0 0 12px 0;
	color: #a87e57;
	font-weight: bold
	}
ol li{
	margin: 0px 35px;
	}
ol.decimal li{
	list-style-type: decimal
	}
ol.roman li{
	list-style-type: upper-roman
	}
p{
	margin: 0 50px 20px 50px;
	}
strong{
	font-weight: bold
	}
/*------------syles for table----------------*/
table{
	border-collapse: collapse;
	}
table th{
	padding: 12px 23px
	}
table td{
	padding: 10px 23px;
	border: 1px solid #22b5d9
	}
table .td1{
	font-weight: bold;
	background: #e5f5fa
	}
table th{
	color: #fff;
	font-weight: bold;
	border: 1px solid #22b5d9;
	background: #2b8cc7
	}
.table-div{
	float: left;
	position: relative;
	margin: 20px 50px 30px 50px;
	}
.ltc{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 17px;
	height: 17px;
	background: url(/images/img36.png) no-repeat top left
	}
.rtc{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 17px;
	height: 17px;
	background: url(/images/img37.png) no-repeat right top
	}
.lbc{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 17px;
	height: 17px;
	background: url(/images/img38.png) no-repeat left bottom
	}
.rbc{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 17px;
	height: 17px;
	background: url(/images/img39.png) no-repeat right bottom
	}
*html .lbc{
	bottom: -1px;
	}
*html .rtc{
	right: -1px;
	}
*html .rbc{
	bottom: -1px;
	right: -1px;
	}
/*------------end syles for table----------------*/
ul li{
	margin: 0px 35px;
	}
ul, ol{
	margin: 0 0 12px 0
	}
ul.disc li{
	list-style-type: disc
	}
ul.circle li{
	list-style-type: circle
	}
ul.square li{
	list-style-type: square
	}
.clearer{
	clear: both
	}
.clearer-l{
	clear: left
	}
.color1{
	color: #e5650b
	}
.blue1{
	color: #05538a
	}
.blue2{
	color: #5398c9
	}
.black{
	color: #000
	}

.bold{
	font-weight: bold
	}
.dashed-line{
	height: 2px;
	background: url(/images/dashed_line.png) repeat-x top center
	}
.italic{
	font-style: italic
	}
.red{
	color: #ed1c24
	}
.f11{
	font-size: 11px
	}
.f12{
	font-size: 12px
	}
.f14{
	font-size: 14px
	}
.f25{
	font-size: 25px
	}
.fr{
	float:right
	}
.fl{
	float: left
	}
.lh2{
	line-height: 2em
	}
.tal{
	text-align: left
	}
.tac{
	text-align: center
	}
.tar{
	text-align: right
	}

