body { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000; }

h2 { font-size: 16px; margin-bottom: 2px; }

td {
	border-color:#000;
}

table {
	border-color:#000;
}
	
.body_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
.bodyBold_black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.bodyItalic_black {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.bodyHilite_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	background-color: #FFFF66;
}
.titleSmall_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.titleSmall_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #F7F7F7;
}

.titleLarge_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.tinytext_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.body_wtable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	width: 95%;
}
.specTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.bodyCopyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0029;
}
.background {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.bold {
	font-weight: bold; }
	
	

/*** VIDEO PAGE ***/
#video_player {
	width: 560px;
	height: 340px;
	margin: 10px auto; }

.video_catalog {
	width: 610px;
	height: 415px;
	overflow: auto;
	margin: 0 auto;
	background: #ddd; }

.video_catalog img { margin-bottom: 3px; border:0; }
.video_catalog a { color: blue; text-decoration: underline; cursor: pointer; }

.tblCatalog {  }

.tblCatalog td {
	width: 139px;
	padding: 7px;
	background: #fff;
	font-weight: bold;
	vertical-align: top; }

.tblCatalog th { 
	font-size: 16px;
	text-align: left; }
