#Layer1 {
	position:absolute;
	width:800px;
	height:500px;
	z-index:1;
	left:0px;
	top:0px;
	cursor:default;	
}
#Layer2 {
	position:absolute;
	width:430px;
	height:350px;
	z-index:1;
	left:314px;
	top:113px;
	cursor:default;
	padding-left:35px;
}

A:link {
	color: #41ACDB; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:visited {
	color: #41ACDB; text-decoration: none; font-weight: bold; text-transform: lowercase;
}
A:active {
	cursor: help; text-decoration: none;
}
A:hover {
    cursor: help; color: #567BEC; font-weight: bold; text-decoration: none; border-bottom: 2px dashed #41ACDB;
}

BODY {
background-image:url(bg.jpg);
background-repeat: repeat;
background-attachment: scroll;

font-family: courier new;
font-size: 9pt;
color: #BCBCBC;
font-style: normal;
text-align: justify;
text-decoration: none;
letter-spacing: 1px;}

h1, h3 {font-family: georgia;
font-size: 15pt;
font-style: italic;
color: #000000;
text-align: left;
font-weight: lighter;
background-color: none;
letter-spacing: 8px;
text-transform: lowercase;
margin-left: -25px;}

h1:first-letter, h3:first-letter {font-family: georgia;
font-size: 20pt;
font-style: italic;
color: #567BEC;
text-align: left;
font-weight: bold;
background-color: none;
letter-spacing: 8px;
text-transform: lowercase;
padding-left: 15px;}

b {color: #567BEC;
text-transform: uppercase;}

i {color: #41ACDB;
font-style: italic;}

blockquote {border-left: 5px solid #41ACDB;
color: #BCBCBC;
padding-left: 10px;}

.end {text-align: center;
border-top: 1px dashed #BCBCBC;}

/* FORMS */
input, select, textarea {
background-color: #ffffff;
border: 1px solid #BCBCBC;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size: 13px;
margin: 0 0 1px 0;
padding: 5px 0;
} option {
background-color: #ffffff;
font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
font-size: 13px;
margin: 0 0 1px 0;
padding: 1px;
}

.input1 { 
width: 49%; 
} .input2 { 
width: 120px; 
} .input3 { 
border: 0; 
} 

fieldset { 
background-color: #F5F5F5; 
border: 1px solid #41ACDB; 
margin: 0 auto 12px auto; 
padding: 10px;
} fieldset label { 
float: left; 
padding: 0 1%;
text-align: right; 
width: 48%; 
} fieldset legend { 
color: #567BEC; 
font-family: Georgia, "Times New Roman", Times, serif; 
font-size: 17px; 
} fieldset p { 
margin: 0 0 4px 0; 
text-align: justify;
}

.tc { text-align: center; }
 .tl { text-align: left; }
  .tr { text-align: right; }
.tb { margin: 0 0 2px 0; }

.big { font-size: 16px; }
 .small { font-size: 10px; }

