.body-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #222C3A;
	line-height: 15px;
}

.heading-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #222C3A;
}

.heading-2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CCCCCC;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.side-nav-copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	line-height: 14px;
}

a {
	color: #222C3A;
	text-decoration: underline;
}

a:hover {
	color: #CC6633;
	text-decoration: none;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bkgd-light-blue {
	background-color: #D0D9E4;
}

.bkgd-mid-blue {
	background-color: #A0B2CA;
}

.bkgd-dark-blue {
	background-color: #8098B8;
}

.bkgd-deep-blue {
	background-color: #222C3A;
}

.side-nav-rule {
	background: url(/graphics/side-nav-rule.gif) repeat-x bottom left;
}

.side-nav-section {
	background:  #2D3540 url(/graphics/side-nav-rule.gif) repeat-x bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}

.bkgd-content-index {
	background-image: url(/graphics/bkgd-content-index.gif);
	background-repeat: repeat-y;
}

