/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
	font-weight: normal;
	font-size: 10px;
    background-color: #050a81;

}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	font-style: normal;
	font-weight: normal;
    background-color: #FFFFFF;
	
}
.style16 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000066;
}
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:  #999900;
}



h1 {
	font-size: 24px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;

}
p{
	font-size: small;
	font-weight: bold;
}
.Footer {
	font-size: x-small;
	font-style: italic;
	font-weight: normal;
}
.underline {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
}


h2 {
	font-size: xx-large;
	font-weight: bold;
}
h3 {
	font-size: large;
	font-weight: bold;
}
h6 {
	font-size: xx-large;
	font-style: normal;
	font-weight: bold;
}
/* styles for contact form */
form {
	margin: 10px 25px 0 50px;
	font-family: Arial, Helvetica, sans-serif;
  }
input {
}
.text_background {
	background-color: #FFFFCC;
}


#name, #email {
	width: 200px;
	background-color: #FFFFCC;
  }
#message {
  width: 500px;
  height: 150px;
  }
label, .warning {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
  }
.warning {
	color:#CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  }
.formlabel {
	font-size: medium;
	font-weight: bold;
}
.style7 {font-family: Arial, Helvetica, sans-serif; color: #000066; font-weight: bold; font-size: 12px; }
.copywrite {font-family: Arial, Helvetica, sans-serif; color: #000066; font-weight: bold; font-size: 8px; }

 a:link {
	color: #0000FF;
	font-weight: bold;
}
