body {
	background-color: #E1F2F9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(Images/Background.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
	    background-size: cover;
	background-attachment:fixed;
	font-family: Arial;
	font-size: 10px;
}

a:link {
	color: #4ACBFE;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4ACBFE;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
}

input.styled
{
background-color:#ffffff;
border-color:#1A345B;
border-style:solid;
border-width:1px;
font-size:8.0pt;
color:#666666;
}

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #999;
	text-align: justify;
}
.Headings {
	color: #4ACBFE;
	ffont-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.BlueHeadings {
	color: #0D7BC1;
	font-size: 16px;
	font-weight: bold;
}
.GreenHeadings {
	color: #009448;
	font-size: 16px;
	font-weight: bold;
}
.White {
	color: #FFF;
}
.Blue {
	color: #4ACBFE;
}
