body {
	color: #000000;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
	}

a:link {
	color: #B8860B;
}

a:visited {
	color: #B8860B;
}

a:hover {
	color: #00BFFF;
	}

.headLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	line-height: normal;
	color: #B8860B;
}
p.path {
	background-color : #FFFFFF;
	color : #B8860B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-style : normal;
}

.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000000;
}
.bodyTextBoldColor {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FF9400;
}
.bodyTextBoldBigger {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
.bodyTextBoldBiggest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
}
.bodyTextBoldBlueBig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #00008B;
}
.bodyTextBoldBlueBiggest {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #00008B;
}

.bodyTextBoldBlue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #00008B;
}

.bodyTextItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	font-style: italic;
	color: #000000;
}
.errorText {
	color: Red;
}
	
.smallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
}

.smallTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	color: #000000;
}

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #B8860B;
}
	
td {
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

table {
	border: #000000;
}

/* Styles for video transcripts */

#script_header {
	width:800px;
	margin:0 auto;
	background-color:#333399;
	}
	
#script_content {
	width:740px;
	margin:0 auto;
	padding:15px;
	}
/* hidden class for labels so the text doesn't show up  added by rak 10.13.06*/
.hidden{
/* show any descriptive text in a link only in speech browsers, hide
in all visual browsers. */
height: 0;
width: 0;
visibility:hidden;
position: absolute; /* for the benefit of IE5 Mac */}
