body {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.67em;
	color: #000000;
	background-color: #FFFF99;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.94em;
	font-weight: bold;
	color: #000000;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #000000;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #000000;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #000000;
}
.bgcolor {
    background-color: #ffff99;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.sidetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.smltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #000000;
}
.highlight {
	color: #000000;
}
a:link {
	color: #000000; text-decoration: underline; font-weight: bolder;
}
a:visited {
	color: #000000; text-decoration: underline; font-weight: bolder;
}
a:hover {
	color: #000000; text-decoration: none; font-weight: bolder;
}
a:active {
	color: #000000; text-decoration: none; font-weight: bolder;
}
.seclink a:link {
	color: #000000; text-decoration: underline; font-weight: normal;
}
.seclink a:visited {
	color: #000000; text-decoration: underline; font-weight: normal;
}
.seclink a:hover {
	color: #000000; text-decoration: none; font-weight: normal;
}
.seclink a:active {
	color: #000000; text-decoration: underline; font-weight: normal;
}
.border {
	border: 1px solid #000000;
}
.dashborder {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.dashborderright {
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-style: dashed;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.dashbordertop {
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #000000;
}
.dashborderbttm {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
/* CSS for menu  */

#button {
	width: 14em;
	border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
	border-left: 0px dashed #000000;
	border-right: 0px solid #000;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.71em;
	font-weight: bolder;
	background-color: #FFFF66;
	color: #000000;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px dashed #B995C1;
		margin: 0;
		}
#button li a {
		display: block;
		padding: 6px 5px 6px 5px;
		border-left: 1px solid #B995C1;
		border-right: 12px solid #FFFF00;
		background-color: #FFFF66;
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

#button li a:hover {
		border-left: 1px solid #7C348A;
		border-right: 12px solid #000000;
		background-color: #000000;
		color: #FFFF66;
		}
/* End CSS for menu  */
ul li {
	list-style-type: circle;
	margin: 13px;
	padding-left: 0px;
	list-style-position: outside;
}
.bullet {
	list-style-type: circle;
	margin: 5px;
	padding-left: 4px;
	list-style-position: outside;
}
.tablebttm {
    padding: 7px;
    border-bottom: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
}
.formbox {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.9em;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;

}
.formboxgo {
	cursor:pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.94em;
	color: #FFFFFF;
	background-color: #000000;
	border: 1px outset #ffffff
}
TH{text-align:left;}

TH{text-align:left;}


/*----------------------------------------form styles-------------------------------------------*/


#checkoutform form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font:100% verdana,arial,sans-serif;
  margin: 0;
  padding: 0;
  min-width: 300px;
  max-width: 350px;
  width: 350px; 
}

#checkoutform form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 0px;
  border-style: solid;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

#checkoutform form fieldset legend {display:none;
	font-size:1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

#checkoutform form label { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #77469B;
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: left; 
}

#checkoutform form fieldset label:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

#checkoutform form input,#checkoutform form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

#checkoutform form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

#checkoutform textarea { overflow: auto; }

#checkoutform form small {
	display: block;
	margin: 0 0 5px 160px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 88%;
}

#checkoutform form .required{font-weight:bold;} /* uses class instead of div, more efficient */

#checkoutform form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}


#checkoutform form .formboxgo {
    float:left;
	margin:0px;
	cursor:pointer;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 0.94em;
	color: #FFFFFF;
	background-color: #77469B;
	border: 1px outset #d7b9c9
}