#mytable {
	width: 100%;
	padding: 0;
	margin: 0;
}

th {
	font-size: 11pt;
	font-weight: bold;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	color: #fa91a6;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #9E0909;
}

th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

td {
	font-size: 11pt;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 6px 3px 12px;
	color: #4f6b72;
}


td.alt {
	background: #F5FAFA;
	color: #797268;
}

th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
	font-weight: bold;
	font-size: 11pt;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa url(images/bullet2.gif) no-repeat;
	font-weight: bold;
	font-size: 11pt;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	color: #797268;
}

#footer {
  clear: both;
  padding: 5px 10px;
//  border: thin #CCC dotted;
  color: #AAAAAA;
  font-size: 8pt;
}

#div_navigator {
  clear: both;
  padding: 5px 10px;
//  border: thin #CCC dotted;
//  color: #AAAAAA;
  font-size: 8pt;
}

body {
	font-size: 11pt;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

#docs_description {
  width: 640px;
}

#what_is_this_site_for {
  border: dashed #999;
  margin: 1em;
  padding: 1em;
  display: inline-block;
}