table.topleft
{
	position: absolute;
	top: 0px;
	left: 0px;
}

table.topleft td {
	font-weight: bold;
	height: 66px;
	line-height: 66px;
	font-size: 22px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}

table.topleft td.left {
	padding-left: 65px;
	padding-right: 15px;
}
table.topleft td.right {
	padding-left: 13px;
}

.vuvlogo {
	position: absolute;
	left: 120px;
	top: 10px;
}

.header {
	position: absolute;
	left: 30px;
	top: 10px;
	z-index: 0;
}

.middle {
	clear: both; 
	float: left; 
	width: 100%; 
	height: 457px;
}

.footer {
	width:1024px; 
	padding-top: 4px; 
	clear: both;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

	overflow: auto;

	/*text-align: justify;*/

	position: absolute;
	left: 220px;
	height: 587px;
	width: 690px;

	margin-right: 0px;

	padding-left: 13px;
	padding-right: 13px;
	padding-top: 13px;
}

.menu_left {
	position: absolute;
	width: 220px; 

	margin-top: 10px;

	overflow: auto;
}

.menu_lefttop,
.menu_leftbottom {
	padding: 5px;
	padding-right: 10px;
	text-align: right;
}

.menu_lefttop    { margin-top: 0px; margin-right: 0px; }
.menu_leftbottom { margin-top: 15px; padding-top: 15px; margin-right: 0px; }

body {
/*	scrollbar-face-color: #999933;
	scrollbar-highlight-color: #000000;
	scrollbar-shadow-color: #000000;
	scrollbar-3dlight-color: #000000;
	scrollbar-arrow-color: #999933;
	scrollbar-track-color: #999933;
	scrollbar-darkshadow-color: #000000;
*/ }

img.thumb_menu {
	opacity: 0.6; 
	filter: alpha(opacity = 60);
	border: 0px; 
	padding-top: 6px;
	padding-bottom: 0;
}
img.thumb_menu:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

a,a:active {outline: 0;}

a.main {
	background-color: black;
	padding-right: 4px;
}

a.bottom, a.bottom:active, a.bottom:visited,
a.submenu, a.submenu:active, a.submenu:visited {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 1.7em;
}

a.bottom {
	padding: 2px 5px 2px 5px;
	border-left: 2px solid white;
}

a.first { border-left: 0; }

div.container div { visibility: hidden; }
div.container div.active,
div.container:hover div { visibility: visible; }

table.selectpay { border: 1px solid black; background-color: #fff; }
table.selectpay td { padding: 10px; vertical-align: middle; text-align: center; }
table.selectpay tr.first td { border-bottom: 1px solid black; }

table.selectpay form { display: inline; }

div.error,
p.error
{
	border: 1px solid #aaf;
	background-color: #ccd;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	margin-left: 10%;
	margin-right: 10%;
}


