body {
background-color: #000000;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(Images/Background.jpg);
background-repeat:no-repeat;
background-attachment: fixed;
}

a:link {
	color: #005293;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #005293;
}
a:hover {
	text-decoration: none;
	color: #ffffff;
}
a:active {
	text-decoration: none;
}

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

.Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	text-align: justify;
}
.Headings {
	color: #005293;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
