@charset "UTF-8";
.browntext {
	font-family: "Trebuchet MS";
	color: #77C8FF;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 0px;
	word-spacing: -0.75px;
	font-size: 16px;
}

.SubmitButton {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: 99ff00;
	height: 125px;
	width: 180px;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}



/* SpryTooltip.css - version 0.2 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* HACK FOR IE: to make sure the tooltips show above form controls, we underlay each tooltip with an iframe */
.iframeTooltip
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}

.tooltipContent
{
	background-color: #FFFFCC;
	height: 575px;
	width: 350px;
	border: 5px solid #3C130D;
}
#sprytooltip1 #testitextbox pre {
	font-family: Verdana, Geneva, sans-serif;
}
#sprytooltip1 blockquote pre {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-weight: 500;
}
#sprytooltip1 b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#brownbox {
	background-color: #3c130d;
	height: 75px;
	width: 350px;
}
.LSTextCopy {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	margin-top: 20px;
}
