/***********************Default*********************/
h1{
	padding:0px;
	margin:0px;
	display:none;
}
h2{
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight:bold;
	color:#35C3FA;
}
h3{
	padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:18px;
	font-weight:bold;
	color:#35C3FA;
}
h4{
    padding:0px;
	margin:0px;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:15px;
	font-weight:bold;
	color:#313D57;
}
/***********************Headding style *********************/
.headding1{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:20px;
	font-weight:normal;
	color:#707070;
	border-bottom:#CCCCCC 1px dotted;
	padding-bottom:5px;
	display:block;
	
}
.headding2{
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana;
	font-size:16px;
	font-weight:bold;
	color:#707070;
	padding-bottom:5px;
}
/***********************Text style *********************/
.text_style01{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#727272;
}
.text_style01 span{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#61C7F2;
}
.text_style01 a{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#727272;
	text-decoration:none;
}
.text_style01 a:hover{
	color:#6BD1F8;
}
.text_style02{
	padding-right:10px;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#727272;
}
.text_style03{
	padding-left:10px;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#727272;
}
.text_style04{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#61C7F2;
}
.text_style04 a:hover{
	
	text-decoration:none;
}
.text_style04 a{
	text-decoration:underline;
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:normal;
	color:#61C7F2;
}
.text_style05{
	font-family:Tahoma, Arial, Verdana;
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
}



/*--------------- Brows button style----------*/
input.hide
	{
		position:absolute;
		left:-137px;
		-moz-opacity:0 ;
		filter:alpha(opacity: 0);
		opacity: 0;
		z-index: 2;
	}

input.red
	{
		background-image:url(images/button_bg.gif);
		background-repeat:no-repeat;
		
		font-weight:bold;
		color:#ffffff;
		z-index:1;
		width:70px;
		height:18px;
		font-size:10px;
		border:0px;
	}
	input.hide1 {		position:absolute;
		left:-137px;
		-moz-opacity:0 ;
		filter:alpha(opacity: 0);
		opacity: 0;
		z-index: 2;
}