.intro1 {
	background-attachment: scroll;
	background-image: url(../images/intro_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.intro2 {
	background-attachment: scroll;
	background-image: url(../images/intro_5.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.main3 {
	background-attachment: scroll;
	background-image: url(../images/main3_bottom_arm.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	color: #C66C9D;
	text-decoration: none;
}

div#output form input.text, div#output form input.button, div#output form select, div#output form textarea {
	margin-top:2px
}
html>body input.text, html>body input.button html>body select {
	height:1em
}
*:root input.text, *:root input.button, *:root select {
	height:auto
}
input.text, input.button, textarea, select {
	font:7pt "Verdana","Arial","Helvetica",sans-serif;
	font-weight:normal
}
input.button {
	border:1px solid #630036;
	padding:.1em .1em;
	cursor:pointer;
	color:#630036;
	background-color:#FFD2EB;
	border-radius:.4em
}
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color:#FFD2EB
}
input[type="submit"]:active {
	background-color:#FFD2EB
}
input[type="submit"][disabled] {
	border-color:#630036;
	color:#630036;
	background-color:#FFD2EB
}
input.text, textarea, select {
	border:1px solid #630036;
	color:#630036;
	background-color:#FFD2EB;
	letter-spacing:0px
}
input[type="text"]:hover, input[type="password"]:hover, textarea:hover, select:hover {
	background-color:#FFD2EB
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	background-color:#FFD2EB
}.textPRINT {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}
