@charset "utf-8";
/* CSS Document */

html, body, div, img {padding:0; margin:0; border:0;}
body{
	background-color:#2d70cb;
	background-image:url(Images/bg.jpg);
	background-position:bottom;
	background-attachment: local;
	background-repeat: no-repeat;
	background-size: contain;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
div.Container{
	width:650px;
	margin:40px auto 40% auto;
}
div.Bg{
	width:100%;
	padding:0;
	margin:0;
}
div.Main{
	margin-bottom:160px;
}
div.Footer{
	width:50%;
	height:20px;
	margin:0 25% 0px 25%;
	color:#000;
	font-size:12px;
	text-align:right;
}
img.Image{
	width:100%;
	margin-bottom:8px;
}
img.Home{
	max-width:100%;
	margin:0 auto;
}
a, a:visited{
	text-decoration:none;
	color:#ebb10a;
}
a:hover, a.active{
	text-decoration:underline;
}
a.Logo{
	text-decoration:none;
}
a.Menu, a.Menu:visited{
	text-decoration:none;
	color:inherit;
}
a.Menu:hover, a.Menu:active{
	text-decoration:none;
	color:#000;
}
span.Menu{
	clear:both;
	display:block;
	margin:20px 0;
	font-size:20px;
	color:#FFF;	text-align: center;
}
h1{
	color:white;
	text-decoration:none;
}
h2{
	color:#FFF;
	text-decoration:none;
}
span.icon{
	font-weight:100;
}
img.InText{
	width:100%;
	margin:10px 0;
}
table{
	width:100%;
}
td{
	border:solid 1px #FFF;
	padding:2px 4px;
}
td.blank{
	height:30px;
	border:0;
	text-align:center;
}
a.h2, a.h2:visited, a.h2:hover, a.h2:active{
	text-decoration:none;
	color:inherit;
}
ul li{
	list-style-type: square;
}
a.Footer, a.Footer:visited{
	text-decoration:none;
	color:inherit;
}
a.Footer:hover, a.Footer:active{
	text-decoration:underline;
}.selected {	text-decoration: underline !important;}