/* this is for the default copy */
.defaultText, .formLabel {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

/* this is for the "* = Required Information" text */
.requiredInfo {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

/* this is for login and form errors */
.loginError, .formError {
	font-family: verdana;
	font-size: 12px;
	color: #FF0000;
}

/* this is for the name and date copy in the discussion */
.discussionNameDate {
	font-family: verdana;
	font-size: 12px;
	font-style:italic;
	color: #000000;
}

/* this is for the copy on the home page */
.homeText {
	font-family: verdana;
	font-size: 12px;
	color: #000000;
}

/* this is for the first part of the copy on the home page */
.homeStartText {
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
}

/* this is for the main headers */
.mainHead {
	font-family: verdana;
	font-size: 14px;
	font-weight:bold;
	color: #000033;
}

/* this is for the main headers in the popup */
.popupMainHead {
	font-family: verdana;
	font-size: 12px;
	font-weight:bold;
	color: #000033;
}

/* this is for the secondary navigation */
a.secondaryNav {
	font-family: verdana;
	font-size: 10px;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
}

/* this is for image captions */
.imageCaption {
	font-family: verdana;
	font-size: 12px;
	font-style: italic;
	color: #000000;
}

.rebuttalDan {
	
}

.rebuttalGana {
	font-style: italic;
	font-weight: bold;
}
