body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 0 0 9px 0;
	padding: 0;
}
a:link {
	font-weight: bold;
	color: #06c;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #06c;
	text-decoration: underline;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #06c;
	margin: 0 0 9px 0;
	padding: 0;
	font-style: italic;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #f63;
	margin: 9px 0 4px 0;
	padding: 0;
	font-style: italic;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #06c;
	margin: 0 0 2px 0;
	padding: 0;
}
.alert {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #00f;
}
.mouse {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666;
	margin: 0;
	padding: 0;
}
td {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	margin: 0;
	padding: 0;
}
th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #06c;
	margin: 0;
	padding: 0;
}
table#catalog {
	margin: 0;
	padding: 0;
	width: 550px;
}
#catalog td {
	padding: 4px 0;
	border-bottom: 1px solid #06c;
	vertical-align: top;
}
#catalog th {
	padding: 4px 0px;
	border-top: 1px solid #06C;
	border-bottom: 1px solid #06C;
}
#catalog img {
	margin: 0 8px 0 0;
	padding: 0;
	border: 0 none;
}

/*  --------------------------------------
       Left column Nav
------------------------------------------ */

a.nav:link {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
a.nav:hover {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffff00;
	text-decoration: underline;
}
a.nav:visited {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

/*  --------------------------------------
       Form on Contact Page
------------------------------------------ */

#contact {
	margin: 0;
	padding: 0;
	width: 480px;
}
#contact td {
	padding: 4px 0;
	vertical-align: top;
}
#contact th {
	padding: 4px 6px 0 0;
	vertical-align: top;
	text-align: right;
}
