/* CSS Document */

body
          { margin-left: 0px;
			margin-top: 0px;
			margin-right: 0px;
			margin-bottom: 0px;}

a:focus
		  {
			-moz-outline: none;
		  }

a img     { border: 0; 
          }


td
	      { font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none}

.white-title
	      { font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: normal; 
			color: #FFFFFF;
			text-decoration: none}

.nav
	      { font-family: Trebuchet MS; 
            font-size: 10px; 
			font-weight: bold; 
			color: #0000ff; 
			text-decoration: none}

.nav:hover
	      { font-family: Trebuchet MS; 
            font-size: 10px; 
			font-weight: bold; 
			color: #f1830c; 
			text-decoration: none}

.navon
	      { font-family: Trebuchet MS; 
            font-size: 12px; 
			font-weight: bold; 
			color: #92898a; 
			text-decoration: none}

.textsmall
	      { font-family: Trebuchet MS; 
            font-size: 11px; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none}

.text
	      { font-family: Trebuchet MS; 
            font-size: 12px; 
			font-weight: normal; 
			color: #000000;
			text-decoration: none}

.email
	      { font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: bold; 
			color: #0000ff; 
			text-decoration: none}

.email:hover
	      { font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: bold; 
			color: #f1830c; 
			text-decoration: none}


.textnav
	      { font-family: Trebuchet MS; 
            font-size: 14px; 
			font-weight: bold; 
			color: #000000; 
			text-decoration: none}

.textnav:hover
	      { font-family: Trebuchet MS; 
            font-size: 14px; 
			font-weight: bold; 
			color: #f1830c; 
			text-decoration: none}

.textbig
	      { font-family: Trebuchet MS; 
            font-size: 13px; 
			font-weight: bold; 
			color: #000000;
			text-decoration: none}

.input1   { height: 20px; 
			width: 280px;
			background-color: #fef6c0;
			border:solid thin;
			color: #000000;
			padding: 2px;
			font-size: 11px;
			font-family: Trebuchet MS;
			font-weight: bold;
			border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px; }
			

.input2   { height: 100px; 
			width: 420px;
			background-color: #fef6c0;
			border:solid thin;
			color: #000000;
			padding: 2px;
			font-size: 11px;
			font-family: Trebuchet MS;
			font-weight: bold;
			border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px; }
			
.submit   { height: 20px; 
			width: 100px;
			background-color: #f1830c;
			border:solid thin;
			color: #ffffff;
			font-size: 12px;
			font-family: Trebuchet MS;
			font-weight: bold;
			border-left-width: 1px;
			border-right-width: 1px;
			border-bottom-width: 1px;
			border-top-width: 1px; }

/* scroller styles */

#mContainer {
	position:relative;
	width:74px;
	height:292px;
	margin:auto;
	border:2px solid #000;
	overflow:hidden;
}

#nContainer {
	position:relative;
	overflow:hidden;
	width:74px;
	border-style:none;
	background:#D8D8D8;
}

#listContainer {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:74px;
	padding:0px;
	margin:0px;
}

#listContainer li {
	position:relative;
	display:block;
	border-style:none;
	width:74px;
	height:272px;
	padding:2px;
	font:9px verdana;
	cursor:pointer;
	margin:0px;
	color:#638DA1;
	background-color:#D8D8D8;
	line-height:10px;
}

#listContainer>li {
	border-top:1px solid #311DF2; /* #638DA1; */
}

#listContainer li:hover {
	color:#000;
}

#upArrow,#downArrow {
	width:74px;
	height:14px;
	font:9px verdana;;
	text-align:center;
	color:#FFF;
	cursor:pointer;
}

#upArrow {
	background:#311DF2 url(up.gif) no-repeat center center;
}

#downArrow {
	background:#311DF2 url(down.gif) no-repeat center center;
}

#changeSize {
	width:10px;
	height:10px;
	position:relative;
	float:right;
	background:#311DF2 url(plus.gif) no-repeat center center;
}

		
