@charset "utf-8";

.border {
	border: thin solid #013a4c;
	background-color: #11272e;
}
.border2 {
	border: thin solid #036c8b;
	background-color: #11272e;
	background-image: url(../images/back.jpg);
	background-repeat: repeat;
}
.txt2 {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.footer {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0E8CB6;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}
.txt3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #B1D7E2;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footersep {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #0E8CB6;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

