/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background: #AFDCDF url('images/bg.gif') repeat-x;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1 {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #E9EFE8;
	font-size: 20px;
	padding-bottom: 10px;
}

h1.news {
	font-size: 17px;
	margin-top: 20px;
}

h2 {
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #E9EFE8;
	padding-bottom: 10px;
	font-size: 16px;
}

.imgPadR {
	margin: 0 0 20px 20px
}


h3 {
	font-weight: bold;
	font-size: 13px;
}

a {
	color: #006699;
}

td.nav {
	border-bottom: 1px solid #DBDBD6;
	padding: 5px 0;
}

a.lnknav {
	font-weight: bold;
	text-decoration: none;
	color: #006699;
}

a.lnknav:hover {
	font-weight: bold;
	text-decoration: none;
	color: #095378;
}

a.lnkbold {
	font-weight: bold;
	text-decoration: none;
}

a.lnkbold:hover {
	font-weight: bold;
	text-decoration: none;
	color: #65584F;
}

a:hover {
	color: #333;
}

.price { /* All Prices on site */
	font-weight: bold;
	font-size: 13px;
}

.bgCell {
	background: url('images/bg2.jpg') repeat-x;
}

.bgTable {
	background: url('images/bg2.jpg') repeat-x;
}