/*** HTML ***/
body {
	margin: 0px; 
	text-align:center;
	background: #fff url("images/bg.jpg") repeat-y center top;
}

h1,h2,p{ margin: 10px 5px 10px 10px; }

h1,h2{
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #c36;
}

h1{ font-size:18px; }

h2{ font-size:17px; }

td{
	text-align:left;
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
}

img { border: 0; }

a{
	color: #06c;
	text-decoration: underline;
}

a:visited{	color: #c36; }

a:hover{ text-decoration: none; }

/*** CLASSES ***/
table.maint{ margin: 0 auto; }

.navcell{ 
	text-align:right;
	padding: 10px;
	color: #3e7cbb;
}

.navcell a{ text-decoration: underline; }
.navcell a:visited{ color: #3e7cbb; }
.navcell a:hover{ text-decoration: none; }

.pcell{ text-align:center; }

.copycell{
	font: 12px Arial, Helvetica, sans-serif;
	text-align:right;
	padding: 5px 10px 10px 0;
}

img.dwprice{ float: left;}

.myosteo{
font: bold 28px Arial, Helvetica, sans-serif;
color: #06c;
text-align: center;
display: block;}

.promoting{
font:bold 26px "Times New Roman", Times, serif;
color: #c36;
text-align: center;
display: block;
}