/* CSS Document */

h1, .a-head {
    caption: Level 1--Section Title;
	margin: 0 0 14px 0;
	padding:0;
	color:#003366;
	font-size:20px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:22px;
        }
.b-head {
    caption: Level 2--Paragraph Header;
	margin: 0 0 6px 0;
	padding:0;
	color:#000000;
	font-size:18px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
	}
.c-head {
    caption: Level 3--Paragraph Sub-header;
	font-size:11px;
	color:#333333;
	margin: 0 0 0 0;
	padding:0;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
        }
/*
.Paragraph {
        font-size: 12px;
        margin: 0px 0 10px 0;
        padding:0;
        line-height: 16px;
        }
*/
.imgLeft {
	caption: Left-Aligned Image;
    float:left;
    margin: 0 20px 15px 0;
    }

.imgRight {
	caption: Right-Aligned Image;
    float: right;
    margin: 0 0px 15px 20px;
    }


/*  Styles to simulate front-end look
----------------------------------------------------------------- */



body {
font-size: 11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.VideoPlayer { 
  width:325px;
  height:280px;
  border: solid 1px #000;
  background: #CCC url(/images/vid-player-bg.gif)
}
.AudioPlayer { 
  width:326px;
  height:50px;
  border: solid 1px #000;
  background: #CCC url(/images/vid-player-bg.gif)
}
.PhotoCaption { 
  font-size: 10px;
  font-weight:bold;
 }

table.flowAround { 
  margin:5px;
  float:left;
 }

