/* VALUA Stylesheet */

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

h3 {font-family: arial, verdana, sans-serif; color: orange}
h4 {font-family: arial, verdana, sans-serif; color: orange}

h5 {font-family: arial, verdana, sans-serif; color: white}
h6 {font-family: arial, verdana, sans-serif; color: white}
a {font-family: arial, verdana, sans-serif; medium}

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

div.topfield
{
	position: absolute;
	z-index:1;
	top: 0px;
	left: 0px;
	text-align: left;
	width: 100%;
	height: 250px;
	background-color: black;
	padding-top: 10px;
}

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

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

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

div.rightfieldtext1
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 58%;
	margin-top: 0px;
	margin-left: 150px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext2
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 54%;
	margin-top: 23px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext3
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 58%;
	margin-top: 120px;
	margin-left: 60px;
	padding-top: 0px;
	padding-left: 0px;
	p {color: orange;}
/*	text-align: center; */
}
div.rightfieldtext4
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 58%;
	margin-top: 50px;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext5
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 58%;
	margin-top: 200px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}
div.rightfieldtext6
{
	position: absolute;
	z-index:2;
	top: 3%;
	left: 58%;
	margin-top: 190px;
	margin-left: 190px;
	padding-top: 0px;
	padding-left: 0px;
/*	text-align: center; */
}

div.midtextfield {
	position: relative;
	top:+260px;
	left: 150px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	background-position: center center;
	width: 700px;
	text-align: left;
}

div.midtextrightfield {
	position: absolute;
	top: 260px;
	left: 860px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
	background-position: center center;
	text-align: left;
}

div.bottomfield {
	z-index:1;
	position: relative;
	top:+260px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;

	margin-left: 0px;
	margin-right: 0px;
	
	padding-left: 0px;
	padding-right: 0px;	
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: smaller;
	background-color: orange;
}

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

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: lightgrey;
	font-size: smaller;
}

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

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

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

a.intext:hover {
	text-decoration: underline;
	color: orange;
	font-size: medium;
}

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;
}
	
/* VALUA Stylesheet END */

