body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	background-image: url(../../../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #343434;
	margin-left: 3px;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
a:link {
	color: #345F81;
}
a:visited {
	color: #425929;
}
a:hover {
	color: #8CA26B;
	text-decoration:none;
}
a:active {
	color: #76685D;
	text-decoration:none;
}

hr{
	color: #76685D;
	height: 1px;
	width: 90%;
}

h1 {
	color: #006666;
	font-size: 1.4em;
	margin-top: 0px;
}

h2 {
	color: #006666;
	font-size: 1.2em;
	margin: 0px;
	padding-bottom: 0px;
	border-bottom:1px solid #999999;
}
h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #006666;
	text-decoration:none;
}
h2 a:hover {
	color: #8CA26B;
}

strong {
	color: #006666;
}
p {
	font-size: .8em;
}
/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #425929;
	border: 1px inset #A1978F;
}

/* Cartweaver 2 CSS Classes */
input.formCheckbox {
	border: none;
	background: transparent;
}

input.formButton {
	background: #006666;
	border-bottom: 1px solid #688C40;
	border-left: 1px solid #688C40;
	border-right: 1px solid #141C0D;
	border-top: 1px solid #141C0D;
	color: #FFFFFF;
	font-weight: bold;
	margin: 3px 3px 0px 3px;
}

/* Tables used to display tabular Data. */
table.tabularData, table.tabularData td, table.tabularData th {
	border: 1px solid #76685D;
	border-collapse: collapse;
}
table.tabularData td, table.tabularData th{
	padding: 3px;
}
table.tabularData th, table.tabularData th a:link, table.tabularData th a:visited, table.tabularData th a:hover, table.tabularData th a:active  {
	background: #A1978F;
	color: #FFFFFF;
}

.altRowEven {
	background-color: #E7E4E2;
}
.altRowOdd{
	background-color: #DFDBD9;
}

.smallprint {
	font: 10px;
}

.pagingLinks {
	text-align: center;
}

.errorMessage {
	color: #993333;
	font-weight: bold;
}
/* styles added for opti-sand */
table.outlined {
	border: 1px solid #003366;
	background-color: #FFFFFF;
}
.bodyContent {
	margin-bottom: 15px;
}
.leftContent {
	margin: 0px;
	margin-left: 10px;
}
ul.leftList {
	list-style-image: url(../../../images/bullet.gif);
	margin: 0px;
	padding: 10px;
	padding-bottom: 5px;
}
li.leftList, ul.leftList a:link, ul.leftList a:visited, ul.leftList a:hover, ul.leftList a:active {
	list-style-image: url(../../../images/bullet.gif);
	font-size: .9em;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
li.leftListSelected, li.leftListSelected a:link, li.leftListSelected a:visited, li.leftListSelected a:hover, li.leftListSelected a:active {
	list-style-image: url(../../../images/bullet-selected.gif);
	color: #000000;
	text-decoration: none;
}
.footerText {
	font-size: 0.7em;
	color: #F1E6CA;
}
.footerText a:link, .footerText a:visited, .footerText a:hover, .footerText a:active{
	color: #F1E6CA;
	font-weight: bold;
}
table.orderBox {
	font-size: .9em;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
}
td.orderBoxContent {
	padding: 0px 5px 0px 5px;
}