/* CSS Document */
/* Overall font and text rollover*/
td, tr {
	font-family: Arial, Verdana,;
	font-size: 90%;
	line-height: 18px;
	color: #000000;
}

.underlineBold {
	font-family: Arial, Verdana,;
	font-size: 10pt;
	line-height: 16pt;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

.bold {
	font-family: Arial, Verdana,;
	font-size: 10pt;
	line-height: 16pt;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

.italic {
	font-family: Arial, Verdana,;
	font-size: 10pt;
	line-height: 16pt;
	text-decoration: none;
	font-style: italic;
	color: #000000;
}

a {
	color: #0099ff;
	
}
a:hover {
	color: #0099ff;
	text-decoration: none;
}

/* The footer text*/
.footerText {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #000000;
	line-height: 10pt;
}
.footerText:hover {
	color: #000000;
	background-color: #ffffff;
}


/* The address text*/
.addressText {
	font-family: Arial, Helvetica;
	font-size: 10pt;
	line-height: 12pt;
	color: #000000;
	font-weight: bold;
}

/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #0099ff;
	
}
.screenprintLink:hover {
	color: #0099ff;
	text-decoration: none;

}
.sectionHeading{
	font-family: Arial, Helvetica;
	font-size: 11pt;
	color: #000000;
	font-weight: bold;
}

.sectionSubheading{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	font-weight: bold;
}

/* Contact area font and whatnot*/
.contactArea {
	font-family: Arial, Helvetica;
	font-size: 6pt;
	line-height: 9pt;
	color: #ffffcc;
	
}

/* Contact area font - bold*/
.contactAreabold {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	color: #ffffcc;
	
}

/* Bottom text links*/
.textLinks {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #ffffcc;
	
}

.textLinks:hover {
	color: #000000;
	background-color: #EEFBEB;

}

/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #E0F2BA;
	border-color : #6CBEA1;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #0099ff;
	font-weight: bold;
    border-width: 1pt;
	border-color : #99cc66;
	border-style : solid;
	letter-spacing : 2pt;
	padding : 3pt;	  
	

}
Change the colors and fonts to match your design.
Match all colors to your background color, if you have a textured background it will not work.

}
.textArea {
	SCROLLBAR-FACE-COLOR: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-SHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF; 
	SCROLLBAR-ARROW-COLOR: #FFFFFF; 
	SCROLLBAR-TRACK-COLOR: #FFFFFF; 
	SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF; 
	SCROLLBAR-BASE-COLOR: #FFFFFF; 
	scrollbar-lightshadow-color: #FFFFFF;
	background: #FFFFFF;
	BORDER-RIGHT: none;
	BORDER-LEFT: none;
	BORDER-TOP: none;
	BORDER-BOTTOM:  none;
	scrollbars: none;
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	
}	

