/* CSS Document */

body {
	background-image: url(images/bg1.jpg);
	background-repeat:repeat-x
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}

a:link {
	color: #333333;
	text-decoration:none;
}
a:visited {
	color: #333333;
	text-decoration:none;
}
a:hover {
	color: #0035FF;
	text-decoration:underline;
}
a:active {
	color: #0035FF;
	text-decoration:none;
}

.accesstextnormal { 
	font-size: 13px;
	font-weight:bold;
	color: #666666}
.accesstextlarge {
	font-size: 15px;
	font-weight:bold;
	color: #666666;
}
.accesstextlargest {
	font-size: 17px;
	font-weight:bold;
	color: #666666;
}

.greyheading {color: #999999}
.blueheading {color: #0035FF}
.telephone {
	font-size: 17px;
	color: #CCCCCC;
}
.title {
	font-size: 18px;
	font-weight: bold;
}
.price {
	font-size: 19;
	color: #0035FF;
	font-weight: bold;
}
.important {
	color: #990000;
	font-weight: bold;
}
.button {
	color: #333333;
	font: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 12px;
}