@charset "utf-8";
/* CSS Document */

body
{
	margin: 0;
	padding: 0;
} 

.bg-page {
	background-image: url(images/bg_img.jpg);
	background-position: center top;
	background-color: #052149;
	background-repeat: no-repeat;
}
.txt-yellow-shout {
	font-family: arial, verdana, tahoma;
	font-size: 18px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}
.txt-highlight-green {
	font-family: arial, verdana, tahoma;
	font-size: 14px;
	font-weight: normal;
	color: #3F0;
	text-decoration: none;
}
.bg-footer {
	background-image: url(images/stripes.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.txt-footer {
	font-family: verdana, tahoma, arial;
	font-size: 10px;
	font-weight: normal;
	color: #9F0;
	text-decoration: none;
	font-style: normal;
}





.transparent {
  background:#36C8F9;
  background:rgba(255,255,255,0.1);
}

.txt-body {
	font-family: arial, verdana, tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

a:link {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #6dd002;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #6dd002;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #3fc4ff;
	text-decoration: none;
}
a:active {
	font-family: Verdana, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #6dd002;
	text-decoration: none;
}
.footer a:link {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
.footer a:visited {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
.footer a:hover {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #3fc4ff;
	text-decoration: none;
}
.footer a:active {
	font-family: Verdana, Arial;
	font-size: 10px;
	font-weight: bold;
	color: #F60;
	text-decoration: none;
}
