img {
	border-color: Black;
}
a {
	font-weight: bold;
}

a:link {
	color: rgb(204, 0, 0);
}

a:visited {
	color: rgb(102, 102, 102);
}

a:hover {
	color: rgb(215, 184, 32);
	text-decoration: underline;
}

a:active {
	color: rgb(0, 0, 0);
}

a.legal {
	color: rgb(192, 192, 192);
	font-size: xx-small;
}

a.navbar {
	background-color: transparent;
	color: rgb(254, 241, 186);
	text-decoration: none;
}

a.navbar:link {
	background-color: transparent;
	color: rgb(254, 241, 186);
	text-decoration: none;
}

a.navbar:visited {
	background-color: transparent;
	color: rgb(245, 245, 245);
	text-decoration: none;
}

a.navbar:hover {
	background-color: transparent;
	color: rgb(255, 255, 255);
	text-decoration: none;
}

body {
	background-color: rgb(254, 253, 249);
	background-image: url(images/ssR1C1.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
}

body,td,th {
	color: rgb(0, 0, 0);
	font-family: "Trebuchet MS" ,Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h1 {
	color: rgb(0, 0, 0);
	font-size: 24px;
}

h2 {
	font-size: 20px;
}
.bigblack {
	font-size: 20px;
}
h3 {
	color: rgb(204, 0, 0);
	font-size: 18px;
}

.deepred {
	background-color: transparent;
	color: rgb(217, 25, 66);
}

.gradient1 {
	background-image: url(images/grad1.jpg);
	background-repeat: repeat-x;
}

.gradient2 {
	background-image: url(images/grad2.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

.ivory {
	background-color: rgb(255, 249, 228);
	color: rgb(0, 0, 0);
	padding: 10px;
}

.ivorybottom {
	background-color: rgb(255, 249, 228);
	background-image: url(images/lbtableR3C2.jpg);
	background-repeat: repeat-x;
}

.ivoryleft {
	background-color: rgb(255, 249, 228);
	background-image: url(images/lbtableR2C1.jpg);
	background-position: left;
	background-repeat: repeat-y;
	width: 23px;
}

.ivoryright {
	background-color: rgb(255, 249, 228);
	background-image: url(images/lbtableR2C3.jpg);
	background-position: right;
	background-repeat: repeat-y;
	width: 30px;
}

.ivorytop {
	background-color: rgb(255, 249, 228);
	background-image: url(images/lbtableR1C2.jpg);
	background-repeat: repeat-x;
}

.legal {
	color: rgb(192, 192, 192);
	font-size: xx-small;
}

.legal:link {
	color: rgb(192, 192, 192);
	font-size: xx-small;
}

.legal:visited {
	color: rgb(192, 192, 192);
	font-size: xx-small;
}

.legal:hover {
	color: rgb(192, 192, 192);
	font-size: xx-small;
}

.lightyellow {
	background-color: transparent;
	color: rgb(254, 241, 186);
}

.mustardgold {
	background-color: transparent;
	color: rgb(189, 140, 99);
}

.testimonial {
	background: url(images/quote.jpg) top left no-repeat;
	font-size: 0.9em;
	padding: 0 40px 0 40px;
	text-align: left;
}

.yellowbg {
	background-color: rgb(255, 255, 0);
	color: rgb(0, 0, 0);
	font: normal normal bold small/18px Arial, Helvetica, sans-serif;
	padding: 2px;
}
ul.spaced {
	padding-top: 10px;
	padding-bottom: 10px;
}
li.spaced {
	padding-top: 5px;
	padding-bottom: 5px;
}

ol.spaced{
	padding-top: 10px;
	padding-bottom: 10px;
}

spaced {
	padding-top: 10px;
	padding-bottom: 10px;
}