body {
background-color: #343434;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image:url(Images/Background.png);
background-repeat:repeat-x;
font-family: Arial;
font-size: 12px;
}

a:link {
	color: #74C300;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #74C300;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
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: #000;
	text-align: justify;
}
.Headings {
	color: #74C300;
	font-weight: bold;
	font-size: 16px;
}

