body { 
	margin:0px ;
	font-size:11px;
	font-family:Trebuchet MS;
	color:#000000;
	background:url(images/bg.jpg) top repeat-x #EFF5D9;

}
table {
	border-collapse:collapse;
}
td {
	font-size:13px;
}
p { 
	line-height:160%;
}
a { 
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#009966;
	text-decoration:none;}

/*-------------form contents-------------*/
form {
	margin:0px;
}

.inputbx { 
	border:1px solid #B0E169;
	height:17px;
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#333333;
}
.textarea { 
	border:1px solid #B0E169;
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#333333;}
.selectbx { 
	border:1px solid #B0E169;
	font-size:11px;
	font-family:Tahoma, Arial;
	color:#333333;
}
.button{ 
	border:1px solid #7B1127;
	color:#FFFFFF;
	background:url(images/btnbg.gif) top repeat-x #72001A;
	font-size:9px; 
	font-family:Tahoma, Arial; 
	font-weight:bold;
	text-transform:uppercase;
	height:17px;
	padding:2px 2px;
}
.highlights{
	background:url(images/highlightbg.jpg) top center no-repeat;
	height:184px;
	width:295px;
	color:#0070c0;
	font-weight:bold;
	font-size:13px;
	line-height:200%;
	}
.highlights ul{
	margin:0px;
	padding-left:50px;
	padding-top:25px;
}
.highlights li{
	list-style:url(images/bullet.jpg) outside;
	vertical-align:bottom;
}
/* CurveBox----------------------------------------------------- */
.curveBg{
	background-image:url(images/curvebg.gif);
	background-position:top;
	background-repeat:repeat-x;
	height:183px;
	color:#005825;
}
.curve_midleft {
	background-image:url(images/curve_leftbg.gif);
	background-repeat:repeat-y;
}

.curve_midright {
	background-image:url(images/curve_rightbg.gif);
	background-repeat:repeat-y;
}
.contentcurve_btm{
	background-image:url(images/curvebtmbg.gif);
	background-repeat:repeat-x;
}
.contentcurve_top{
	background-image:url(images/curve_topbg.gif);
	background-repeat:repeat-x;
}
.contentcurve_left {
	background-image:url(images/curveleftbg.gif);
	background-repeat:repeat-y;
}

.contentcurve_right {
	background-image:url(images/curverightbg.gif);
	background-repeat:repeat-y;
}

/* contant area ----------------------------------------------------- */
.contanAREA{
	padding:45px 10px 8px 10px;
	vertical-align:top;
	background:url(images/contentbg.jpg) top center no-repeat #b6ca64;
}

.errorMessage {
	font-weight:bold;
	color:#CC0000;
	text-align:center;
}

.info {
	font-size:10px;
	color:#999999;
}


/*---table listi ----------------------------------*/
table.tbl_List{
	border:1px solid #557532;
}
table.tbl_List  td {
	padding:2px;
	font-size:11px;
	border-bottom:1px solid #557532;
	text-align:left;
	height:20px;
	color:#333333;
	padding-left:10px;
	line-height:150%;
}
table.tbl_List th {
	padding:2px;
	font-size:12px; 
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	height:20px;
	border-bottom:1px solid #E3DABC;
	background:url(images/thbg.gif) repeat-x top #756632;;
}

table.Listtable{
	border:1px solid #557532;
}
table.Listtable  td {
	padding:2px;
	font-size:11px;
	text-align:left;
	height:20px;
	color:#333333;
	padding:5px 10px 5px 10px;
	line-height:150%;
}
table.Listtable th {
	padding:2px;
	font-size:12px; 
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
	height:20px;
	border-bottom:1px solid #E3DABC;
	background:url(images/thbg.gif) repeat-x top #756632;;
}

.row1 {
	background-color:#E8EBEC;
}
.row2 {
	background-color:#F1F2F3;
}
.pageHead{
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Trebuchet MS;
	text-align:left;
	color:#0064cb;
	padding:10px 0px 3px 0px;
}
.subtitle {
	color:#002E97;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding:3px 0px 3px 0px;
}
.ContantText {
	color:#000000;
	line-height:170%;
	text-align:justify;
	padding:0px 8px 3px 0px;
}
.ContantText p {
	margin:10px 0px 10px 0px;
}
.ContantText ul,li{
	margin:0px;
	padding-left:15px;
}
.ContantText li{
	margin:0px;
	padding-left:0px;
}

/* Footer area ----------------------------------------------------- */
.footer{
	height:75px;
	font-weight:normal;
	padding:5px 0px 5px 0px;
	text-align:center;
	background:#000000;
	border-top:1px solid #bdff3d;
	border-bottom:3px solid #b6ca64;
	color:#CCCCCC;

}
.footer a { 
	color:#CCCCCC;
	text-decoration:none;
}
.footer a:hover {
	color:#FFFFFF;
	text-decoration:none;
}

.borderLR {
	border-left:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	background-color:#FFFFFF;
}

