/* CSS Document */

/* =========== GENERAL: All Containers =========== */
.Container1 h2 .Head, .Container2 h2 .Head {
font-family:Helvetica,Arial,sans-serif;
color:#0096D4;
}

.Container1 h2 a.subtitle:link, .Container1 h2 a.subtitle:visited, .Container1 h2 a.subtitle:hover, .Container1 h2 a.subtitle:active,
.Container2 h2 a.subtitle:link, .Container2 h2 a.subtitle:visited, .Container2 h2 a.subtitle:hover, .Container2 h2 a.subtitle:active 
  {
color:#000;
float: right;
font-size: 10px;
line-height: 30px;
padding: 0 10px 0 0;
text-transform:none;
}
.Container1 .body a:link, .Container1 .body a:visited, .Container1 .body a:hover, .Container1 .body a:active,
.Container2 .body a:link, .Container2 .body a:visited, .Container2 .body a:hover, .Container2 .body a:active { color: #0095d4; text-decoration: none; }
.Container1 .body a:hover, .Container2 .body a:hover { color: #fff; background: #0095d4; }

/* =========== SPECIFIC: Container with orange dashed line box around title =========== */
.Container1 h2 {
border:2px dashed #D89D3B;
margin: 0;
padding: 0;
}
.Container1 h2 .Head {
background:#DDE9F5;
display:block;
margin:2px;
padding:5px 10px 2px;
font-size:18px;
text-transform:uppercase;
}
.Container1 .body {
padding: 10px;
}

/* =========== SPECIFIC: Container with orange dashed line underline =========== */
.Container2 h2 {
border-bottom:1px dashed #D89D3B;
margin-bottom:10px;
padding-bottom:5px;
}
.Container2 h2 .Head {
padding: 1px;
font-size:22px;
font-weight:normal;
text-transform:none;
}