/* Body, Text attributes */
body{ 
margin: 0 0 0 0;
background-image: url('img/bg-header.gif');
background-repeat: repeat-x
}

p, a, body {
font-family: Trebuchet MS, Tahoma;
}

p.videotitle {
font-weight: bold;
font-size: large;
color: #CF4C16;
}

p.footer {
font: bold small-caps 10px Verdana;
color: white;
}

h1 {
font-family: Verdana, Tahoma;
letter-spacing: -3px;
}

h2 {
font-family: Verdana, Tahoma;
color: #CF4C16;
letter-spacing: -3px;
border-bottom-style: solid;
border-bottom-width: 2px;
}

h3 {
font-family: Arial;
color: #2f844a;
letter-spacing: -1px;
border-bottom: 1px dashed;
}

h4 {
font-family: Arial;
color: #808080;
}


/* Table, Div attributes */
div.video {
display:none;
}

table.wrapper {
width: 100%;
background-color: white;
border-style: solid;
border-width: 1px;
border-color: #CF4C16;
}

/* Link attributes */
a.nav:link {
color: #FFFFFF;
text-decoration: none;
}

a.nav:visited {
color: #FFFFFF;
text-decoration: none;
}

a.nav:hover {
font-weight: bold;
color: #C0C0C0;
text-decoration: none;
}

a.nav:active {
color: #C0C0C0;
text-decoration: none;
}

a:link {
font-weight: bold;
color: #CF4C16;
text-decoration: none;
}

a:visited {
font-weight: bold;
color: #CF4C16;
text-decoration: none;
}

a:hover {
color: #EB6E3B;
text-decoration: none;
}

a:active {
font-weight: bold;
color: #CF4C16;
text-decoration: none;
}

/* Horizontal Rule */
hr {
border: 0;
color: #CF4C16;
background-color: #CF4C16;
height: 2px;
}