body {
  margin: 0px;
  background-color: #DDDDDD;
}

a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #888888;

}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #888888;

}

a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #888888;

}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #AAAAAA;

}

.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #222222;
}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}

.highlighted {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}

.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #dddddd;
	width: 240px;
	border: 1px solid #666666;
	color: #666666;

}
.sendButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	background-color: #dddddd;
	width: auto;
	border: 1px solid #666666;
	color: #666666;

}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-align: justify;

}

.scrollBoxSM {
	overflow: auto;
	position: relative;
	height: 155px;
	width: 245px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	scrollbar-base-color: #DDDDDD;
  	scrollbar-track-color: #DDDDDD;
  	scrollbar-face-color: #DDDDDD;
  	scrollbar-highlight-color: #BBBBBB;
  	scrollbar-3dlight-color: #DDDDDD;
  	scrollbar-darkshadow-color: #DDDDDD;
  	scrollbar-shadow-color: #BBBBBB;
  	scrollbar-arrow-color: #666666;
}

.scrollBoxLG {
	overflow: auto;
	position: relative;
	height: 155px;
	width: 510px;
	left: 0px;
	top: 0px;
	right: auto;
	bottom: auto;
	scrollbar-base-color: #DDDDDD;
  	scrollbar-track-color: #DDDDDD;
  	scrollbar-face-color: #DDDDDD;
  	scrollbar-highlight-color: #BBBBBB;
  	scrollbar-3dlight-color: #DDDDDD;
  	scrollbar-darkshadow-color: #DDDDDD;
  	scrollbar-shadow-color: #BBBBBB;
  	scrollbar-arrow-color: #666666;
}

.contactBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	background-color: #dddddd;
	width: 240px;
	border: 1px solid #666666;
	color: #555555;
	scrollbar-base-color: #DDDDDD;
  	scrollbar-track-color: #DDDDDD;
  	scrollbar-face-color: #DDDDDD;
  	scrollbar-highlight-color: #BBBBBB;
  	scrollbar-3dlight-color: #DDDDDD;
  	scrollbar-darkshadow-color: #DDDDDD;
  	scrollbar-shadow-color: #BBBBBB;
  	scrollbar-arrow-color: #666666;
}

#content {
	/*defined in the head for ns4 compatibility */
	position: absolute; 
	left: 0px; 
	top: 0px;
}

#container {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 250px; 
	height: 170px;
}

#containerSM {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 250px; 
	height: 170px;
}

#containerLG {
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 262px; 
	height: 212px;
}

/*

#contentMask {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 250px; 
	height: 170px; 
	clip: rect(0px,250px,170px,0px); 
	overflow: hidden; 
	z-index: 6;
}

#contentMaskSM {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 240px; 
	height: 170px; 
	clip: rect(0px,240px,170px,0px); 
	overflow: hidden; 
	z-index: 6;
}

#contentMaskLG {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 250px; 
	height: 212px; 
	clip: rect(0px,250px,212px,0px); 
	overflow: hidden; 
	z-index: 6;
}



#down {
	position: absolute; 
	top: 158px; 
	left: 250px; 
	z-index: 5; 
	cursor: pointer;
}

#up {
	position: absolute; 
	top: 0px; 
	left: 250px; 
	z-index: 2; 
	cursor: pointer;
}

#track {
	position: absolute; 
	top: 12px; 
	left: 250px; 
	z-index: 3;  
}

#drag {
	position: absolute;
	top: 12px; 
	left: 250px; 
	z-index: 4; 
	cursor: pointer;
}
*/