/* VALUA Stylesheet */

p {font-family: arial, verdana, sans-serif; medium; color: white; line-height: 1.5}
hr {color: #000000; height: 1px }
h1 {font-family: arial, verdana, sans-serif; color: orange}
h4 {font-family: arial, verdana, sans-serif; color: orange}

body {
  background: url("gif/PondBHweb20.jpg") 50% 50% no-repeat;
  background-attachment:fixed;
  font-family: arial, verdana, sans-serif; medium;
  font-size-adjust: 100%;
  background-color: lightgrey;
}

div.topfield
{
	position: absolute;
	z-index:1;
	top: 20px;
	left: 20px;
	text-align: center;
}

div.toprightfield
{
	position: absolute;
	z-index:1;
	top: 20px;
	left: 50%;
	text-align: right;
	width: 48%;
	height: 250px;
	padding-left: 10px;
	padding-right: 10px;	
	margin-right: 10px;
}

div.leftfield
{
	position: absolute;
	z-index:1;
	top: 30%;
	left: 18%;
	text-align: left;
	width: 250px;
}

div.rightfield
{
	position: absolute;
	z-index:1;
	top: 20%;
	left: 50%;
/*	text-align: center; */
}

div.rightfieldtext1
{
	position: absolute;
	z-index:2;
	top: 17%;
	left: 50%;
	margin-top: 0px;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext2
{
	position: absolute;
	z-index:2;
	top: 20%;
	left: 48%;
	margin-top: 45px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext3
{
	position: absolute;
	z-index:2;
	top: 20%;
	left: 50%;
	margin-top: 187px;
	margin-left: 102px;
	padding-top: 0px;
	padding-left: 0px;
	p {color: orange;}
/*	text-align: center; */
}
div.rightfieldtext4
{
	position: absolute;
	z-index:2;
	top: 20%;
	left: 50%;
	margin-top: 75px;
	margin-left: 300px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext5
{
	position: absolute;
	z-index:2;
	top: 20%;
	left: 50%;
	margin-top: 333px;
	margin-left: 104px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext6
{
	position: absolute;
	z-index:2;
	top: 20%;
	left: 50%;
	margin-top: 286px;
	margin-left: 293px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}

div.bottomfield {
	position: absolute;
	bottom: 0px;
	left: 18%;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	background-position: center center;
	text-align: center;
	font-size: smaller;
}

a:link {
	text-decoration: underline;
	font-weight: normal;
	color: white;
}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: lightgray;
}

a:hover {
	text-decoration: underline;
	color: orange;
}

a.intext:link {
	text-decoration: underline;
	color: black;
}

a.intext:visited {
	text-decoration: none;
	color: dimgrey;
}

a.intext:hover {
	text-decoration: underline;
	color: #FFAE19;
}

a.blackbutton:link {
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px; 
	margin-bottom: 12px;
	margin-left: 5px; 
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px; 
	border: 1px solid grey;
	color: white;
}

a.blackbutton:visited {
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px; 
	margin-bottom: 12px;
	margin-left: 5px; 
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px; 
	border: 1px solid grey;
	color: white;
}

a.blackbutton:hover {
	text-decoration: none;
	margin-top: 10px;
	margin-right: 5px; 
	margin-bottom: 12px;
	margin-left: 5px; 
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px; 
	border: 1px solid #FFAE19;
	color: orange;
}

div.buttonbox {
	position: relative;
	width:160px;
	margin-left: 0px;
	margin-top: 4px;
	border: 1px solid grey;
	padding:4px;
	background-color:lightgrey;
	text-align: center;
}

div.buttonunderbox {
	position: relative;
	width:150px;
	margin-left: 10px;
	margin-top: 0px;
	border: 1px solid grey;
	padding:4px;
	background-color:gainsboro;
	text-align: center;
	font-size: smaller;
}
	
/* VALUA Stylesheet END */
