td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #999999;}

a {
	color: #c2c290;
	text-decoration: none;}

a:hover { 
	color: #c2c290;}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 22px;
	color: #909090;}

.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
 	color: #464646;}
	
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
 	color: #464646;
	background-image: url(../images2/shadow.gif);
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: top left;}
	
.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;}
.info a:link {text-decoration:none; color: #ffffff;}
.info a:visited {text-decoration:none; color: #ffffff;}
.info a:hover {text-decoration:underline; color: #ffffff;}

.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #464646;}

.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 11px;
	color: #464646;}
.smalltext a:link {text-decoration:none; color: #464646;}
.smalltext a:visited {text-decoration:none; color: #464646;}
	
.menu1 
	{
	font-family: Helvetica, Verdana, Arial, sans-serif;
	color: #969696;
	font-size: 13px;
	line-height: 16px;
	}
.menu1 a:link {text-decoration:none; color: #969696;}
.menu1 a:visited {text-decoration:none; color: #969696;}

.menu2 
	{
	color: #969696;
	font-size: 11px;
	line-height: 16px;
	}
.menu2 a:link {text-decoration:none; color: #969696;}
.menu2 a:visited {text-decoration:none; color: #969696;}

#page{
position: absolute;
width:600px;
height:500px;
overflow: auto;
}

.scroll-track{
height:10px;
width:10px;
background-image: url(../images2/shadowback.gif);
}

.scroll-handle{
border: 1px solid #ffffff;
height:10px;
width:10px;
background:#d9d9d9;
background-image: url(../images2/shadowhandle.gif);
cursor:pointer;
}



.main { 
scrollbar-3dlight-color: ffffff; 
scrollbar-arrow-color: ffffff; 
scrollbar-base-color: ffffff;
scrollbar-darkshadow-color: ffffff;
scrollbar-face-color: d9d9d9;
scrollbar-highlight-color: d9d9d9;
scrollbar-shadow-color: d9d9d9;
scrollbar-track-color:ffffff; 
}




/* default setup that everything sees */
.shadow {
  /* needed for Internet explorer */
  height: 1em;
  filter: Shadow(Color=#dcdcdc, 
                 Direction=135, 
                 Strength=5);
  cursor: pointer;
  /* Needed for Gecko */
  line-height: 2em;
  white-space: nowrap;
}