﻿.star01 {
}
a:link {
	color: #3366FF;
}
a:visited {
	color: teal;
}
a:hover {
	color: red;
}
a:active {
	color: red;
}
body {
	background-image: url('sbwh.jpg');
	background-attachment: fixed;
	background-color: #C0C0C0;
	color: black;
}
.text {
	color: #000000;
}

#table {
	width:600; 
	border-width: 3px;
	border-spacing: 1px;
	border-style: solid;
	border-color: black;
	border-collapse: collapse;
	background-color: #000000;
}

#tables th {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
	}
	
#tables td {
	border-width: 0px;
	padding: 0px;
	border-style: solid;
	border-color: black;
	-moz-border-radius: ;
	}

.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.maroon {
	color: #800000;
}
.purple {
	color: #800080;
}
.red {
	color: #FF0000;
}
.font {
	font-family: "Times New Roman";
}
.xxsmall {
    font-size: 8pt;
}
.xsmall {
    font-size: 10pt;
}
.small {
    font-size: 12pt;
}
.medium13 {
   	font-size: 13pt;
}
.medium {
   	font-size: 14pt;
}
.medium16 {
   	font-size: 16pt;
}
.large {
	font-size: 18pt;
}
.large20 {
	font-size: 20pt;
}
.xlarge {
	font-size: 24pt;
}
.xxlarge {
	font-size: 36pt;
}
.header {
	color: #C0C0C0;
	font-size: 24pt;
}
.menu {
	color: #000000;
	font-size: 20pt;
}
.forword {
	color: #C0C0C0;
	font-size: 18pt;
}
.updated {
	color: #FF9900;
	font-size: 13pt;
}
.captions {
	color: #C0C0C0;
	font-size: 15pt;
}
.underline {
	text-decoration: underline;
}
.red {
	color: #FF0000;
}
.maroon {
	color: #800000;
}
.purple {
	color: #800080;
}
.black {
	color: #000000;
}
.silver {
	color: #C0C0C0;
}
.yellow {
	color: #FFFF00;
}
.width0 {
	border-width: 0px;
}
.picmid {
	border-width: 0px;
	vertical-align: middle;
	}
	
hr {
    /* no need for border-left/right with the following: */
    border: none;
    border-top:1px solid #000000; 
	border-bottom:1px solid #000000;
	width: 750px;
    clear:both; 
    height:0; 
    }


