/*
    Copy (Text) Styles
*/

.copy {
	color: #333;
	font-size: 13px;
}

/* restoration of strong=bold, em=italic */
 
.copy strong {
    font-weight: bold;
}

.copy em {
    font-style: italic;
}

.copy strong em {
    font-weight: bold;
}

/* paragraphs */

.copy p {
	line-height: 1.6em;
	margin-bottom: 1.0em; 
}

/* headers */

.copy h1,
.copy h2,
.copy h3,
.copy h4,
.copy h5 {
  font-weight: bold;
  margin-top: 1.6em;
  clear: left;
}

.copy h1.first,
.copy h2.first,
.copy h3.first,
.copy h4.first,
.copy h5.first {
  margin-top: 0;
}

.copy h1 {
	font-size: 24px;
	margin-bottom: 0.8em;
	margin-top: 0;
}

.copy h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1.0em;
	color: #32A8E0;
	text-transform: uppercase;
}

.copy h3 {
	margin-bottom: 1.0em;
  font-size: 12px;  
}


.copy h3 {
    
}


.copy ul {
	padding-left: 20px;
	list-style-type: disc;
	margin-bottom: 1em;
}

.copy ul ul {
  margin-bottom: 0;
}


.copy ul li {
	margin: 8px 0 12px 0;
}

/* summary lists (without bullets) */

.copy ul.summary {
  list-style-type: none;
}

.copy ul.summary li {
  padding-left: 20px;
}

.copy table {
    
}

.copy table td,
.copy table th {
  padding: 6px 8px;
  vertical-align: top;
}

.copy table th {
  background: #E7F6FE;
  border: 1px solid #CCC;
  font-weight: bold;
}

.copy table td {
  border: 1px solid #CCC;
}

.copy table tr.group-first td {
  border-top-width: 3px;
}

.copy table tr.title td,
.copy table tr.title th,
.copy table td.title,
.copy table th.title {

  background-color: #f3f3f3;
  font-weight: bold;
}

.copy .left {
  float: left;
  margin-right: 15px;
  margin-bottom: 10px;
}

.copy .right {
  float: right;
  margin-left: 15px;
  margin-bottom: 10px;
}

