h2,.Header   {
  font-weight:bold;
  font-size  :15px;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :13px;
}

.SmallText{
  font-size  :10px;
}

.whitetext{
font-weight:bold;
font-size: 14px;
color: white;
}

.whitetext a{
font-weight:bold;
font-size: 14px;
color: white;
}

.orangetext{
font-weight:bold;
font-size: 13px;
color: #f7931d;
}

.blacktext{
font-weight:bold;
font-size: 13px;
color: #1f1b1c;
}

.blackborder{
border:1px solid black; padding: 10px;
}

.tablepad{
padding: 7px;
}

.headleft{
font-family: "Century Gothic", Arial;
font-size: 24px;
font-weight: bold;
color: #1f1b1c;
}

.headright{
font-family: "Century Gothic", Arial;
font-size: 24px;
font-weight: bold;
color: #f7931d;
}

.buttonbg{
color: #fff;
background: url(../images/content/vid_buttonbg.gif) no-repeat;
font-size: 12px;
height: 51px;
padding: 3px 5px 3px 5px;
}

.buttonbg a{
color: #fff;
text-decoration:none;
font-size: 12px;
}
.buttonbg a:hover{
color: #fff;
text-decoration:underline;
font-size: 12px;
}



/* Main Styles */
td,body{
  font: normal 12px arial;
  color:333;
  text-decoration:none;
}


/* Links */
a{
  color:#f7931d;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}



