/* CSS Document */
body {
	background-color: #29568F;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
}

H1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	font-weight:bold;
}

H2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
}

H3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11pt;
	font-weight:bold;
	color:#29568F;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:7pt;
	color:white;
	
	text-decoration:none;
}

.content {
	background-image:url(../images/contentBackground.png);
	width:551px;
	padding-top:20px;
}


.white {color: #FFFFFF;
}

a {
	font-size: 9pt;
	color: #29568F;
	font-weight:bold;
}
a:link {
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	text-decoration: none;
	color: #29568F;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #BEAF90;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #29568F;
	font-weight:bold;
}

a.footerLinks {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	
}
a.footerLinks:link {
	text-decoration: none;
	color: #FFFFFF;
	
}
a.footerLinks:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
a.footerLinks:hover {
	text-decoration: underline;
	color: #BEAF90;
	
}
a.footerLinks:active {
	text-decoration: none;
	color: #FFFFFF;
	
}
.labelcell 
{ 
  background-color:#97C0E6; 
  border:1px solid black;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  border:1px solid black;
  width:200px;
   
} 

.submitcell
{ 
  background-color:#97C0E6; 
  border:1px solid black;
  font-family:Arial, Helvetica, sans-serif;
  font-size:9pt;
  border:1px solid black;
   
} 

.picBorder {
	border:1px solid #97C0E6;
}
