/* Kenneth Cantley 11/20/05 - Vikings Styles */

@media all {
body {background-color: rgb(251,213,3); font-family: sans-serif; font-size: 10pt; text-align: center}
b {color: rgb(39,25,82)}
a {text-decoration: none}

#banner {margin-bottom: 5px; border-bottom: 2px solid rgb(39,25,82)}
#banner img {width: 620 height: 157; vertical-align: top}
#banner a {color: rgb(251,213,3); border: 2px solid rgb(39,25,82); background-color: rgb(39,25,82); padding: 5px 5px 5px 5px}
#banner a:hover {background-color: rgb(251,213,3); color: rgb(39,25,82)}

#links {width: 205px; margin-right: 10px; margin-bottom: 10px; padding: 15px 5px 10px 5px; background-color: rgb(39,25,82); float: left}
#links a {color: rgb(251,213,3); font-family: sans-serif; font-size: 12pt; line-height: 16pt; text-align: center}
#links a:hover {color: white}
#links img {width: 200px; height: 435; text-align: center; vertical-align: top; border: none}

#history {text-align: left}
#history h1 {font-weight: bold; text-align: center; color: rgb(39,25,82)}
#history img {border: none; float: left; margin-right: 10px; width: 400px; height: 200px}

#table {font-size: 9pt; text-align: left; background-color: white; color: rgb(39,25,82); border: 5px solid rgb(39,25,82); border-spacing: 0px; float: left; vertical-align: top}
#table td {border: 2px solid rgb(39,25,82); padding: 5px}
#table tr.subhead {font-size: 11pt; text-align: center; font-weight: bold;background-color: rgb(251,213,3)}
#table td.head {font-size: 14pt; text-align: center; font-weight: bold}
#table td.name {font-weight: bold; background-color: rgb(251,213,3)}
}
@media print {
#banner {display: none}
#links {display: none}
}
