BODY { 
	margin: 0; 
	background-image: url(images/background.jpg); 
	background-repeat: no-repeat; 
	background-position: 0 176px;
	background-color: #073770;	
}
FORM { display: inline; }
#contentBoxHome {
	background-image: url(images/background-home.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #245086;
}
#contentBox {
	background-image: url(images/address.gif); 
	background-repeat: no-repeat; 
	border-bottom: 1px solid #245086;
	background-color: #063368;
}
#contentTable { margin-left: 32px; margin-top: 10px; }
.imgBdr { border-right: 2px solid #042E5E; border-bottom: 2px solid #042E5E; }
P, .bodyText {
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: normal;
	color: #FFF; 
	line-height: 1.3em;
	margin: 0 0 9px 0; 
}
.medText {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;
	color: #FFF; 
}
.smText { 
	font-family: tahoma, arial, helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal;
	color: #F93; 
}
H3 { 
	font: bold 15px georgia, 'times new roman', times, serif; 
	color: #77B6D7; 
	margin-bottom: 9px;
}
INPUT.btn {
	font: bold 9px georgia, 'times new roman', times, serif;  
	background: #77B6D7;
	color: #073770;
	padding-top: 1px;
}
INPUT.txt, TEXTAREA {
	font-family: arial,helvetica,sans-serif; 
	font-size: 12px; 
	font-weight: normal; 
	background-color: #f0f0f0;
	border: 1px solid #245086;
}
A:link, A:visited { text-decoration: underline; color: #6F6; }
A:hover { text-decoration: none; color: #6F6; }		
A:active { text-decoration: none; color: yellow; } 