<!--
a:link {
  text-decoration: underline;
  color: #BAC2E0;
  }
a:active {
  TEXT-DECORATION: none;
  color: #BAC2E0;
  }
a:visited {
  TEXT-DECORATION: none;
  color: #666666;
  } 
a:hover {
  TEXT-DECORATION: underline;
  color: #384F83;
  }
 .content, table, textarea {
  FONT-SIZE: 9pt;
  FONT-FAMILY: verdana; 
  COLOR: #333333;}

h1 {
	font-size:14px;
	font-family:arial;
	color:#BAC2E0;
}
.head1 {font-size: 18px}

.call-to-action {font-size: 14px}

.standout { font-size: 14px; font-weight: bold; color: #BAC2E0; }

form { margin: 0; padding: 0; }
#fEnquiry input.singleLine, #fEnquiry textarea { width: 200px; padding: 0 2px; font-size: 11px}

#solutions { padding-top: 150px; text-align: center; font-size: 0.9em; }
#solutions h2 { color: #384F83; font-size: 1.6em; font-weight: normal; }
td.mainInfo { padding-left: 20px; }
-->