/* Courier font for formfields to handle Netscape Differences */
.formfield	{
	font-family: Courier;
	color: #000000;
}
/* For all text copy */
.content {
	font-family: Arial; 
	font-size: 10pt; 
	color: #000000; 
	font-weight: none; 
}

.second {
	font-family: Arial; 
	font-size: 12pt; 
	color: #6699CC; 
	font-weight: bold; 
}

.third {
	font-family: Arial; 
	font-size: 10pt; 
	color: #666666; 
	font-weight: bold; 
}

.sidetable {
	font-family: Arial; 
	font-size: 10pt; 
	color: #6699cc; 
	font-weight: none; 
	background-color: #E6E6E6;
}

/* For all table cell copy */
.chtable {
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: none; 
	background-color: #FFFFFF;
}
.chtabletitle {
	font-family: Arial; 
	font-size: 10pt; 
	color: #336699; 
	font-weight: bold;
	background-color: #99CCFF;
	 
}
.note {
	font-family: Arial; 
	font-size: 10pt; 
	color: #6699CC; 
	font-style: italic;
}

/* For all italic text copy */
.icontent {
	font-family: Arial; 
	font-size: 9pt; 
	color: #000000; 
	font-weight: none; 
	font-style: italic;
}

/* For all small text copy */
.small {
	font-family: Arial; 
	font-size: 8pt; 
}
/* For all information copy */
.info {
	font-family: Arial; 
	font-size: 8pt; 
	color: #6666CC; 
	font-weight: none; 
	background-color: #ffffff;
}
/* For all headings */
.heading {
	font-family: Arial; 
	font-size: 10pt; 
	color: #6666CC; 
	font-weight: bold; 
	background-color: #ffffff;
	text-decoration: none;
}
/* Links */
a { 
	font-family: Arial; 
	font-size: 10pt; 
	color: #336699;
	text-decoration: underline; 
}

.marquee {
	font-family: Arial; 
	font-size: 8pt; 
	color: #CC9900; 
	font-weight: none; 
}

.sidebanner {

	font-family: Arial; 
	font-size: 8pt; 
	color: #FFFFFF; 
	font-weight: none; 

}

.mainEmail {
	font-family: Arial; 
	font-size: 8pt; 
	color: #666666; 
	font-weight: bold; 
  text-transform: uppercase;
}

.required {
	font-family: Arial; 
	font-size: 10pt; 
	color: #cc0000;

}
