A{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #057cb3;
text-decoration:none;
}

A:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: normal;
color: #51ccfd;
text-decoration:underline;


}


.body1 {
	background-image: url(../images/newbg.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.bodytextbold:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #f7c52e;
	text-decoration: none;
}
.blackheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.whiteheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteheading1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
}

.whiteheading1:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration:underline;
}
.whitetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.blue1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.bluebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
}
.bluehading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #057cb4;
	text-decoration: none;
}
.power {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #296321;
}
.boader {
	border: 1px solid #999999;
}
.bg1 {
	background-image: url(../images/td-bg1.jpg);
	background-color: #dadada;
	background-repeat: no-repeat;
}
ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 16px Helvetica, Verdana, Arial, sans-serif;line-height:140%;width:192px;}
ul.vert-one li{margin:0;padding:0;border-top:1px solid #20b9ff;width:192px;}
ul.vert-one li a{display:block;text-decoration:none;color:#fff;background:#5ccaf4;padding:0 0 0 20px;width:190px;}
ul.vert-one li a:hover{background:#f7c52e url("../images/vert-one_arrow.gif") no-repeat 0 9px; text-decoration:none; color:#fff;}
ul.vert-one li a.current,ul.vert-one li a.current:hover{background:#f7c52e url("../images/vert-one_arrow.gif") no-repeat 0 9px;}


#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 20px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-Radiesse: 10px;
	-moz-border-Radiesse: 10px;
	border-Radiesse: 10px;
}
img.btn_close {
	float: right;
	margin: -55px -55px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

