.heading {
	font-family: Trebuchet, Helvetica, Verdana, Times, serif;
	font-size: 34px;
	color: #999999;
	font-weight: normal;
	margin-top:0px;
	margin-bottom:5px;
}

.heading-dark {
	font-family: Trebuchet, Verdana, Times, serif;
	font-size: 18px;
	color: #000066;
	font-weight: normal;
	margin: 0px 0px 20px 0px;
	border-bottom: 2px solid #99CCE6;
	padding: 2px 0px 3px 20px;
}

.subheading, .subheading a {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 14px;
	font-weight: bold; 
	color: #000066;
}

.subheading a:hover {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 14px;
	font-weight: bold; 
	color: #999999;
	text-decoration: none;
}

.body {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
	color: #666666;
}

a { 
	text-decoration:none;
	color: #99CCE6;
}

a:hover { 
	text-decoration:underline;
	color: #000066;
}

.body-blue {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
	color: #000066;
}

.body-blue-bold {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
	font-weight:bold;
	color: #000066;
}

.body-home {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:8px;
	margin-bottom:8px;
	padding-left: 28px;
	line-height: 20px;
	color: #666666;
}

.body-home-small {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 10px;
	margin-top:8px;
	margin-bottom:0px;
	padding-left: 10px;
	line-height:14px;
	color: #666666;
}

.body-home a {
	text-decoration:none;
	color:#99CCE6;
}

.body-home a:hover { 
	text-decoration:none;
	color: #000066;
}

.rollover {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
}

.rollover a, .rollover a:visited {
	text-decoration:none;
	color:#99CCE6;
}

.rollover a:hover, .rollover a:active { 
	text-decoration:none;
	color: #000066;
}

.more {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
}

.more a, .more a:visited {
	text-decoration:none;
	color:#99CCE6;
}

.more a:hover, .more a:active { 
	text-decoration:none;
	color: #000066;
}

.more-small {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 11px;
	margin-top:0px;
	margin-bottom:0px;
	font-style:italic;
}

.more-small a, .more-small a:visited {
	color:#99CCE6;
	text-decoration:none;
}

.more-small a:hover, .more-small a:active { 
	color: #000066;
	text-decoration:none;
}

.list {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 12px;
	color: #666666;
	margin-left: -16px; /* this is also set in the IE tweaks file */
	padding-right: 4px;
	list-style-image: url(../graphics/arrow_blue.gif);
}

.did-you-know {
	font-family: Helvetica, Verdana, Times, serif; 
	font-size: 11px;
	color:#000066;
	text-align:center;
	margin:5px 12px 5px 12px;
	text-align:center;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 5px;
}

.footer {
	font-family: Trebuchet, Helvetica, Verdana, Times, serif; 
	font-size: 7pt;
	color: #333333;
	line-height: 13px;
	padding-top: 3px;
	padding-right: 3px;
}

.footer a {
	color: #333333;
	text-decoration: none;
}

.footer a:hover {
	color: #333333;
	text-decoration: underline;
}