body {
	background-color: #532F8C;
}
form {
	margin: 0;
	padding: 0;
}
p, td, li, ul, ol, h1, h2, h3, h4, h5, h6, form, blockquote, .thumbnail{
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 12px; 
	line-height: 16px;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 8px 0;
}

h2 {
	font-size: 16px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 16px;
}

h3 {
	font-size: 12px;
	font-weight:bold;
	padding: 0;
	margin: 0 0 4px 0;
	line-height: 16px;
}
.headerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #639;
}

.headerText a {
	text-decoration:none;
	font-weight: bold;
	color: #639;
}
.headerText a:hover {
	text-decoration:underline;
}
.checkout {
	color: #93C;
}
.menuText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.menuText a:hover {
	text-decoration:underline;
}
.menuText a {
	color:#FFF;
	text-decoration:none;
}

.thumbnail
{
float: left;
width: 210px;
height: 180px;
border: 1px solid #999;
margin: 0 15px 15px 0;
padding: 5px;
}

.clearboth { clear: both; }

table {
	font-size: 12px;
}