/* Arial will not display as bold in a 10px size or smaller, so don't use it */
/* We recommend not formating cell attributes in the style sheet, as it may cause potential display problems in Netscape */

.sectionHeader { font-family: Arial, Helvetica, sans-serif; 
				font-size: 16px; font-weight: bold; color: #000066;
}

.sectionSubHeader { font-family: Arial, Helvetica, sans-serif; 
				font-size: 12px; color: #000066;
}
.mainText { font-family: Arial, Helvetica, sans-serif; 
				font-size: 12px; color: #333333;
}

.notesText { font-family: Arial, Helvetica, sans-serif; 
				font-size: 10px; color: #333333;
}
.bluesubHead { font-family: Arial, Helvetica, sans-serif; 
				font-size: 12px; font-weight: bold; color: #000066;
}

.graysubhead { font-family: Arial, Helvetica, sans-serif; 
				font-size: 12px; font-weight: bold; color: #333333;
}

.blueital { font-family: Arial, Helvetica, sans-serif; 
				font-size: 12px; font-weight: normal;
				font-style: italic; color: #000066;
}
.sidebarHeader { font-family: Arial, Helvetica, sans-serif; 
				font-size: 11px; font-weight: bold; color: #000066;
}

.sidebarText { font-family: Arial, Helvetica, sans-serif; 
				font-size: 11px; color: #333333;
}


a.sectionLink:link, a.sectionsubheader:visited, a.sectionsubheader:hover { font-family: Arial, Helvetica, sans-serif; color: #000066; text-decoration: none;
}

