@charset "ISO-8859-1";
<head> 
<style type="text/css">{  }
A:link
{ text-decoration:underline; color:#0D6825}
A:visited
{ text-decoration:underline; color:#0D6825}
A:active
{ text-decoration:underline; color:#0D6825}

body
{
	background-color: #199FAE;
	background-image: url(background.jpg);
	background-repeat: x-repeat;
	background-attachment: fixed;
	font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif;
	color: #382000;
	font-size:12px;
	font-weight: normal;
	font-variant: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
.style2 {
	font-size: 12px;
	font-weight: bold;
	color: #199fae;
}
.style3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #0d6825;
}
.style4 {
	font-size: 18px;
	font-weight: bold;
	color: #199fae;
}
input { 
       color: 0D6825;
       background: FFFFF;
       font-size: 11px;
       font-weight: regular;
       text-decoration: none;
       font-family: Verdana, Arial, Geneva,  Helvetica, sans-serif; 
       text-align: left;
       border-width: 1px;
       border-style: solid;
       border-color: 382000;
	   }
.styles1 {
	color: #000000; 
	font-weight: bold;
	}
  </style>
</head>

