body {
	margin-top:10px;
	background: url(/images/bg.jpg) repeat-x #83b3e2;
}


A:link,A:visited,A:active {
color: #e1dfdf;
text-decoration: none;
}

A:hover { 
color: #ffffff;
text-decoration: underline;
}

body, table, td, tr, div, p, pre, h1, h2, h3, h4, ul {
font-family: Verdana, Arial, Helvetica, san-serif;
font-size:10px;
color:#e1dfdf;

}


.header {
background-image:url(/images/header.png);
background-repeat:no-repeat;
}


.footer {
background-image:url(/images/footer.png);
background-repeat:no-repeat;
padding-top: 0px;
}

.bg_bg {
	background-image:url(/images/content_bg.png);
	background-repeat:repeat-y;
	padding-left:10px;
	padding-right:10px;
	color:#000000;
	padding-top: 5px;
}


input {
border-width: 1;
font-size: 12px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #83b3e2;
color: #000000;
font-weight: bold;
vertical-align: middle;
}

.cartinput {
border-width: 1;
font-size: 8px;
font-family: Geneva, Arial, Helvetica, san-serif;
border-color: #000000;
border-style: solid;
background-color: #83b3e2;
color: #000000;
font-weight: bold;
}