body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background:#F4F4F4;
	margin: 5px;
}

a:link { 
color: blue; 
text-decoration: none;
}

a:visited { 
color: blue; 
text-decoration: none;
}

a:hover {
color: red; 
text-decoration: none;
}

.textLarge {
	font-size:15px;
	color: #444444;
	font-weight: bold;
}
.textSmall {
	font-size:11px;
	color:#Gray;
}
strong.blue {
	color: #333399;
	font-weight: bold;
}

div.last_update {
	font-weight: bold;
	font-size: 10px;
	align: left;
}

table.featured {
	background-color: #F4F4F4;
}

table.notice {
	background-color: #F4F4F4;
	color: #333399;
	font-weight: bold;
	font-size: 12px;
	align: center;
}

td.cart_header {
	background-color: #9D9D9D;
	color: #FFFFFF;
	font-weight: bold;
	align: center;
	font-size: 12px;
	}
	
td.cart_body {
	background-color: #E5E5E5;
	font-size: 12px;
	}
	
td.bluebar {
	background-color: #607ef0;
	color: #FFFFFF;
	font-size: 10px;
	}
h1 {
font-family: Verdana,Helvetica,sans-serif;
font-size: 20px;
font-weight: bold;
color: #333333;
margin: 10px 0px 10px 0px;
}
h2 {
font-size: 20px;
font-weight: bold;
color: #333333;
}
h3 {
font-size: 18px;
font-weight: bold;
color: #444444;
}
h4 {
font-size: 15px;
font-weight: bold;
color: #333333;
}
p {
font-size: 12px;    
}	
