/* CSS Document */
/* Overall font and text rollover*/
td, tr {
	font-family: Verdana,;
	font-size: 90%;
	line-height: 14pt;
	color: #000000;
}

a {
	color: #000099;
	
}
	a:hover {
	color: #000000;
	background-color: #ccffff;
}

/* 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: 14pt;
	color: #000000;
	font-weight: bold;
}

/* screen reader print friendly version - font and rollover*/
.screenprintLink {
	font-family: Arial, Helvetica;
	font-size: 7pt;
	color: #333333;
	
}
.screenprintLink:hover {
	color: #000000;
	

}
.sectionHeading{
	font-family: Verdana, Arial, Helvetica;
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	
}
.sectionDMSales{
	font-family: Verdana, Arial, Helvetica;
	font-size: 11pt;
	color: #ffffff;
	font-weight: bold;
}

.sectionSubheading{
	font-family: Verdana, Arial, Helvetica;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

/* Contact area font and whatnot*/
.contactArea {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	line-height: 9pt;
	color: #ffffcc;
	
}

/* Contact area font - bold*/
.contactAreabold {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	line-height: 10pt;
	font-weight: bold;
	color: #ffffcc;
	
}

/* Bottom text links*/
.textLinks {
	font-family: Verdana, Helvetica;
	font-size: 7pt;
	color: #000000;
	
}

.textLinks:hover {
	color: #000000;
	background-color: #EEFBEB;

}

	

.newback {
	background-image: url(../images/back-o.jpg);
	background-repeat: no-repeat;
}

/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #EEFBEB;
	border-color : #6CBEA1;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #6633cc;
	font-weight: bold;
    border-width: 1pt;
	border-color : #32803B;
	border-style : solid;
	letter-spacing : 2pt;
	padding : 3pt;	  
	

}

	
