﻿.jumper1 {
}

a:link {
	color: #3366FF;
}
a:visited {
	color: teal;
}
a:hover {
	color: red;
	text-decoration: none
}
a:active {
	color: red;
}
body {
	background-image: url('sbbg.jpg');
	background-attachment: fixed;
	background-color: #C0C0C0;
	background-position:top center;
	font-size: 14pt;
}

#pup {
  position:absolute;
  z-index:200; /* always on top*/
  padding: 4px;
  margin-left: 10px;
  margin-top: 5px;
  width: 700px;
  border: 3px solid red;
  background-color: #000000;
  color: silver;
  font-size: 14pt;
}

#tables {
	width:755; /* pictures 735*/
	align: center;
    border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(192, 192, 192);
	font-size: 14pt;
}

#tables th {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
	
#tables td {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
	
#tablered {
	width:755; /* pictures 735*/
	align: center;
    border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
	background-color: rgb(192, 192, 192);
	font-size: 14pt;
}

#tablered th {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
	
#tablered td {
	border-width: 2px;
	padding: 5px;
	border-style: solid;
	border-color: black;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}

#tablez {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: silver;
	border-collapse: collapse;
	background-color: rgb(192, 192, 192);
	font-size: 14pt;
	}
#tablez th {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: silver;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}
#tablez td {
	border-width: 0px;
	padding: 0px;
	border-style: none;
	border-color: silver;
	background-color: rgb(192, 192, 192);
	-moz-border-radius: ;
}

#tables0 {
	width:755; /* pictures 735*/
	align: center;
    border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: rgb(0, 0, 0);
	font-size: 14pt;
}

#tables0 th {
	padding: 5px;
	}
	
#tables0 td {
	padding: 5px;
	}

#tablecam{
    width:755;
	align: center;
    border-width: 3px;
	border-spacing: 0px;
	border-style: solid;
	border-color: red;
	border-collapse: collapse;
	background-color: rgb(0, 0, 0);
	font-size: 14pt;	
	}

#tablecam th {
	border-width: 2px;
	padding: 0px;
	border-style: solid;
	border-color: red;
	background-color: rgb(0, 0, 0);
	-moz-border-radius: ;
	}
#tablecam td {
	border-width: 2px;
	padding: 0px;
	border-style: solid;
	border-color: red;
	background-color: rgb(0, 0, 0);
	-moz-border-radius: ;
}

.text {
	color: #000000;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.xxsmall {
    font-size: 8pt;
}
.xsmall {
    font-size: 10pt;
}
.small {
    font-size: 12pt;
}
.small-silver {
	color: #C0C0C0;
	font-size: 12pt;
}
.medium {
   	font-size: 14pt;
}
.medium13 {
   	font-size: 13pt;
}
.medium15 {
   	font-size: 15pt;
}
.medium16 {
   	font-size: 16pt;
}
.small-silver {
	color: #C0C0C0;
	font-size: 12pt;
}
.medium-red {
	color: #FF0000;
	font-size: 14pt;
}
.medium13-silver {
	color: #C0C0C0;
	font-size: 13pt;
}
.medium13-maroon {
	color: #800000;
	font-size: 13pt;
}
.medium-silver {
	color: #C0C0C0;
	font-size: 14pt;
}
.large-silver {
	color: #C0C0C0;
	font-size: 18pt;
}
.large {
	font-size: 18pt;
}
.xlarge {
	font-size: 24pt;
}
.xxlarge {
	font-size: 36pt;
}
.header {
	color: #3366FF;
	font-size: 36pt;
}
.menu {
	color: #000000;
	font-size: 16pt;
}
.menu-silver {
	color: #C0C0C0;
	font-size: 16pt;
}
.updated {
	color: #C0C0C0;
	font-size: 14pt;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.yellow {
	color: #FFFF00;
}
.maroon {
	color: #800000;
}
.purple {
	color: #800080;
}
.black {
	color: #000000;
}
.silver {
	color: #C0C0C0;
}
.color {
	color: #FF9900;
}
.blue {
	color: #3366FF;
}
.solid {
	border-style: solid;
}
.solid1 {
	border-style: solid;
	border-width: 1px;
}
.solid2 {
	border-style: solid;
	border-width: 2px;
}
.s1c {
   	border-style: solid;
   	border-width: 1px;
   	text-align: center;
}
.width0 {
	border-width: 0px;
}
.width1 {
	border: 1px solid #000000;
}
.vertical-mid {
	vertical-align: middle;
}
.yellowhigh {
	background-color: #FFFF00;
}

audio { 
width: 450px; 
height: 60px;
}

.border1red {
	border: 3px solid #FF0000;
}

.td-style {
	text-align: center;
	color: #3366FF;
	font-size: x-large;
	background-color: #000000;
}
.picbottom {
	vertical-align: bottom;
}
.silverback {
	background-color: #C0C0C0;
}
