
body {
  margin:0px;
  background-color:#FFFFFF;
}

form {
  margin:0px;
  padding:0px;
}
input,p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color:#0038A7;
}

.error{
  font-weight:bold;
  color:#FF6600;
  text-align:center;
}

hr {
  border: 0px;
  background-color: #CCCCCC;
  height: 1px;
  margin: 0px;
}

ul, li {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #003399;
  font-weight: bold;
  font-size:  8pt;
}



li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color: #53666D;
  list-style-type: square;
  line-height: 1em;
}

.list-bullet {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #53666D;
  list-style-type: square;
  line-height: 1.1em;
}

.list-text {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  font-weight: bold;
  color: #023165;
}

th {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;

}
td {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;

}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: bold;
  line-height: 1em;
border:solid 1px black;
}

h5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
}
h6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size:  8pt;
  font-weight: bold;
  color: #003399;  
}

a:link {
  color:#0066CC;
  text-decoration:underline;
}
a:visited {
  color:#0066CC;
  text-decoration:underline;
}
a:hover {
  color:#0066CC;
  text-decoration:none;
}
a:active {
  color:#0066CC;
  text-decoration:none;
}

.landingpage {
	background-color: #FFFFFF;
	background-image: url(images/coldfluformbg.jpg);
	background-repeat: no-repeat;
	width:557px;
	height:451px;
	position:relative;
	margin:0px;
}

.landingpage-header1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 38px;
	font-weight: bold;
	color: #0066A4;
}

.resultpage {
	background-color: #FFFFFF;
	background-image: url(images/coldfluresultbg.jpg);
	background-repeat: no-repeat;
	width:557px;
	height:451px;
	position:relative;
	margin:0px;
}

.footer {
	padding-top: 37px;
}