@charset "utf-8";
/* CSS Document */

p{
	font-family: verdana, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
	padding: 4px;
	vertical-align: top;
}.sidebartext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 13px;
	padding: 3px;
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	font-weight: bold;
	color: #00AAAA;
}
.quote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: left;
	text-indent: 0px;
	padding-left: 10px;
	font-weight: bold;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009A9A;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	padding: 2px;
}
.FormLabels {
	font-weight: bold;
	background-position: right;
	font-size: 12px;
	color: #009999;
	padding: 0px;
	vertical-align: text-top;
}
.RequestForm {
	background-color: #EBEBEB;
	border: medium double #000000;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

.logoimage {
	padding: 1px;
	text-align: center;
}
.tabletexttight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 6px;
	margin: 0px;
}
.thrColFixHdr #container #sidebar1 #form #jumpMenu {
	width: 140px;
	color: #9B3B85;
	font-weight: bold;
	background-color: #C6E3DF;
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 700px;
}
