/*
  content.css - this is the stylesheet for the content for the site.  The
  only styles that should be in here are styles that are to show up in the
  content editor.
*/

.bigBlackBold {
font-family: "Times New Roman", Times, serif;
  font-size: 18px;
  font-weight: bold;
  color:#FFFFFF
}

.bigRedBold {
font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: bold;
  color:#660000
}

.bigRedBold2 {
font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: bold;
  color:#660000;
  text-transform:uppercase;
}
a.bigRedBold2:visited{
  text-decoration:none;
  color:#660000;
}
a.bigRedBold2:link{
  text-decoration:none;
  color:#660000;
}
a.bigRedBold2:hover{
  text-decoration:underline;
  color:#660000;
}

.bodyLH{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  line-height: 18px;
  color:#333333;
}
.endorsement{
  position:relative;
  left:20px;
  text-align:justify;
  width:400;
  max-width:400;
}
.endorsementBold{
  text-align:right;
  font-weight:bold;
}
.indent5{
  position:relative;
  left:20px;
  width:480;
  max-width:480;
}
.inPageNav{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color:#333333;
  font-weight:bold;
}
a.inPageNav:visited{
  color:#333333;
  text-decoration:none;
}
a.inPageNav:link{
  color:#333333;
  text-decoration:none;
}
a.inPageNav:hover{
  color:#333333;
  text-decoration:underline;
}
.inPageNav2{
  /*
    This is the style for the 'related links'
  */
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color:#333333;
  font-weight:bold;
}
a.inPageNav2:visited{
  color:#333333;
  text-decoration:none;
}
a.inPageNav2:link{
  color:#333333;
  text-decoration:none;
}
a.inPageNav2:hover{
  color:#333333;
  text-decoration:underline;
}
.relatedLinkBox{
  height:20px;
  min-height:20px;
  max-width:260px;
  width:260px;
  position:relative;
  left:10px;
  white-space:wrap;
}
.nav1{
  color: #CCCCCC;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-decoration:none;
  font-weight:normal;
}
a.nav1:visited{
  color:#CCCCCC;
  text-decoration:none;
}
a.nav1:hover{
  color: #CCCCCC;
  text-decoration:underline;
}
.nav2{
  color: #CCCCCC;
  font-family:Arial, Helvetica, sans-serif;
  font-size:10px;
  text-decoration:none;
  font-weight:normal;
}
a.nav2:visited{
  color:#CCCCCC;
  text-decoration:none;
}
a.nav2:hover{
  color: #CCCCCC;
  text-decoration:underline;
}
.required{
	font-family:times new roman,serif;
	font-size:10px;
	color:#FF0000;
}
.dplink{
    //This is the download / play link on the media page
    font-family:arial;
    font-size:9px;
    color:#000000;
 }
 a.dplink:visited{
    text-decoration:none;
    color:#000000;
 }
  a.dplink:hover{
    text-decoration:underline;
    color:#000000;
 }
  a.dplink:visited{
    text-decoration:none;
    color:#000000;
 }
