
p, td, br, li, ol, ul {
        font-family: helvetica, arial, verdana, tahoma, sans-serif;
        font-size: 12px;
        line-height: 16px;
	color: #666666;
}

body {
	background: #FFFFFF url(stripes.gif);
	margin: 0;
	padding: 0;
}

h1 {
	font-family: "Trebuchet MS", helvetica, arial, sans-serif;
	margin: 0 0 10px 0;
	font-size: 21px;
	text-shadow: 3px 3px 3px #AAAAAA;
	font-style: italic;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	line-height: 19px;
	text-align: center;
}

a {
	/*color: #990000;*/
	color: #CE005A;
	
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333333;

	text-decoration: none;
}

.header_above_menu {
	background: #CE005A;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #660000;
	border-bottom-color: #660000;
	border-left-color: #CC0033;
	border-top-width: 0px;
	border-top-style: none;
}

.page_table {
	border: thin solid #F3F3F3;
	background-color: #FBFBFB;
}

.footer {
	background-color: #F3F3F3;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #999999;
	font-size: 10px;
}

.cart_top {
	border-bottom: 1px solid #CE005A;
}

.cart_total {
	border-bottom: 3px double #CE005A;
}

.cart_input {
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: black;
	width: 200px;
}

