/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

.center {text-align:center; }
.text-normal {font-size:11pt;}
.text-small {font-size:10pt; }
.text-large {font-size:12pt; }
.text-xlarge {font-size:13pt; }
.text-xxlarge {font-size:14pt; }
.text-normal-bold {font-size:11pt;font-weight:bold;}
.text-small-bold {font-size:10pt;font-weight:bold; }
.text-large-bold {font-size:12pt;font-weight:bold; }
.text-xlarge-bold {font-size:13pt;font-weight:bold; }
.text-xxlarge-bold {font-size:14pt;font-weight:bold; }
.text-normal-italic {font-size:11pt;font-style:italic;}
.text-small-italic {font-size:10pt;font-style:italic; }
.text-large-italic {font-size:12pt;font-style:italic; }
.text-xlarge-italic {font-size:13pt;font-style:italic; }
.text-normal-bold-italic {font-size:11pt;font-weight:bold;font-style:italic;}
.text-small-bold-italic {font-size:10pt;font-weight:bold;font-style:italic; }
.text-large-bold-italic {font-size:12pt;font-weight:bold;font-style:italic; }
.text-xlarge-bold-italic {font-size:13pt;font-weight:bold;font-style:italic; }
.text-xxlarge-bold-italic {font-size:143pt;font-weight:bold;font-style:italic; }
.text-para {font-size:14pt;color:#003466;line-height:130%;text-align:center;}
.prog-activity {font-weight:bold;color:red;}
.prog-date-time {font-weight:bold;color:navy;}
.prog-desc {padding-left:15px; padding-bottom:25px; padding-right:15px;}
.underline {text-decoration:underline; }
.vt-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
