body {
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	color: #444444;
	list-style-position: outside;
	list-style-type: square;
}

a {
	color: #44AAAA;
	text-decoration: underline;
}

a:hover {
	color: #AA4444;
	text-decoration: underline;
}

.hlg {
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #993300;
	font-weight: bold;
}

.hlg_caps {
	font-size: medium;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #993300;
	font-weight: bold;
}

.hlg_caps_abbrev {
	font-size: small;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-variant: small-caps;
	color: #993300;
	font-weight: bold;
}

.left {
	vertical-align: top;
	background-image: url(../images/bg_gr.gif);
	background-repeat: repeat-x;
	background-position: top left;
	overflow: hidden;
}

.left_image {
	vertical-align: bottom;
	padding: 0;
	margin: 0;
	border: 0;
	height: 78px;
	vertical-align: top;
}

.left_image img {
	border-top: 5px solid #666666;
	top: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
}

.left_content {
	font-size: small;
	border-left: 1px solid #E3E3E3;
	padding: 0 10px 20px 10px;
	vertical-align: top;
	margin: 0;
}

.content {
	font-size: small;
	/* width, padding-left, and padding right must add up to 570 */
	width: 530px;
	padding: 20px 20px 20px 20px;
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #E3E3E3;
}

.content_body {
	padding: 10px 55px 0 25px;
	border-bottom: 1px solid #F7CE50;	
	font-size: small;
	line-height: 14px;
}

.title {
	font-size: 18px;
	color: #333333;
	text-decoration: underline;
}

.subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #003366;
}

.subtitle_exec {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003366;
}

/* Bottom links */
.footer1 {
	background-color: #999999;
	text-align: center;
	padding: 5px 50px 5px 50px;
	font-size: 11px;
	color: #FFFFFF;
	border-top: 1px solid #888888;
}

.footer1 a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/* Bottom blue stripe color */
.footer2 {
	background-color: #00416F;
}

/* Copyright notice formatting */
.footer3 {
	color: #555555;
	text-align: left;
	padding-top: 5px;
	font-size: 9px;
}

/*  Changes copyright link color, if desired

.footer3 a {
	color: #44AAAA;
	text-decoration: underline;
}

.footer3 a:hover {
	color: #AA4444;
	text-decoration: underline;
}

*/
