.bg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(im/bg.jpg);
	background-repeat: no-repeat;
}
.bg1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0464B0;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.txt  a:link {
	text-decoration: none;
                  color: #0092d1;
}
.txt  a:visited {
	text-decoration: none;
                  color: #0092d1;
}
.txt  a:hover {
	text-decoration: none;
                  color: #333333;
}
.blink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC0000;
}
.blink  a:link {
	text-decoration: none;
                  color: #CC0000;
}
.blink  a:visited {
	text-decoration: none;
                  color: #CC0000;
}
.blink a:hover {
	text-decoration: underline;
                  color: #CC0000;
}

.txtHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0464B0;
}
.txt2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}