a:link { text-decoration: none; color:#106515; }
a:visited { text-decoration: none; color: #106515; }
a:active { text-decoration: none; color: #88DD99; }
a:hover { text-decoration: none; color: #AAFFBB; }

a.darklink:link { text-decoration: none; color:#003000; }
a.darklink:visited { text-decoration: none; color: #003000; }
a.darklink:active { text-decoration: none; color: #88DD99; }
a.darklink:hover { text-decoration: none; color: #AAFFBB; }

BODY{
	cursor : url(../images/cursor.cur), default;
	font-size: 14px;
	background-color:#001500;
	scrollbar-face-color:#664422;
	scrollbar-arrow-color:#CCBB88;
	scrollbar-track-color:#DDBB99;
	scrollbar-shadow-color:'#775533';
	scrollbar-highlight-color:'#998877';
	scrollbar-3dlight-color:'#CCAA99';
	scrollbar-darkshadow-Color:'#664422';
	margin: 0px;
}

.global {
	position: absolute;
	height: 100%;
	width: 100%;
	left: auto;
	top: auto;
	border: none;
}

.border {
	background-color: #BB8866;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;
}


.tab_index {  height: 100%; width: 100%}

.small{
	font-size: 12px;
}