body {
	margin: 0px;
	text-align: center;
	background-color: #333333;
	color: #333333;
	}
	
.container {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	}
	
.devtable {
	width: 900px;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Trebuchet MS', Arial, 'Sans-Serif';
	font-size: 10pt;
	}
	
.headtd {
	height: 350px;
	background-image: url('media/headerbackground.jpg');
	background-repeat: no-repeat;
	text-align: center;
	}
	
.lefttd {
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #CCCCCC;
	}
	
.contenttd {
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #999999;
	height: 600px;
	padding: 10px;
	background-color: #CCCCCC;
	}
	
.righttd {
	width: 150px;
	padding: 10px;
	text-align: center;
	background-color: #CCCCCC;
	}

.foottd {
	background-image: url('media/footerbackground.jpg');
	background-repeat: no-repeat;
	padding: 10px;
	text-align: center;
	}
	
.infotd {
	font-size: .8em;
	text-align: center;
	}
	
.salestd {
	text-align: center;
	}
	
.desctd {
	font-size: .8em;
	text-align: justify;
	padding: 5px 5px 25px 5px;
	}
	
.lilpictd {
	font-size: .7em;
	text-align: center;
	padding: 5px 5px 25px 10px;
	}
	
.tipper {
	width: 80%;
	border: 1px solid #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	text-align: justify;
	}

.noted {
	color: #666666;
	}
	
.xxlwhite {
	font-size: 3em;
	font-weight: bold;
	color: #FFFFFF;
	}

.lwhite {
	font-size: 2em;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.mgray {
	font-size: 1.5em;
	font-weight: bold;
	color: #999999;
	}
	
.rsuper {
	vertical-align: super;
	color: #999999;
	}
	
.question {
	font-size: 1.3em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	}
	
.price {
	margin: 0px;
	font-size: 1.3em;
	font-weight: bold;
	color: #009900;
	}
	
.oldprice {
	margin: 0px;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: line-through;
	}
	
h2 {
	font-size: 1.5em;
	}
	
.copy {
	font-size: .8em;
	color: #999999;
	}
	
a.navone:link {font-weight: bold; color: #0000FF; text-decoration: none;}
a.navone:visited {font-weight: bold; color: #0000FF; text-decoration: none;}
a.navone:hover {font-weight: bold; color: #FFFFFF; text-decoration: none;}
a.navone:active {font-weight: bold; color: #0000FF; text-decoration: none;}

a img {
	border: none;
	}
