@charset "utf-8";
/* CSS Document */
body { 
	background-image: url(images/bgtile5.jpg);
	background-repeat: repeat-x, repeat-y;
	}

a:link {
	color: #FFFFFF;
	text-decoration: none
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none
	}

a:hover {
	color: #ff0000;
	}
a.buttonlink:link {
	text-decoration: none;
	color: #0000FF;
}

a.buttonlink:visited {
	text-decoration: none;
	color: #0000FF;
}

a.buttonlink:hover {
	color: #FFFFFF;
	text-decoration: none;
}



a.hd2:link {
	color: #FFFFFF;
	text-decoration: none
	}

a.hd2:visited {
	color: #FFFFFF;
	text-decoration: none
	}

a.hd2:hover {
	color: #ff0000;
	}

a.bottom:link {
	color: #FFFFFF;
	text-decoration: none
	}

a.bottom:visited {
	color: #FFFFFF;
	text-decoration: none
	}

a.bottom:hover {
	color: #FFFFFF;
	background: #ff0000
	}

a.buttons.active {background:#FF0000;}

table.tmplte {
	table-layout: fixed;
	width: 750px;
}

table.mainedit {
	table-layout: auto;
	padding: 5px;
	width: 750px;
}

.product {
	color: #FFFF00;
	font-weight: bold;
}

