body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-image: url(images/backer.png);
	background-attachment: fixed;
}
hr {
	color: #FFFF00;
	background-color: #FFFF00;
}
a:link{
	color: #FFFFFF;	
}
a:visited{
	color: #FFFFFF;	
}
.ktc-header-topedge {
	background-image:url(images/top-edge.gif);
	background-position: top;
}
.ktc-header-bottomedge {
	background-image:url(images/bottom-edge.gif);
	background-position: bottom;
}
.ktc-header-leftedge {
	background-image:url(images/left-edge.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.ktc-header-rightedge {
	background-image:url(images/right-edge.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.ktc-big-links {
	font-size: large;
}
.ktc-email-box {
	background-image:url(images/email-box.jpg);
	background-repeat:no-repeat;
}
.ktc-telephone-box {
	background-image:url(images/telephone-box.jpg);
	background-repeat:no-repeat;
}
.ktc-letter-box {
	background-image:url(images/letter-box.jpg);
	background-repeat:no-repeat;
}
table {
	border-collapse: collapse;
	border-width: 0px;
	padding: 0px;
}
.ktc-underline {
	background-repeat: repeat-x;
	color: #FFFFFF;
	background-image: url(images/title-underline.png);
}
.ktc-body {
	color: #FFFFFF;
	background-color: #000000;
	font-size: small;
	background-repeat: repeat-x;
}
.hbuttons a{
	display: inline-block;
	text-decoration: none;
	color: #FFFFFF;
	width: 150px;
	height: 25px;
	/* float: none; */
		margin-right: 8px;
	background-image:url(http://www.toastmonkey.co.uk/ktc/images/button.png);
	background-repeat: no-repeat;
	padding-top: 4px;
	text-align:center;
	font-size: small;
	text-transform: none;
	bottom: auto;
}
.hbuttons a:hover{
		background-image:url(http://www.toastmonkey.co.uk/ktc/images/button-highlight.png);
}
.ktc-body-section {
	font-size: medium;
	color: #FFFF00;
}
.ktc-footer {
	text-align: center;
	color: #000000;
	font-size: x-small;
	background-image: url(images/footer-back.png);
	background-repeat: repeat-x;
	background-color: #FFFC00;
}
.ktc-footer-copyright {
	text-align: center;
	color: #FFFF00;
	font-size: x-small;
}
.ktc-body-bigbigbig {
	font-size: large;
	color: #FFFF00;
}


