/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color:#4d3029;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#BDD3D7;
	}

#tblMain {
	width: 600px;
	border-top: none;

	}

#tblTop {
	width: 600px;
	}

#tblMid {
	width: 600px;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
	}
#tblMid.thumb {
	width: 600px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;

	}

#tblNav {
	width: 600px;
	border-top: none;
	border-right: 1px solid #FFFFFF;
	border-bottom: none;
	border-left: 1px solid #FFFFFF;
	}
#tblNav.thumb {
	width: 600px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}

#tblBot {
	width: 600px;
	border-top: none;
	border-right: 0px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	}
#tblBot.thumb {
	width: 600px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	}
#tblPrices {
	width: 100%;
	border: 1px solid #FFFFFF;
	font-size: 65%;
	}

.smallText {
	font-size: 65%;
	}

.frstCol {
	border-right: 1px solid #FFFFFF;
	}
	
.btmRow {
	border-top: 1px solid #FFFFFF;
	}

.btmRight {
	border-top: 1px solid #FFFFFF;
	border-right:  1px solid #FFFFFF;
	}

.btmLeft {
	border-top: 1px solid #FFFFFF;
	border-left:  1px solid #FFFFFF;
	}
	
a:link, a:visited {
	color: #BDD3D7;
	text-decoration: none;
	}
	
a:hover, a:visited:hover {
	colour: #BDD3D7;
	text-decoration: overline underline;
	}
	
.imgBorder {
	border: 1px solid #FFFFFF;
	}
