#up {position:absolute; height:0; width:0; cursor:pointer;}
#down {position:absolute; height:0; width:0; cursor:pointer;}
#upIn {position:absolute; left:570px; top:20px; cursor:pointer;}
#downIn {position:absolute; left:570px; top:225px; cursor:pointer;}
#cont {position:relative; left:0px; top:0px; width:558px; height:300px; overflow: hidden;}
.txt {position:relative; left:0px; top:0px; width:550px; text-align:justify; padding:5px; }

.menuItem
{
	position: absolute;
	top: 145; 
	background-color: #500F01;
	visibility: hidden;
	z-index:1000;
	cursor: hand
}

.menuItem2
{
	position: absolute;
	top: 0;
	left:100;
	background-color: #500F01;
	visibility: hidden;
	z-index:1000;
	cursor: hand
}

.menuItem3
{
	position: absolute;
	top: 24; 
	left:100;
	background-color: #500F01;
	visibility: hidden;
	z-index:1000;
	cursor: hand
}

.vineTopLeft
{
	background-image:url("vineTopLeft.jpg");
	background-position: top left;
	background-repeat:no-repeat
}

.vineBottomLeft
{
	background-image:url("vineBottomLeft.jpg");
	background-position: bottom left;
	background-repeat:no-repeat
}

.vineTopRight
{
	background-image:url("vineTopRight.jpg");
	background-position: top right;
	background-repeat:no-repeat
}

.vineBottomRight
{
	background-image:url("vineBottomRight.jpg");
	background-position: bottom right;
	background-repeat:no-repeat
}

.watermark
{
	background-image:url("watermark.jpg");
	background-position: top left;
	background-repeat:no-repeat
}

.heading
{
	font-family: verdana; 
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13;
	color: #000000
}

.mainFontText
{
	font-family: arial; 
	font-size: 12;
	text-align:justify;
	color: #000000
}

.smallFont
{
	font-family: verdana; 
	text-transform: uppercase;
	font-size: 9;
	font-weight: bold;
	color: #000000
}

.imageBorder
{
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1
}

.pageBorder
{
	border: thin solid #CCCCCC;
	border-style: solid;
	border-width: 1
}

a:link 
{
	font-family: verdana; 
	color: #500F01;
	font-weight: bold;
	text-decoration: none
}

a:visited
{
	font-family: verdana; 
	color: #500F01;
	font-weight: bold; 
	text-decoration: none
}

a:hover 
{
	font-family: verdana;
	color: #000000;
	font-weight: bold; 
	text-decoration: underline
}

input
{
	font-size: 7pt;
	font-family: verdana;
	height:17
}

select
{
	font-size: 7pt;
	font-family: verdana;
	color: #505050
}

textarea
{
	font-size: 7pt;
	font-family: verdana;
	color: #505050;
}

a.linkopacity img
{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

a.linkopacity:hover img
{
	filter:alpha(opacity=100);   
	-moz-opacity: 1.0;   
	opacity: 1.0;
}
