@import url("Library/d6Styles.css");
.bodyText {
	font-size: 12px;
	color: #cccccc;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	}
	
.bodyTextBold {
	font-size: 12px;
	color: #cccccc;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-position: outside;
	list-style-type: disc;
	}
	
.heading {
	font-size: 24px;
	color: #333333;
	background-color: #CCCCCC;
	font-weight: bold;

}

.bodyHeadings {
	font-size: 19px;
	font-weight: bold;
	color: #F0F0F0;
	font-family: Geneva, Arial, Helvetica, sans-serif;


}
a:link {
	color: #DFD7FF;
	text-decoration: underline;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
.italicNotes {
	font-style: italic;
	color: #CCCCCC;
}
.bodyHeadingUnderlined {
	font-size: 19px;
	color: #CCCCCC;
	text-decoration: underline;
}
.crossOutToDoList {
	font-style: normal;
	text-decoration: line-through;
	}

