@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin: 0;
	padding: 0;
	background: #00086D url(../images/bg_grad.jpg) repeat-x;
}

td, th {
	font: 11px Arial, Helvetica, sans-serif;
}

h1 {
	font: 15px Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: url(../images/h1.gif) repeat-x bottom;
	padding: 4px 0;
	color: #2D77C0;
}

h2 {
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D77C0;
}

h3 {
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
	background: url(../images/h3.gif) repeat-x bottom;
	color: #2D77C0;
}

a {
	color: #2D77C0;
}

a:hover {
	color: #000;
}

a.lnknav {
	color: #2D77C0;
	text-decoration: none;
	font-weight: bold;
}

a.lnknav:hover {
	color: #6DBBFF;
	text-decoration: none;
	font-weight: bold;
}


.price { /* All Prices on site */
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2D77C0;
}