/* CSS Document */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#6a6a6a;
font-size:11px;
background-color:#CCCCCC;
}
table {border-collapse:collapse;}

td {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#6a6a6a;
  font-size:11px;
}

input, select, textarea {
  font-size:11px;
}

.error {
color: red;
}

.heading1 {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
font-style:italic;
color:#097ebd;
}

.footertext{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#097ebd;
}
.heading2 {
font-family:Verdana,Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
color:#097ebd;
}
h1{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#097ebd;
}
.header{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
color:#097ebd;

}
.heading3 {
font-family:Arial, Helvetica, sans-serif;
font-size:26px;
font-weight:bold;
color:white;
}
.emph {
font-weight:bold;
color:#097ebd;
}

.topWhiteLine {
border-top: 1px solid white;
}


.inputstyle, input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  border: 1px solid #097ebd;
  padding:1px;
}

a:link {
	color: #006AB0;
}
a:visited {
	color: #006AB0;
}
a:hover {
	color: #33CDCD;
}
a:active {
	color: #006AB0;
}
.overblue { 
	color:#CCCCCC;
	font-family:Verdana;
	font-size: 12px;
	}
.emph2 {
	color:#097ebd;
	font-family:Verdana;
	font-size: 12px;
	}
.emph3red {
	color:#FF0000;
	font-weight:bold;
	}
.emph3blue {
	color:#0071B7;
	font-weight:bold;
	}
.emph4 {
color:white;
font-weight:bold;
}
.formTable th {
background-color:#000068;
color:white;
font-weight:bold;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
}
.formTable td {
background-color:#0072B7;
color:#EEEEEE;
}
.insideTable td {
background-color:white;
color:#6a6a6a;
}
.highlight {
background-color:yellow;
}
.disclaimer {
font-size:8px;
color:black;
}
.justify{
	text-align: justify;
}
