@import url("../webfonts/Sketchetik/stylesheet.css");
@import url("../webfonts/DroidSans/stylesheet.css");
@import url("../webfonts/Droid_Sans_Bold/stylesheet.css");
a:link {color:#D59758; text-decoration: none}
a:visited {color:#D59758}
a:hover {color:#C6B6AB}
a:active {color: #673e1e}

a:link table {color: #673e1e}
a:active table {color: #673e1e}


td {
	-webkit-transition: background-color 100ms ease-in-out;
	-moz-transition: background-color 100ms ease-in-out;
	-ms-transition: background-color 100ms ease-in-out;
	-o-transition: background-color 100ms ease-in-out;
	transition: background-color 100ms ease-in-out;
	}
td:hover {
	background-color: #C6B6AB;
	}
	
#body {
	text-align: center;
	}	
	
.pageheaders {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	line-height: 120%;
	color: #673e1e;
	text-align: left;
	font-weight: bold;
	}
	
.body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	text-align: center;
	color: #673e1e;
	}
	
.listingheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #673e1e;
	text-align: left;
	font-style: bold;
	}
	
.details {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #A1634A;
	text-align: left;
	}
	
.detailsdarker {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #673e1e;
	text-align: left;
	}

.p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #673e1e;
	text-align: center;
	}
	
.bodyheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #673e1e;
	text-align: center;
	font-weight: bold;
	}

h1 {
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #673e1e;
	text-align: center;
	}

h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #673e1e;
	text-align: left;
	}

.links {
	font-size: 17px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #673e1e;
	text-decoration: none;
	-webkit-transition: all;
	-moz-transition: all;
	-ms-transition: all;
	-o-transition: all;
	transition: all;
	font-style: normal;
	line-height: 130%;
	letter-spacing: normal;
	text-align: center;
	}
        

.dropmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #673e1e;
	text-decoration: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
	}
	
#header {
	position: absolute;
	top: 15px;
	left: 90px;
	width: 350px;
	height: 110px;
	z-index: 2;
	}
	
#line {
	position: absolute;
	top: 14px;
	left: 485px;
	width: 15px;
	height: 130px;
	z-index: 3;
	text-align: center;
	}

#home {
	position: absolute;
	top: 10px;
	left: 750px;
	width: 100px;
	height: 133px;
	z-index: 4;
	}
	
.tabletext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	color: #673e1e;
	background-color: #f8e2d5;
	}

.tablenumbers {
	font-size: 40px;
	font-family: "Droid Sans Bold";
	font-weight: normal;
	color: #673e1e;
	background-color: #f8e2d5;
	text-decoration: none;
	text-align: center;
	}
	
.tablenumbers:hover {
	background-color: C6B6AB;
}
