@charset "utf-8";
/* CSS Document */
body {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
	background-attachment:fixed;	/*filter: Alpha(Opacity=10%, FinishOpacity=0, Style=85, StartX=100, StartY=100, FinishX=500, FinishY=500);*/
}
.top {
	background-image: url(images/trans_10.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.right {
	background-image: url(images/trans_18.png);
	background-repeat: repeat-y;
	background-position: left;
}
.left {
	background-image: url(images/trans_17.png);
	background-repeat: repeat-y;
	background-position: right;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='trans.png');*/
}
.bottom {
	background-image: url(images/trans_58.png);
	background-repeat: repeat-x;
	background-position: top;
}
.sidemenu {
	background-image: url(images/crp-inner_08.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.htitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #626262;
	text-decoration: none;
}
.htitleblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #336d99;
	font-weight: bold;
	line-height: 30px;
}
.hbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: justify;
	font-weight: normal;
}
.hbodyblue {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #626262;
	text-align: justify;
}
.inbluetitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #0a4f85;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
}
.inbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: justify;
	font-weight: normal;
}
.inbigtitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #0a4f85;
	font-size: 18px;
	text-transform: capitalize;
	padding-top: 3px;
	padding-right: 30px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #49aada;
	font-style: italic;
}
