BODY, TD, TH, INPUT, TEXTAREA, SELECT {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

BODY {
}

.h1, .h2, .h3, .h4 {
	font-weight: bold;
	margin-bottom: 2px;
}

.h1 {
	font-size: 18px;
}

.h2 {
	font-size: 15px;
}

.h3 {
	font-size: 13px;
}

A, A:Visited, A:Active {
	color: #1D98C9;
	text-decoration: none;
}

A:Hover, A:Visited:Hover, A:Active:Hover {
	text-decoration: underline;
}

DIV.title {
	border-bottom: 1px solid black;
	margin-bottom: 3px;
}

DIV.product_heading {
	font-weight: bold;
	font-size: 14px;
	padding: 4px;
	padding-top: 10px;
	background-color: #7CC3E1;
	color: white;
}
