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

body {
	text-align: center;
	margin-top: 20px;
	background-color: #12004C;
}
h1 {
	font-size: 25px;
	font-weight: lighter;
	margin-top: 21px;
	margin-bottom: 20px;
	color: #FFF;
	letter-spacing: 1px;
}

h2 {
	font-size: 15px;
	font-weight: lighter;
	margin-top: 21px;
	margin-bottom: 20px;
	color: #FFF;
	letter-spacing: 1px;
}


a {
	color: #FFF;
	text-decoration: none;
}

a.yes {
	background-color: #97C121;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin-right: 5px;
}

a.no {
	background-color: #F5273A;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	margin-left: 5px;
}
/* Footer 
*****************************************/

#Footer {
	clear: both;
	width: 955px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 10px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-image: url(images/footer-bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 120px;
	color: #FFF;
	}
	.footerLeft {
	float: left;
	width: 330px;
	padding-top: 15px;
	margin-top: 34px;
}
	.footerRight {
	float: right;
	width: 330px;
}
	.valid {
	float: right;
	margin-top: 90px;
}
	.footerRight img a{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: right;

}

  	#Footer p {
	color: #999;
	font-size: 10px;
	text-align: left;
	font-weight: 300;
	margin-bottom: 4px;
	text-shadow:0 1px 0 rgba(0, 0, 0, 0.7);
	margin-top: 10px;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	}
  	#Footer a {
	color: #999;
	text-decoration: none;
	-moz-transition: color 0.5s ease 0s;
	font-family: Arial, Helvetica, sans-serif;

		}
	#Footer a:hover {
	color: #FFF;
	text-decoration: none;
	}



