@charset "utf-8";
/* CSS Document */

.table-background{
	background-color:#FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

.dark-blue-box{background-color:#4c7091}
.med-blue-box{background-color:#7b93A7}
.last-blue-box{background-color:#6b7b87}

.copy{
	font-size:12px;
	color:#3f3f3f;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16.5px;}
	
.headline{
	font:Arial, Helvetica, sans-serif;
	font-size:26px;
	color:#3f3f3f}
	
.white-copy{font-size:12px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16.5px;}
	
.white-headlines{font-size:20px;
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;}
	
.footer{font-size:11px;
	color:#6b7287;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16.5px;}

.footer_nav{font-size:11px;
	color:#4c7091;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16.5px;}
	
.subhead{font:Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#4c7091;
		line-height:16px}
.thumbnail {
	background-color: #B5BABE;
	border: thick solid #6B7B87;
}

