body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

H1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: black;
	}
	
H2  {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:normal;
	color: #000000
	}
	
H3	{

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style:italic;
	color: #000000
	}
	
Hiddenlink
	{
	color:#000000;
	text-decoration:none;
	}
	
.image-wrapper
 {
 position: relative;
 }

.scale-image
 {
 display: block;
 float:left;
 max-width:auto;
 width: 100%;
 
 }
 html {
   
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background: #70bg32;
    background-attachment: scroll;
	background-color: white;
	background-repeat:no-repeat;
    background: -webkit-linear-gradient(#00AF30, white, white);
    background: -moz-linear-gradient(#00AF30, white, white);
    background: -ms-linear-gradient(#00AF30, white, white);
    background: -o-linear-gradient(#00AF30, white, white);
    background: linear-gradient(#00AF30, white);
}

.Textbox
	{
	background-color: white;
	background-repeat: no-repeat;
    background-attachment: scroll left bottom;
    background-position: left bottom;
   	margin-left: 5%;
	margin-right: 5%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
    width: 90%;

	}