/* CSS Document */

body{
margin:0px;
}
.heading_black{
font-family:Arial;
font-size:14px;
color:#000000;
font-weight:bold;
text-decoration:none;
}
.text_black{
font-family:Tahoma;
font-size:11px;
color:#000000;
font-weight:none;
text-decoration:none;
}
.text_black:hover{
font-family:Tahoma;
font-size:11px;
color:#cc0000;
font-weight:none;
text-decoration:none;
}
.text_red{
font-family:Tahoma;
font-size:11px;
color:#ff0000;
font-weight:none;
text-decoration:none;
}
.text_small_gray{
font-family:Tahoma;
font-size:11px;
color:#a9a9a9;
font-weight:none;
text-decoration:none;
}
.txtfld1{
font-family:Tahoma;
background-color:#cc0000;
font-size:11px;
border:none;
color:#FFFFFF;
font-weight:bold;
}
.heading_gray{
font-family:Arial;
font-size:15px;
color:#a9a9a9;
font-weight:bold;
text-decoration:none;
}
.heading_wht{
font-family:Arial;
font-size:13px;
color:#FFFFFF;
font-weight:none;
text-decoration:none;
}
.text_small_wht{
font-family:Tahoma;
font-size:11px;
color:#FFFFFF;
font-weight:none;
text-decoration:none;
}
.text-headinhg{
font-family:Tahoma;
color:#000000;
font-size:12px;
}
.txtfld_letter{
	border-left:1px solid ##D10101;
	border-right:1px solid #9F0D0D;
	border-top:1px solid #9F0D0D;
	border-bottom:1px solid ##D10101;
	font-family:Tahoma;
	font-size:11px;
	
	}
.uline-link{
font-family:Tahoma;
color:#000000;
font-size:11px;
text-decoration:underline;
}
.text-headinhg-main{
font-family:Verdana;
color:#9B1013;
font-size:16px;
font-weight:bold;
}