@charset "utf-8";
body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #2461c2;
}
.table {
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
.cont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	text-align: justify;
	vertical-align: top;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	background-repeat: repeat-x;
	background-image: url(IMG/bg1.jpg);
}

.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #184185;
}
.txt2 {
	font-size: 24px;
	color: #FFF;
}
.txt3 {
	text-align: center;
	font-size: 16px;
	color: #D0F1BC;
}
.txt4 {
	text-align: center;
	font-size: 16px;
	color: #333;
}



.down {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	background-image: url(IMG/down.jpg);
	background-repeat: no-repeat;
	text-align: center;
}
a.mini {text-decoration: none;}
a.mini:link {
	text-decoration: none;
	color: #FFF;
}
a.mini:visited {
	text-decoration: none;
	color: #FFF;
}
a.mini:hover {
	text-decoration: none;
	color: #7AA3E7;
}
a.mini:active {
	text-decoration: none;
	color: #FFF;
}
a.email {text-decoration: none;}
a.email:link {
	text-decoration: underline;
	color: #2461C2;
}
a.email:visited {
	text-decoration: underline;
	color: #2461C2;
}
a.email:hover {
	text-decoration: none;
	color: #D94D53;
}
a.email:active {
	text-decoration: underline;
	color: #2461C2;
}
