/* ----- universal settings -----*/

body {background-image: url(bg.jpg); background-color: #c4bd00; background-repeat: repeat-x; font-family: georgia, serif; padding: 0px; margin: 0px;}
.td1  {background: url(vid.jpg) top right no-repeat}

/* ----- typography ----- */
.content {font-size: 8pt; color: #4b4931;}
.footer {font-size: 8pt;}
.table {font-size: 8pt; color: #4b4931;}


/* ----- links ----- */
.content a:link {text-decoration: none; color: #d82f03;}
.content a:visited {text-decoration: none; color: #d82f03;}
.content a:hover {text-decoration: underline; color: #d82f03;}
.content a:active {text-decoration: none; color: #d82f03;}

.footer a:link {text-decoration: none; color: #000;}
.footer a:visited {text-decoration: none; color: #000;}
.footer a:hover {text-decoration: underline; color: #000;}
.footer a:active {text-decoration: none; color: #000;}

.table {padding: 5px 5px 5px 5px !important; }
.cell {padding: 3px 3px 3px 3px !important; font-size: 8pt;}
.cell2 {padding-right: 3px !important; font-size: 8pt; color: #4b4931;}