/* CSS Document */


 body {
	background-color: #990000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



.tx_red{
color: #990000;
}
.tx_blue{
color: #062B60;
}

.tx_b{
font-weight: 900;
}

.txB{
font-weight: bold;
}

.tx_dB {
	color: #062B60;
}

.tx_dBlue {
	color: #062B60;
	font-size: 18px;
	font-weight: 800;
}
.style2 {
	color: #CCD1CB;
	font-weight: bold;
}
.tx_Lgreen {
	color: #CCD1CB;
	font-size: 18px;
	font-weight: 400;
}
.txW4{
	font-weight: 400;
}
.tx_LG {
	color:  #F3F5F3;
  }

.hand {
cursor: hand;
cursor: pointer;
}


.tx_12{
	font-size: 12px;
}
.tx_13{
	font-size: 13px;
}

.tx_14{
	font-size: 14px;
}
.tx_16{
	font-size: 16px;
}

.tx_18{
	font-size: 18px;
}

.txN{
	 font-weight: normal;
}
