/* CSS Document */

h2, .a-head {
        caption: Level 1--Section Title;
        margin: 0 0 8px 0;
	font-family: Helvetica, Arial, sans-serif;
        font-size: 22px;
        color:#523090;
	line-height:25px;
	font-weight: normal;
        }
.b-head {
        caption: Level 2--Paragraph Header;
        font-size: 12px;
        margin: 0 0 6px 0;
        padding: 0;
        color:#523090;
        font-weight:normal;
        font-style:normal;
	}
.c-head {
        caption: Level 3--Paragraph Sub-header;
		font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        margin: 3px 0 8px 0;
        padding: 0;
        color:#5c499a;
	font-weight:bold;
        }
/*
.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 {
/*
        margin:0;
*/
        font-size: 12px;
/*
        text-align:center;
*/
        font-family:  Georgia, sans-serif, Helvetica, Arial;
/*
        background-color:#dedbcb;
*/
        font-size:11px;
        }
.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)
}
