@charset "UTF-8";
/* CSS Document */


.red  {
	color: #d31f41;	
}
.gray {
	color: #888888;	
}

td.bluerow {
	background-color: #7caee1;	
}

td.grayrow {
	background-color: #d3d9d8;	
}

td.tableheading {
	font-size: 1.1em;
	font-weight: 600;
	background-color: #7caee1;
	text-align: center;	
}
.center-align  {
	text-align: center;	
}
.underline {
	text-decoration: underline;
}
.clear-both {
	clear: both;
}

ol.alpha-list {
	list-style-type: upper-alpha !important;
}
ul.clear-circle {
	list-style-type: circle;
}
#center .document-title {
	font-size: 15px;
	font-weight: bold;
	color: #1059dd;
}
.smalltext {
	font-size: 12px;		
}
.mediumtext {
	font-size: 14px;	
}
.largetext {
	font-size: 16px;		
}
.tighter-spacing {
	letter-spacing: -0.06em;	
}
.back-to-top {
	text-align: right;
}
.left-indent-20 {
	padding-left: 20px;	
}
.left-indent-40 {
	padding-left: 40px;	
}
.left-indent-60 {
	padding-left: 60px;	
}
p.left-thumbnail {
	float: left;
	margin: 10px 30px 15px 25px;
}
img.left-image {
	float: left;
	margin: 10px 25px 20px 0;
}
img.right-image {
	float: right;
	margin: 0 0 20px 25px;
}
a.link-button {
	color: white;
	background: #0097a9;
   padding: 4px 15px 5px;
   border-radius: 12px;
   vertical-align: middle;
   margin-top:  10px;
   line-height: 18px;	
}
div.collapsible {
	margin: 0 15px 10px 0;
}
#center p.img-side-text-300 {
	margin-top: 60px;
	width: 300px;
	float: left;
	display: inline;
}
#center p.img-side-text-wide {
	width: 510px;
	float: left;
	display: inline;
}

#center div.width-300  {
	width: 300px;
	float: left;
	margin-right: 20px;
	margin-bottom: 40px;	
}
#center table.wide {
	width: 100%;	
}
#center table.narrow {
	width: 60%;	
}
