body {  
	background-color: #333366;
	margin: 2% auto 5%;
	padding: 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
}


h2 {
	font-weight: bold;
	font-size: 14px; 
	color: #ffffff;
	margin: 0px;
	padding: 2px;
	text-align: center
}


h3 {
	font-size: 18px; 
	color: #000000;
	margin: 0px 0px 4px;
	padding: 0px;
	border-width: 0px 0px 1px;
	border-color: #FFFFFF #FFFFFF #000000;
	border: dashed
}


.border {
	border: 1px #666666 solid
}

.menu {  
	border: dotted;
	border-width: 2px 0px;
	border-color: #000000 black
}

.cart { 
	font-size: 10px; 
	line-height: 18px
}

p { 
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 11px; 
	color: #00000;
	text-align: justify;
}


a:link {
	font-weight : 600; 
	text-decoration : none;
	border-bottom: 1px dashed #999900;
	margin-bottom: 2px;
	color: #999900;
}

a:visited {
	font-weight : 600; 
	text-decoration : none;
	border-bottom: 1px dashed #999900;
	color: #999900;
	margin-bottom: 2px;
}

a:hover {
	font-weight : 600; 
	text-decoration : none;
	border-bottom: 1px solid #999900;
	color: #999900;
	margin-bottom: 2px;
}

a:active {
	font-weight : 600; 
	text-decoration : none;
	border-bottom: 1px solid #999900;
	color: #99cc33;
	margin-bottom: 2px;
}

.background {
	background-image: url(../images/4_fade.gif);
	background-position: right bottom;
	background-repeat: no-repeat
}

#Menu img {
	margin: 5px 0px;
}

.content {
	padding: 5px;
}

.right{ text-align: right}
.left { text-align: left }
.center { text-align: center }.button {  background-color: #CCCC33; font-size: 12px; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif}
li {  font-size: 11px; list-style-type: square}
input {  font-size: 11px}
