p            {
	font-family: Verdana;
	font-size: 10pt
}
table        { font-family: Verdana; font-size: 10pt }
h1           { font-family: Verdana; font-size: 10pt; font-weight: bold }
h2           { font-family: Verdana; font-size: 10pt; font-style: italic; font-weight: bold }
textarea     { font-family: verdana }
td           { font-family: verdana; font-size: 10pt }
tbody        { font-family: verdana; font-size: 10pt }

<style type="text/css">

a.menu {  text-decoration: none; color: #B2B285; font-size: 10pt; font-weight: bold}
a:hover.menu { text-decoration: underline; color: #B2B285; font-size: 10pt; font-weight: bold}

a.menu2 {  text-decoration: none; color: #CDC198; font-size: 8pt; font-weight: bold}
a:hover.menu2 { text-decoration: none; color: #eaeaea; font-size: 8pt; font-weight: bold}

</style>


/* ----- Customer Cart TABLES ---------- */
#awscustomertables table{margin: 1em; border-collapse: collapse;}
#awscustomertables td{ padding: .3em; border: 1px #F2F2F2 solid; }
#awscustomertables th{ padding: .3em; border: 1px #F2F2F2 solid; background: #F2F2F2; }
.text {
	font-size: 18pt;
	font-weight: bold;
}
.brown {
	color: #CDC198;
}
.red {
	color: #B2B285;
}
.pt16 {
	font-size: 16pt;
}
