BODY {
	background-color : #ffffff;
	background: #ffffff;
	margin-left : 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 2px;
	color : #003399;
	font-size: 11px;
	font-family : Verdana;
}

.lnk{
	text-decoration: none;
	color : #00346E;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
}
.lnk:hover{
	text-decoration: none;
	color : #00346E;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
}

.txt {
	color : #00346E;
	font-family : Verdana;
	font-size : 11px;
}

.txt_bld {
	color : #00346E;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
}

.txt1 {
	color : #BF0000;
	font-family : Verdana;
	font-size : 11px;
	text-decoration: none;
}

.txt1_bld {
	color : #BF0000;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}

.txt2 {
	color : #FF0000;
	font-family : Verdana;
	font-size : 11px;
}

.txt2_bld {
	color : #FF0000;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
}

.txt4 {
	color : #003399;
	font-family : Verdana;
	font-size : 11px;
}

.txt4_bld {
	color : #003399;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight: bold;
}

.txt5 {
	color : #ffffff;
	font-family : Verdana;
	font-size : 11px;
	text-decoration: none;
}

.txt5_bld {
	color : #ffffff;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
	text-decoration: none;
}
.txt6 {
	color : #005DAD;
	font-family : Verdana;
	font-size : 11px;
}

.txt6_bld {
	color : #005DAD;
	font-family : Verdana;
	font-size : 11px;
	font-weight: bold;
}

.bg1{
	background: #005DAD;
}

.bg2{
	background: #ECF5FF;
}

.bg3{
	background: #F5F5F5;
}

.bg4{
	background: #006CFF;
}

.bg5{
	background: #73CD32;
}

.brdr{
	border: 2px solid #EEEEEE;
}

.brdr1{
	border: 2px solid #005DAD;
}

.brdr2{
	border: 2px solid #dfefff;
}

.txtfld{
	border: 1px;
	border-style: solid;
	border-color: #73CDA7;
	background: #ffffff;
	width: 95px;
	height: 18px;
}

.txtfld1{
	border: 1px;
	border-style: solid;
	border-color: #73CDA7;
	background: #ffffff;
	width: 150px;
	height: 18px;
}

.combo{
	border: 1px;
	border-color: #73CDA7;
	background: #ffffff;
	width: 95px;
	height: 18px;
}
.combo1{
	border: 1px;
	border-color: #73CDA7;
	background: #ffffff;
	width: 160px;
	height: 18px;
}




.btn{
	background: #C80308;
	border: 2px Silver;
	color: #F8E0E1;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	border-bottom: 2px solid Gray;
	border-right: 1px solid Gray;
	width: 50px;
	height: 18px;
	cursor: Hand;
	}
