html {
	overflow: -moz-scrollbars-vertical;
	min-height:101%; 
}

BODY {
	background-color: #DBDBDB;
	margin: 10px 10px 0px 10px;
}

TD, P, SPAN {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #515151;
}

A:link, A:visited {
	font-size: 9px;
	color: #145e9d;
	text-decoration: none;
	text-transform: uppercase;
}

A:hover, A:active {
	font-size: 9px;
	color: #9eb2c4;
	text-decoration: none;
	text-transform: uppercase;	 
}

.rightSideGradient {
	background-repeat: repeat-y;
	background-position: left top;
	background-image: url(../images/global/gradientPieces/rightGradient.gif);
}

.leftSideGradient {
	background-image: url(../images/global/gradientPieces/leftGradient.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

.topGradient {
	background-image: url(../images/global/gradientPieces/topGradient.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.bottomGradient {
	background-image: url(../images/global/gradientPieces/bottomGradient.gif);
	background-repeat: repeat-x;
	background-position: right top;
}

#flyout1 {
	position:relative;
	left:182px;
	top:658px;
	left:27px;
	top:-60px;
	width:242;
	height:19;
	z-index:1;
	visibility: hidden;
	overflow: visible;
}

#flyout2 {	
        position:relative;
	left:231px;
	top:639px;
	left:27px;
	top:-79px;
	width:322;
	height:19;
	z-index:1;
	visibility: hidden;
	overflow: visible;
}

.testimonial {
	font-size: 9px;
	color: #145e9d;
	text-decoration: none;
	text-transform: uppercase;	 
}

.inputField {
	height: 14px;
	width: 172px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #DBDBDB;
	border: 1px solid #666666;
}

.inputFieldLarge {
	height: 42px;
	width: 431px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #DBDBDB;
	border: 1px solid #666666;
}

.chk {
	height: 10px;
}

.small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color: #515151;
}

