/*old style here*/
	.tblCnt{
		font-family : impact;
		font-size : 14px;
		color : black;
		text-decoration : none;
		background-color : silver;
		letter-spacing : 2px;
		padding : 3px 3px 3px 3px;
	}
	A {
		color : Navy;
		font-family : arial;
		font-size : 12px;
		text-decoration : none;
	}
	A:HOVER {
		color : Gray;
		font-family : arial;
		font-size : 12px;
		text-decoration : underline;
	}
	A.main {
		color : Navy;
		font-family : Verdana;
		font-size : 14px;
		text-decoration : none;
	}

	A.main:HOVER {
		color : Gray;
		font-family : Verdana;
		font-size : 14px;
		text-decoration : underline;
	}

	BODY, TD {
		color : Black;
		font-family : Verdana;
		font-size : 12px;
		font-weight : normal;
		text-decoration : none;
	}
/*end old style*/
body
{
	background-color:#DBDBDB;
	margin:0;
}

.top
{
	background-image:url(images/top.jpg);
	background-repeat:no-repeat;
	width:1000px;
	height:115px;
}

.main
{
	width:1000px;
	background-color:#FEFEFE;
}

.bottom
{
	background-color:#363636;
	color:White;
	height:20px;
	font-family:Arial;
	font-size:11;
}

.content
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
	padding-top:20px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:20px;
}

td
{
	color:#000000;
	font-family:Arial;
	font-size:12px;
}

 H3
{
	background-color:#B2B2B2;
	filter: alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=0, StartY=0, FinishX=200, FinishY=0);
	width:100%;
	padding-left:5px;
	padding-top:2px;
	padding-bottom:2px;
}

h4 { color:Black; font-variant:small-caps; }

h2 { font-family:Century Gothic; color:#7D8F9D; font-weight:bold; }
h5 { font-family:Century Gothic; color:#7D8F9D; font-weight:bold; font-size:small; }
a { color:#000000; }
a:hover { color:#788999; }

.MattressCat { background-color:#dfdac9; border:1px #000 solid; padding:5px 5px 5px 5px; }
a.MattressCatLink { font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLink:link { font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLink:visited { font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLink:hover { font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLink:active { font-family:Arial, Helvetica, sans-serif; font-size:1.5em; color:#000000; text-transform:uppercase; font-weight:bold; }

a.MattressCatLinkSml { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLinkSml:link { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLinkSml:visited { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLinkSml:hover { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; text-transform:uppercase; font-weight:bold; }
a.MattressCatLinkSml:active { font-family:Arial, Helvetica, sans-serif; font-size:1.2em; color:#000000; text-transform:uppercase; font-weight:bold; }
