body {
   background-color : white;
   height : 100%;
   margin : 0;
   border : 0;
   border-collapse : collapse;
}
a:visited {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 14px;
   color : white;
   text-align : left;
   text-decoration : none;
}
a:link, a:visited {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : white;
   text-align : left;
   text-decoration : none;
}
#menu {
	border: 0;
	padding: 0;
	color: white;
	margin: 0;
}
#menu a:hover {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #1fbbae;
   text-align : left;
   margin-left : 4px;
   text-decoration : underline;
}
#menu a, #menu a:visited, #menu a:active{
    margin-top: 5px;
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : white;
   text-align : right;
   margin-left : 4px;
   text-decoration : none;
 }
 #footer {
 	text-align: right;
}
 #footer a:hover {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   color : #251d06;
   /*margin-left : 4px;*/
   text-decoration : underline;
}
#footer a, a:visited, a:active{
    margin-top: 5px;
	font-family : Arial, Helvetica, sans-serif;
   font-size : 12px;
   color : #251d06;
   /*margin-left : 4px;*/
   text-decoration : none;
 }
#items {
    margin-top: 5px;
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : left;
   margin-left : 4px;
   text-decoration : none;
 }
 .buttontab a {
    margin: 0;
 }
 .buttontab a:visited {
    margin: 0;
 }
 .buttontab a:hover {
    margin: 0;
 }
 .buttontab a:active {
    margin: 0;
 }
 #items td {
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : left;
   margin-left : 4px;
   text-decoration : none;
 }
 #gallery {
    margin-top: 5px;
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : center;
   margin-left : 4px;
   text-decoration : none;
 }
 #gallery td {
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : center;
   margin-left : 4px;
   text-decoration : none;
 }
 .content {
 font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : left;
   /*margin-left : 4px;*/
   text-decoration : none;
 }
  .content a, .content a:visited  {
 font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : #251d06;
   text-align : left;
   /*margin-left : 4px;*/
   text-decoration : underline;
 }
 #cartmsg {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 9px;
   color : #251d06;
   text-align : right;
  }
   .cartTable, .cartTable td {
 	border: 1px solid silver;
	border-collapse: collapse;
	font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : 251d06;
 }
 .cartTable a:visited, .cartTable a:link {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : black;
   text-align : left;
   margin-left : 4px;
   text-decoration : underline;
}
.cartTable a:hover {
   font-family : Arial, Helvetica, sans-serif;
   font-size : 13px;
   color : red;
   text-align : left;
   margin-left : 4px;
   text-decoration : underline;
}
.rowheader {
	background: #61c5bb;
}
.tableheader {
	background: #98c560;
}
.v {
    font-family : tahoma, arial, verdana, helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : normal;
    text-decoration : none;
    color : #bbb;
    text-align : right;
}
.v a:link, .v a:visited {
    font-family : tahoma, arial, verdana, helvetica, sans-serif;
    font-size : 10px;
    font-style : normal;
    font-weight : normal;
    text-decoration : none;
    color : #bbb;
}

.v a:hover {
    text-decoration : underline;
    color : #f00;
}
.v a:active {
    color : red;
}
legend {
		  padding: 0.2em 0.5em;
		  border:1px solid #b30000;
		  color:#b30000;
		  font-size:100%;
		  text-align:right;
	  }
	  label {
		  float:left;
		  width:35%;
		  margin-right:0.5em;
		  padding-top:0.2em;
		  text-align:right;
		  font-weight:normal;
	  }
	  fieldset {
	  	border:1px solid #b30000;
		  padding: 1em;
		  font:90%/1 sans-serif;
	  }
