/***************************************************
HEADINGS
***************************************************/

H1 {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bolder;
	font-size: 18px;
	color: #FFFFFF;
}

H2 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bolder;
	font-size: 16px;
	color: #003399;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	margin-top: 1px;
	margin-bottom: 3px;
	font-weight: bolder;
	font-size: 16px;
	color: #000000;
}


/**
 *  main layout for all coffeecup websites
 */

.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}
.redtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	color: #990000;
}
.links {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	color: #003399;
}
.sublinks {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #003399;
}
.linkurl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.link2 {
	text-decoration: none;
	color: #FFFFFF;
}
