
div.container {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 962px;
	height: 620px;
	background-image: url('bg3.gif');
	background-repeat: no-repeat;
}
div.left {
	position: absolute;
	top: 46px;
	left: 10px;
	width: px;
	height: px;
	font-size: 30px;
}
div.right {
	position: absolute;
	top: 46px;
	left: 190px;
	width: 180px;
	height: 482px;
	font-size: 30px;
}
div.main {
	position: absolute;
	overflow: auto;
	vertical-align: center;
	text-align: center;
	top:  46px;
	left:  203px;
	width:  706px;
	height:  482px;
}
div#enc {
	float: left;
	width: 200px;
	height: 200px;
}

div.bottom {
	position: absolute;
	top:  541px;
	left:  10px;
	width:  899px;
	height:  53px;
}

A.orangegreen:link    { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:visited { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:active  { color:rgb(255,128,0); text-decoration:underline; }
A.orangegreen:hover   { color:rgb(0,255,0);   text-decoration:underline; }

A.redmagenta:link     { color:rgb(0,0,100);   text-decoration:underline; }
A.redmagenta:visited  { color:rgb(0,0,100);   text-decoration:underline; }
A.redmagenta:active   { color:rgb(0,0,100);   text-decoration:underline; }
A.redmagenta:hover    { color:rgb(205,0,0);   text-decoration:underline; }

A.yellowcyan:link     { color:rgb(000,105,0); text-decoration:underline; }
A.yellowcyan:visited  { color:rgb(000,105,0); text-decoration:underline; }
A.yellowcyan:active   { color:rgb(000,105,0); text-decoration:underline; }
A.yellowcyan:hover    { color:rgb(0,255,255); text-decoration:underline; }

A.gray:link     { color:rgb(155,155,155);   text-decoration:underline; }
A.gray:visited  { color:rgb(155,155,155);   text-decoration:underline; }
A.gray:active   { color:rgb(155,155,155);   text-decoration:underline; }
A.gray:hover    { color:rgb(155,155,155);   text-decoration:underline; }

html,body {
	margin: 0;
	padding: 0;
	font-family: tahoma;
}

table.xx {
	width: 100%;
	height: 100%;
}

table {
	width: auto;
	height: auto;
}

table.auto1 {
	width: auto;
	height: auto;
}

td.xx {
	vertical-align: middle;
	text-align: center;
}

td.left {
	vertical-align: bottom;
	text-align: center;
}

td.center {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px solid #000000; 
}

td {
	text-align: left;
}

td.bb {
	text-align: left;
	font-size: 25pt;
	font-style: bold;
}

img.floatright {
float: right;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}

img.floatbottom {
float: bottom;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 0px;
}
