@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #565656;
	line-height:15px;
	text-align:justify;
	
}
.master_inner_tab{
	background-color:#e6e6e6;
	padding:10px 20px 10px 20px;
}
.master_inner_tab_white{
	background-color:#FFFFFF;
	border:1px #d3d3d3 solid;
	padding:10px;
}
.HeadingStyle {
	font-size:18px;
	color:#000000;
	text-align:left;
	margin:0px;
	padding:0px 0px 10px 0px;
}
.text_sub_top{
	padding-bottom:8px;
	border-bottom:1px #94a0ae dotted;
}
.text_sub_bottom{
	padding-top:5px;
	border-top:1px #94a0ae dotted;
	font-size:11px;
	color:#000000;
	
}
.copyright{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;
	padding:3px;
	text-align:center;
}
.InnerBox {
	width:450px;
	height:auto;
	background-color:#FFFFFF;
}
.InnerBox .LeftCorner{
	width:18px;
	height:18px;
	background-image:url(images/InnerBox_LC.gif);
	background-repeat:no-repeat;
	background-color:#f0f3f6;
}
.InnerBox .RightCorner{
	width:18px;
	height:18px;
	background-image:url(images/InnerBox_RC.gif);
	background-repeat:no-repeat;
	background-color:#f0f3f6;
}
.InnerBox .LeftBottomCorner{
	width:18px;
	height:18px;
	background-image:url(images/InnerBox_LBC.gif);
	background-repeat:no-repeat;
	background-color:#f0f3f6;
}

.InnerBox .RightBottomCorner{
	width:18px;
	height:18px;
	background-image:url(images/InnerBox_RBC.gif);
	background-repeat:no-repeat;
	background-color:#f0f3f6;
}
.InnerBox .LeftBorder{
	width:18px;
	height:auto;
	background-image:url(images/InnerBox_ltborder.gif);
	background-repeat:repeat-y;
}
.InnerBox .RightBorder{
	width:18px;
	height:auto;
	background-image:url(images/InnerBox_rtborder.gif);
	background-repeat:repeat-y;
}
.InnerBox .TopBorder{
	width:auto;
	height:18px;
	background-image:url(images/InnerBox_tpborder.gif);
	background-repeat:repeat-x;
}
.InnerBox .BottomBorder{
	width:auto;
	height:18px;
	background-image:url(images/InnerBox_btmborder.gif);
	background-repeat:repeat-x;
}
.SubHeadingStyle {
	font-size:13px;
	color:#474747;
	text-align:left;
	font-weight:bold;
	padding-bottom:5px;
	border-bottom:1px #94a0ae dotted;
}
.button{
	padding-top:5px;
	border-top:1px #94a0ae dotted;
	text-align:right;
}
.InputClass {
	width:240px;
	height:18px;
	border:solid 1px #babdc0;
	color: #565656;
	font-size:11px;
	text-align:left;
	padding-top:3px;
	
	
}
.logo{
	height:69px;
	padding:10px 5px 20px 20px;
}
.logo_title{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000000;
	font-weight:bold;
	line-height:18px;
}
.button_bg{
	background-image:url(images/button_round_corner_old.gif);
	background-repeat:no-repeat;
	width:89px;
	height:23px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	border:0px;
	background-color:#FFFFFF;
	font-weight:bold;
cursor:pointer;
}
.subscribe_link{
	text-decoration:underline;
	color:#ff0000;
}
.button_bg_cancle{
	background-image:url(images/bg_button_cancle.gif);
	background-repeat:no-repeat;
	width:67px;
	height:23px;
	font-size:12px;
	color:#FFFFFF;
	text-align:center;
	border:0px;
	background-color:#FFFFFF;
	font-weight:bold;
cursor:pointer;
}
