/* CSS Document */

.style1 {
	font-family: "Spin Cycle 3D";
	font-size: 24px;
}
.style2 {color: #FF0000}
.style3 {font-family: "Courier New", Courier, mono}
.style4 {font-size: 12px;
         font-family: "Spin Cycle 3D";}
.style5 {font-family: "Courier New", Courier, mono; font-size: 12px; }
.style6 {font-size: 12px}




a.menu:link {
    font-family: "Courier New";
    font-size:14px;
	color: #000000;
	text-decoration: none;
}
a.menu:visited {
    font-family: "Courier New";
    font-size:14px;
	color: #000000;
	text-decoration: none;
}
a.menu:active {
    font-family: "Courier New";
    font-size:14px;
	color: #000000;
	text-decoration: none;
}
a.menu:hover {
    font-family: "Courier New";
    font-size:14px;
	color: #FF0000;
	text-decoration: none;
}


a.submenu:link {
font-family: "Courier New";
		color: #000000;
		font-size:14px;
		text-decoration: none;
}
a.submenu:visited {
font-family: "Courier New";
		color: #000000;
		font-size:14px;
		text-decoration: none;
}
a.submenu:active {
font-family: "Courier New";
		color: #000000;
		font-size:14px;
		text-decoration: none;
}
a.submenu:hover {
font-family: "Spin Cycle 3D";
		color: #000000;
		font-size:24px;
		text-decoration: none;
}


td,th {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	border-top-style:none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	background:#FFFFFF;
	
}

body 
{
background-image:url(../images/painteddog-logo-300-DPI-klein.gif);

}
table

{
border-collapse: separate; border-spacing: 0px 0px;
layout: width: 800px;
}
