* {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 14px;
	color: #606060;
}

h1 {
	font-family: georgia, times, serif;
	font-size: 36px;
	color: #0b2a7c;
	font-weight: normal;
	margin-bottom: 18px;
}

h2 {
	font-size: 20px;
	color: #0b2a7c;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.product-box h3 {
	font-size:16px;
}
	.blue {
		color: #0b2a7c;
	}
	.leftblue {
		font-size: 20px;
		padding-left: 14px;
		margin-bottom: 5px;
		color: #0b2a7c;
	}
	.underline {
		background: url(../images/list-line.gif) no-repeat -15px 28px;
		padding-bottom: 6px;
	}
	
p {
	margin-bottom: 14px;
	line-height: 20px;
}

.price {
	font-size: 24px;
	font-weight: bold;
	color: #0b2a7c;
}
.product-box .price {
	font-size:20px;
}
.price2 {
	font-size: 30px;
	font-weight: bold;
	color: #0b2a7c;
	margin-left: 10px;
	line-height: 30px;
}

a {
	color: #0b2a7c;
}
.bottomnav-column a {
	color: #606060;
	text-decoration: none;
}
.bottomnav-column a:hover {
	text-decoration: underline;
}

#keywords {
	color: #ffffff;
	font-family: arial;
	font-size: 14px;
}

ul.products li a {
	color: #606060;
	text-decoration: none;
	font-size: 16px;
}
ul.products li a:hover {
	text-decoration: underline;
}

.sub-h1 {
	margin: 0px;
	padding: 0px;
	margin-top: -10px;
	margin-bottom: 16px;
	font-weight: normal;
	font-size: 18px;
}


