/* CSS Document */
/* Overall font and text rollover*/
td, tr {
	font-family: Verdana,;
	font-size: 90%;
	line-height: 20px;
	color: #000000;
}

a {
	color: #6A96A7;
	
}
	a:hover {
	color: #000000;
	background-color: #DFECF2;
}

/* 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: #333333;
	
}
.screenprintLink:hover {
	color: #000000;
	

}
.sectionHeading{
	font-family: Arial, Helvetica;
	font-size: 13pt;
	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: 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;

}
/* Making buttons */
.elButton{
color: #000000;
font-size:10px;
font-family:verdana;
font-weight:bold;
text-decoration: none;
border:2px outset ;
background-color:#DFECF2;
width: 120px;
height: 20px;
padding: 2px 5px;
margin: 0px;
text-align: center;
}
.elButton:hover {
background-color: #F8F8EF;
color:#000000;
padding-left:3px;
border:2px inset;
}
/* CONTACT FORM ATTRIBUTES*/
.formfield{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #000000;
	background-color: #EEEDE0;
	border-color : #6CBEA1;
	border-width: 1pt;
	border-left-width : 1pt;

}
/* Fieldset ATTRIBUTES (contact form border)*/
.fieldset{
	font-family: Arial, Helvetica;
	font-size: 10pt;
	color: #E7582C;
	font-weight: bold;
    border-width: 2pt;
	border-color : #006666;
	border-style : solid;
	letter-spacing : 3pt;
	padding : 4pt;	  
	
}

	
