html {
  /* this is a hack to force scrollbars on at 
     all times so that the page does not jump
     when going from short to long pages */
  height: 100%;
  margin-bottom: 1px;
}
body { 
	margin: 0 auto; 
	text-align:center; 
	margin-top:10px; 
	color:#000000;
 	background-color: #bababa;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
 }
#wrapper { margin:0 auto; width:650px;}
.bot {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:11px; color:#6B6B6B; text-decoration:none}
	.bot:hover {text-decoration:underline}
.menu {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:11px; color:#9ABF43; text-decoration:none}
	.menu:hover {text-decoration:underline}
.grey {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:11px; color:#9A9A9A; text-decoration:none}
	.grey:hover {text-decoration:underline}
.read {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:11px; color:#595959; text-decoration:none}
	.read:hover {text-decoration:underline}	
.green {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:11px; color:#496604; text-decoration:underline}
	.green:hover {text-decoration:none}
.table {font-family:tahoma, Arial, sans-serif, Helvetica; font-size:10px; color:#266308; text-decoration:none}
	.table:hover {text-decoration:underline}
.scroll {
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #595959;
	scrollbar-base-color: #595959;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #595959;
	scrollbar-shadow-color: #595959;
	scrollbar-track-color: #FFFFFF;
}
a {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;	
}

a:visited {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;	
}

a:hover {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#96a1ae;
	font-weight: normal;
	text-decoration: none;	
}

a:active {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#96a1ae;
	font-weight: normal;
	text-decoration: none;	
}

a.menu {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;	
}

a.menu:visited {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;	
}

a.menu:hover {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#96a1ae;
	font-weight: normal;
	text-decoration: none;	
}

a.menu:active {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#96a1ae;
	font-weight: normal;
	text-decoration: none;	
}
#footer a {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;	
}

#footer a:visited {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#000000;
	font-weight: normal;
	text-decoration: none;	
}

#footer a:hover {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;	
}

#footer a:active {
    font-family:tahoma, Arial, sans-serif, Helvetica;
    font-size: 12px;
	color:#ffffff;
	font-weight: normal;
	text-decoration: none;	
}

