/* CSS Document */

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBEAEF;
}

.BlackHeading {
	font-family:Arial;
	font-size:20px;
	font-weight:normal;
	color:#DCF63B;
	text-decoration: none;
	line-height:25px;
	font-style: normal;
	font-variant: normal;
	display:inline;
}


.BlackHeading1 {
	font-family:Arial;
	font-size:14px;
	font-weight:normal;
	color:#DCF63B;
	text-decoration: none;
	line-height:25px;
	font-style: normal;
	font-variant: normal;
	display:inline;
}


.BoldLink {
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#780807;
text-decoration: none;
line-height:normal;
}

a.BoldLink:visited {
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#780807;
text-decoration: none;
line-height:normal;
}

a.BoldLink:hover {
font-family:Verdana;
font-size:12px;
font-weight:bold;
color:#780807;
text-decoration: none;
border-bottom:1px dotted #0157A4;
line-height:normal;
}

.normal_txt {
font-family:Arial;
font-size:12px;
font-weight:none;
color:#1A1A1A;
text-decoration: none;
line-height:normal;
text-align:left;


}
.navy_txt {
font-family:Arial;
font-size:12px;
font-weight:none;
color:#6C1608;
text-decoration: none;
line-height:normal;
}

a.navy_txt:visited {
font-family:Arial;
font-size:12px;
font-weight:none;
color:#6C1608;
text-decoration: none;
line-height:normal;
}
a.navy_txt:hover {
font-family:Arial;
font-size:12px;
font-weight:none;
color:#000000;
text-decoration: underline;
line-height:normal;
}
.normal_link_txt {
font-family:Verdana;
font-size:12px;
font-weight:none;
color:#484848;
text-decoration:none;
line-height:normal;
}

a.normal_link_txt:visited {
font-family:Verdana;
font-size:12px;
font-weight:none;
color:#484848;
text-decoration:none;
line-height:normal;
}
a.normal_link_txt:hover {
font-family:Verdana;
font-size:12px;
font-weight:none;
color:#000000;
text-decoration:underline;
line-height:normal;
}

.redLink{
font-family:Verdana;
font-size:11px;
font-weight:Bold;
color:#ffffff;
text-decoration:none;
line-height:normal;
}

a.redLink:visited {
font-family:Verdana;
font-size:11px;
font-weight:Bold;
color:#ffffff;
text-decoration:none;
line-height:normal;
}
a.redLink:hover {
font-family:Verdana;
font-size:11px;
font-weight:Bold;
color:#cccccc;
text-decoration:underline;
line-height:normal;
}
.menuLink {
font-family:Verdana;
font-size:12px;
font-weight:Bold;
color:#484848;
text-decoration:none;
line-height:normal;
}

a.menuLink:visited {
font-family:Verdana;
font-size:12px;
font-weight:Bold;
color:#484848;
text-decoration:none;
line-height:normal;
}
a.menuLink:hover {
font-family:Verdana;
font-size:12px;
font-weight:Bold;
color:#000000;
border-bottom:1px dotted #000000;
line-height:normal;
}
.text_box{
	border:1px solid #CCCCCC;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	width: 140px;
	height: 18px;
	color: #333333;
	}

.text_area{
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	width: 300px;
	height: 100px;
	color: #333333;
	}

.btn {
Font-weight: bold;
Font-size: 10px;
Font-family: verdana;
Background: #2E1403;
Color: #ffffff;
Border-Top-Style: none;
Border-right-Style: none;
Border-left-Style: none;
Border-bottom-Style: none;
Height: 19px;
}

.image_box{
	padding: 0px;
	border-top: 1px solid #431E04;
	border-right: 1px solid #431E04;
	border-bottom: 1px solid #431E04;
	border-left: 1px solid #431E04;
	
}

.textarea{
	border:1px solid #A0A0A0;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	width: 200px;
	height: 70px;
	color: #505050;
}


.textbox{
	border:1px solid #A0A0A0;
	font-family: verdana;
	font-size: 11px;
	padding: 0px;
	width: 200px;
	height: 20px;
	color: #505050;
}


.btn
{
background-color:#E14733;
font-family:verdana;
font-size:11px;
font-weight:bold;
color:#ffffff;
text-decoration:none;
line-height:normal;
cursor:hand;
border:solid 1px #D91900;
}