.h1 {font-family:Trebuchet MS;  font-size:20px; font-weight:500; color:#f90000;}
.h2 {font-family:Trebuchet MS;  font-size:16px; font-weight:500; color:#008ecf;}
.h3 {font-family:Trebuchet MS;  font-size:16px; font-weight:500; color:#006d99;}
.h4 {font-family:Trebuchet MS;  font-size:14px; line-height:20px; font-weight:500; color:#006d99;}
.h5 {font-family:Trebuchet MS;  font-size:12px; line-height:20px; font-weight:500; color:#ff5400;}
.h6 {font-family:Trebuchet MS;  font-size:14px; font-weight:500; color:#5f6a72;}
.h7 {font-family:Trebuchet MS;  font-size:20px; font-weight:500; color:#999999;}

/* paragraph */

.para  {font-family:Trebuchet MS; 
        font-size:13px; letter-spacing:normal; line-height:20px; 
		 color:#000; text-align:justify;}

.para-2 {font-family:Trebuchet MS; 
          font-size:12px; letter-spacing:normal;
		  color:#000; text-align:justify;}

    /* paragraph-end */
.bottom_bor { width:100%; height:1px; background:url(../images/bor.jpg) repeat-x;}
.bottom_bor2 { width:100%; height:1px; background:url(../images/bor2.jpg) repeat-x;}	
	/* href-link */
.fmenu {font-family:Trebuchet MS; font-size:13px; letter-spacing:normal; line-height:25px; color: #999; text-decoration:none }
.fmenu a{ color:#999; text-decoration:underline; }
.fmenu a:hover { color:#565656; text-decoration: none ; }

.read_more {font-family:Trebuchet MS; font-size:13px; letter-spacing:normal; color: #999; text-decoration:none }
.read_more a{ color:#999; text-decoration:underline; }
.read_more a:hover { color:#565656; text-decoration: none ; }

.moreinfo { font-family:Trebuchet MS; font-size:13px; line-height:30px;
          letter-spacing:normal; color: #006d99;  text-decoration:none; }
.moreinfo a{ color:#006d99; text-decoration:none;}
.moreinfo a:hover { color:#ffffff; text-decoration: none; background:#006d99; }

.light-gray {font-family:Helvetica CE, Helvetica, sans-serif; font-size:12px; font-weight:normal; 
             color:#c7c7c7; text-decoration:none; line-height:25px; }
.light-gray a { color:#c7c7c7; text-decoration:none; }
.light-gray a:hover { color:#fff; text-decoration: underline; }

/*-------------------  round corner  --------------------------- */


.cell{position:relative; width:300px; height:auto;
display:block !important; float:none !important; /*All Other Browsers and IE version*/ 
float:left; display:inline; /*IE 6 Fix*/
padding:21px; 
background:#c2c2c2;
}
 
.cell ul{margin:0px; padding:0px;}
.cell li{list-style:none;}
 
.corner{width:20px; height:20px; position:absolute; margin:0px; z-index:1px}
 
.tl,.bl {left:0px;}
.tr,.br {right:0px;}
.tl,.tr {top:0px;}
.bl,.br {bottom:0px !important; bottom:-1px;}
.tl,.tr,.bl,.br {background:url(images/corners.jpg) no-repeat;}
 
.tl{background-position:top left;}
.tr{background-position:top right;}
.bl{background-position:bottom left;}
.br{background-position:bottom right; }

/*-------------------  round corner end  --------------------------- */

/* form */

input, textarea { 
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 100%;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	}

textarea { 
	width: 100%;
	max-width: 100%;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}

.form label { 
	margin-left: 10px; 
	color: #999999; 
	}

.submit input {
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; cursor:pointer;
	}
	
	/* form end */
