BODY {	
	margin : 0px 0px 0px 0px;
	padding : 0px 0px 0px 0px;	
}

.BgWeb1 {	
	background-color:#000000;
	background-image : url(../images/bg_web1.jpg);
	background-repeat : no-repeat;
	background-position : top center;
}

TD { 
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #FFFFFF;
	font-weight : normal;	
}
TD A:LINK {color : #FFFFFF; text-decoration : underline;}
TD A:VISITED {color : #FFFFFF; text-decoration : underline;}
TD A:ACTIVE {color : #FFFFFF; text-decoration : underline;}
TD A:HOVER {color : #b92605; text-decoration : none; }

.Utxt1 {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #898989;
	font-weight : normal;
}

.Utxt2{
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 11px;
	color : #959595;
	font-weight : normal;
}

.Utxt2 A:LINK {color : #b92605; text-decoration : none;}
.Utxt2 A:VISITED {color : #b92605; text-decoration : none;}
.Utxt2 A:ACTIVE {color : #b92605; text-decoration : none;}
.Utxt2 A:HOVER {color : #FFFFFF; text-decoration : underline; }

TABLE.form_table {
	background-color:#000000;
}

.form_hdr {
	background-color:#000000;
	width: 100%;
	height: 62px;
	background-image: url(../images/bg_formhdr.jpg);
	vertical-align: middle;
	padding-left: 25px;
}

TD.form_label {
	text-align: right;
	padding-right: 20px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.form_label2 {
	padding-right: 20px;
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
}

.form_info {
	color: 898989;
	font-size: 9pt;
	font-weight: bold;
	font-style: italic;
}

.txtBox1 {
	background-color: #191919;
	border: 1px solid #414141;
	height: 30px;
	padding: 4px 5px 0px 5px; 
	font-size: 10pt;
	font-weight: bold;
	font-style: italic;
	color: #FF0000;
}

