
html{height:100%;width:100%;}

body {

/*
	min-height:600px;
	min-width:480px
*/
	height: 100%;
	width: 100%;
	
	padding: 0px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000033;
	background: #ffffff url('../images/vintbl-bg-m.jpg');
/*	background: #ffffff url('/images/vin/jpgs/vintbl-bg-m.jpg'); */
/*	background-position: left top; */
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;

}

/*
a
{
	text-decoration: none;
}
*/

a:link {
	color: #333377;
	text-decoration: none;
}

a:visited {
	color: #333377;
	font-weight: normal;
}

a:hover {
	color: #ff9900; 
	font-weight: normal;
	text-decoration: underline;
}
a:active {
	color: #333377;
	text-decoration: none;
}
a img {
	border: none;
	text-decoration: none;
}

#frm_1 {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

table.frm {
	vertical-align: top;
	height: 100%;

/*	width: 320px; */
	width: 100%;
	text-align: left;
	margin: auto;
	border-color: black;
	border-width: 0px 1px  0px 1px;
/*	border-style: solid; */
	border-style: none;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333377;
	font-weight: normal;
	border-spacing: 0;
	border-collapse: collapse;

}


table.frm td {
	border-color: black;
	border-width: 1px 1px 1px 1px ;
	border-style: none; 
/*	border-style: none,hidden,dotted,dashed,double,inset,outset, goove */ 
/*	-moz-border-radias: 0px, 3px, 6px, 9px, 12px; */
	margin: 0;
	padding-bottom: 15px;
	border-spacing: 0;
	border-collapse: collapse;
}


table.content {
	vertical-align: top;
	height: 100%;
	width: 100%;
	text-align: left;
	margin: auto;
	border-color: black;
	border-width: 0px 1px  0px 1px;
/*	border-style: solid; */
	border-style: none;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #333377;
	font-weight: bold;
	border-spacing: 0;
	border-collapse: collapse;
}


.nav_but {
	border-width: 1px;
	border-color: gray;
	border-style: solid;
	border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	-webkit-border-radius: 0.8em;
	background-attachment: scroll;
	background-clip: border-box;
	background-color: transparent;
	background-image: url("../images/bg_white-blue.jpg");
	background-origin: padding-box;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 70px 36px;
}



img.align-right { float:right; margin: 0 0 0 0; }

img.align-left { float:left; margin: 0 0 0 0;  }

