/* CSS Document */
body {
  font-family : Arial; font-size : 12px;
  background-color: #003366;
	background-image: url(/assets/images/bg_fade.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

A.TextLinks, A.TextLinks:visited, A.TextLinks:active {
  color: #003366;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

A.TextLinks:hover {
  color: #003366;
  text-decoration: underline;
}

A.FooterLinks, A.FooterLinks:visited, A.FooterLinks:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

A.FooterLinks:hover {
  color: #ffffff;
  text-decoration: underline;
}

A.siteDesignLink, A.siteDesignLink:visited, A.siteDesignLink:active {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
  text-decoration: underline;
}

A.siteDesignLink:hover {
  color: #ffffff;
  text-decoration: underline;
}

.contactTable {
	background-color: #d6d3d6;
	border: 1px solid;
	border-color: #006699;
}

.inputField {
	background-color: #f6f3f6;
	width: 125px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;	
}

.inputFieldLong {
	width: 140px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXLong {
	width: 225px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.inputFieldXSmall {
	width: 25px; 
	height: 17px;
	font-family: tahoma; 
	font-size:10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;		
}

.copyright {
  color: #666666;
  font-weight: normal;
  font-size: 10px;
}

.pageTitle {
  color: #000000;
  font-weight: bold;
  font-size: 14px;
}

.textareaField {
	width: 325px; 
	height: 161px; 
	font-family: tahoma; 
	font-size: 10px; 
	border:1px solid;
	border-color: #006699;
	background-color: #f6f3f6;	
}

.whiteText {
  color: #ffffff;
  font-weight: normal;
  font-size: 12px;
}

