/* CSS Document */

body,td,th {
	color: #000;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #005379;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container  {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #003;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#mainContent {
	padding: 10;
	margin: 10px;
}
.border {
	border: 1px solid #003;
}
.style1 {
	font-size: 20px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
.style2 {
	font-size: 14px;
	color: #000;
}
.FormTxt1 {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
a:link {
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #33FF66;
}
#header {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
.FormTxt2 {
	font-size: 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}
.FormTxt3 {
	font-size: 14px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}
