body {
	font-family: arial;
	font-size: 12px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color: #454545;
}

A:link {
	COLOR: #333333;
	TEXT-DECORATION: underline;
}

A:visited {
	COLOR: #333333;
	TEXT-DECORATION: underline;
}

A:active {
	COLOR: #333333;
	TEXT-DECORATION: underline;
}

A:hover {
	COLOR: #333333;
	TEXT-DECORATION: none;
	}

	
.logo_td{
	padding-top:10px;
	text-align:left;
	}
	
/*td alignment*/
.td_align_center{
	text-align:center;
	}
	
.td_align_right{
	text-align:right;
	}
.td_align_left{
	text-align:left
	}
	
.v_align{
	vertical-align:bottom;
	}
	
/*-----------------------------end-------------------------------*/
	
.pannel_td_margin {
	padding-top:20px;
	}
	
/*pannels title background*/

.brown_pannel_bg{
	background-image:url(images/index_10.jpg);
	background-repeat:repeat-x;
	
	}
	
.blue_pannel_bg{
	background-image:url(images/index_20.jpg);
	background-repeat:repeat-x;
	}
	
.red_pannel_bg{
	background-image:url(images/index_25.jpg);
	background-repeat:repeat-x;
	}

.green_pannel_bg{
	background-image:url(images/index_30.jpg);
	background-repeat:repeat-x;
	
	}
	
.gray_pannel_bg{
	background-image:url(images/index_35.jpg);
	background-repeat:repeat-x;
	
	}
.left_bottom_bg {
	background-image:url(images/left_bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom left;
	text-align:left;
	vertical-align:bottom;
	background-color:#f7f7f7;
	}
	
.right_bottom_bg {
	background-image:url(images/right_bottom_bg.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	text-align:right;
	vertical-align:bottom;
	background-color:#f7f7f7;
	}

.left_top_bg {
	background-image:url(images/top_left_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	text-align:left;
	vertical-align:top;
	background-color:#f7f7f7;
	}
	
.right_top_bg {
	background-image:url(images/top_right_bg.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:right;
	vertical-align:top;
	background-color:#f7f7f7;
	}

/*-------------------------------end-------------------------------------*/

/*pannel Border*/

.centre_pannel_border{
	background-color:#f7f7f7;
	border-color:#cecccc;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	padding: 10px 10px 0px 10px;	
	}
	
	
.bottom_center{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: #cecccc;
	background-color:#f7f7f7;
	}
.top_border{
	background-image:url(images/top_border.jpg);
	background-repeat:repeat-x;
	background-position:top;
	text-align:right;
	vertical-align:top;
	background-color:#f7f7f7;
	
	}
	
/*text*/

.title{
	color:#FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 15px;
	text-align:left;
	font-weight: 800;
	letter-spacing: 1pt;
}
b, strong{
	font-family:"Trebuchet MS";
	font-size:14px;
	}
		
.gray_txt{
	color:#5b5f61;
	text-align:justify;
	letter-spacing: 0.5px;
	vertical-align: top;
	word-spacing: 1px;
	}
	
.blue_text{
	color:#1b638b;
	text-align:justify;
	letter-spacing: 0.5px;
	vertical-align: top;
	word-spacing: 1px;
	}
	
.red_text{
	color:#520909;
	text-align:justify;
	letter-spacing: 0.5px;
	vertical-align: top;
	word-spacing: 1px;
	}
	
.green_text{
	color:#40483f;
	text-align:justify;
	letter-spacing: 0.5px;
	vertical-align: top;
	word-spacing: 1px;
	}
	
.footer{
	color:#999999;
	padding-top:5px;
	font-size:11px;
	text-align:center;
	vertical-align: top;
		}
/*---------------------------------end-----------------------------------*/

ul{
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
	line-height: 18px;
	}
	
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	}
	
.lable_margin{
	padding-top:10px;
	color:#454545;
	text-align:left;
	vertical-align: top;
	word-spacing: 1px;
	}
.style1 {color: #FF0000}
