/* CSS Document */
body  		 { background-color: #566373; margin: 0px }
.sitetable   { background-color: #ffffff; width: 750px; border: solid 1px #ff9e33  }
.sleeping_bags   { background-color: #ffffff; width: 650px; margin-left:auto; margin-right:auto  }
.sleeping_bags td { border-bottom-style:dashed 1px #ff9e33; padding: 0px;vertical-align:top;}
#menu        { background-color: #f47a39 }
#border      { background-color: #cccccc; border: solid 1px #000 }

.header   { background-color: #4d6f9f; } 

.center          {text-align:center;}

/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px }
a:link		 { color: #ff0000; text-decoration: underline }
a:active     { color: #333399; text-decoration: none }
a:visited    { color: #0000ff; text-decoration: underline }
a:hover      { color: #CC0000; text-decoration: none }

/* Menu */
.menu            { background-color: #ff9e33; height: 30px; font-size: 11px; font-weight: bold; color: #000000; letter-spacing: 0px }
a.menu           { color: #000000; text-decoration: underline }
a.menu:link      { color: #000; text-decoration: underline }
a.menu:active    { color: #000; text-decoration: none }
a.menu:visited   { color: #000; text-decoration: underline }
a.menu:hover     { color: #FF0000; text-decoration: none }


.title		  { font-size: 16px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4d6f9f; letter-spacing: 1px; font-weight: bold }
.subtitle	  { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #df3222; letter-spacing: 1px; font-weight: bold }
.text		  { font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: 1px; font-weight: normal }
.textbigred   { font-size: 14px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; letter-spacing: -1px }
.question	  { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: 1px; font-weight: bold }
.textboldred  { font-size: 12px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif; color: #CC0000; letter-spacing: -1px }
.specialtitle { font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: 1px; font-weight: bold } 
.footer 	  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 7pt; font-weight: normal; color: #666666; letter-spacing: 0px;text-align:center }
.footercopy	  { font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000; letter-spacing: 0px;}
.hr 		  { margin: 0; padding: 0; border-bottom: 1px dotted #A5AEC5 }
* html .hr 	  { border-bottom: none; padding: 1px; background: url(/resources/content_dotted.gif) repeat-x bottom	}
	
