/* global body */
body{
	margin:0px 0px 0px 0px;
	padding:0px;
	background-image:url(../images/bg.gif);
	background-color:#E0E8EF
}


td {  font-family: "Verdana"; font-size: 11px; color: #333333}
.nine {  font-size: 11px; text-decoration: none}
.nineWhite { font-size: 9px; text-decoration: none ; color: #FFFFFF}
h1 {  color: #336699; font-size: 16px; text-decoration: none; margin: 4px 4px 4px 4px;}
.bold {  font-weight: bold}
.red {  color: #990000}
.blueBold { font-weight: bold ; color: #003366}
h2 { font-size: 14px; color: #FFFFFF; text-decoration: none; margin: 4px 4px 4px 4px;}
h3{
font-size: 12px;
font-stretch:condensed;
font-weight:bolder;
color:#000000;
border-bottom:1px solid #666666;
margin-bottom: 2px;
}

/*aLINKS*/
a:link {  color: #336699; text-decoration: underline}
a:hover {  color: #336699; text-decoration: none}
a:active {  color: #336699; text-decoration: underline}
a:visited {  color: #336699; text-decoration: underline}

.sidenav { color: #FFFFFF;
font-size: 11px;
}
.sidenav a:link {  color: #FFFFFF; text-decoration: underline}
.sidenav a:hover {  color: #FFFFFF; text-decoration: none}
.sidenav a:active {  color: #FFFFFF; text-decoration: underline}
.sidenav a:visited {  color: #FFFFFF; text-decoration: underline}


.footer { color: #666666;
font-size: 10px;
}
.footer a:link { color: #666666; text-decoration: underline}
.footer a:visited {color: #666666; text-decoration: underline}
.footer a:hover {color: #336699;text-decoration: none}
.footer a:active {color: #666666; text-decoration: underline}

.NAV { color: #336699;
font-size: 14px;
font-weight: bold;
}
.NAV a:link { color: #336699; text-decoration: none}
.NAV a:visited {color: #336699; text-decoration: none}
.NAV a:hover {color: #ffffff;text-decoration: underline}
.NAV a:active {color: #336699; text-decoration: none}

.NAVS { color: #336699;
font-size: 12px;
font-weight: bold;
}
.NAVS a:link { color: #336699; text-decoration: none}
.NAVS a:visited {color: #336699; text-decoration: none}
.NAVS a:hover {color: #ffffff;text-decoration: underline}
.NAVS a:active {color: #336699; text-decoration: none}


.tempurpedic-comparison { font-size: 9px;
}

/*Form Elements*/
form {
	margin: 0px;
}

input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
 	font-size: 11px;
	color: #003366;
	border: 1px inset #333333;
}

.tableBorder {
	border: 1px dashed #85a2b2;
}

/* altRowEven & altRowOdd are used to style alternating table rows. */
.altRowEven {
	background-color: #FAFBFC;
}
.altRowOdd{
	background-color: #E0E8EF;
}
