/* CSS Document */

body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

.head {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#000000;
}
.body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Normal;
	color:#000000;
}
.bodybold {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Bold;
	color:#000000;
}
.winehead {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:Bold;
	color:#673301;
}
.wineSUB-head {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	font-weight:Bold;
	color:#FE0000;
}
.click-here {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:20px;
	text-align:center;
	font-weight:Bold;
	color:#FE0000;
	text-decoration:underline;

}
.border {
	border:solid;
	border-color:#990000;
}

.winebold {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Bold;
	color:#195194;
}
.winebody {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:Normal;
	color:#673301;
}
.box {
	border-bottom:#673301 solid;
	border-top:#673301 solid;
	border-left:#673301 solid;
	border-right:#673301 solid;
	border-width:1px;

}