body {
	background: #000;
	margin: 0px 0px 10px 0px;
}

a:link {
	color: #FF6600;
	text-decoration: underline;
}
a:visited {
	color: #FF6600;
	text-decoration: underline;
}
a:hover {
	color: #008000;
	text-decoration: none;
}
a:active {
	color: #008000;
	text-decoration: none;
}
h1 {
	font-family: "Garamond", Times New Roman, serif;
	font-size: 16pt;
	font-weight: bold;
	color: #0000CC;
	margin-bottom: 0px;
}
h2 {
	font-family: "Garamond", Times New Roman, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0000CC;
	margin-bottom: 0px;
}
.copy {
	font-family: "Garamond", Times New Roman, serif;
	font-size: 12pt;
	color: #000000;
}
.copy-footer {
	font-family: "Garamond", Times New Roman, serif;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	padding-right: 20px;
}
#content {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: top
}
.bg-left {
	background-image: url('imagesSR/skin/bg-pipe-left.jpg');
	background-repeat: repeat-y;
}

.bg-right {
	background-image: url('imagesSR/skin/bg-pipe-right.jpg');
	background-repeat: repeat-y;
}
.bg-wheel {
	background-image: url('imagesSR/skin/SR_13.gif');
	background-repeat: no-repeat;
}
.bg-footer {
	background-image: url('imagesSR/skin/footer.jpg');
	background-repeat: no-repeat;
}
.dotted-right-bottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-right-color: #003366;
	border-bottom-color: #003366;
}
.dotted-allsides {
	border: 1px dotted #003366;
}



