/* CSS Document */
body {
	margin: 0;
	background-color:#343714;
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
}
html, body {
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.t2 {
	height: 100%;
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold;
	padding:0px 10px 0px 0px;
}
.t1{
	font-family: Tahoma;
	font-size: 12px;
	color: #fed44f;
	font-weight:bold;
}
.hi{
	font-family: Tahoma;
	font-size: 11px;
	color: #ffaa2d;
	font-weight:bold;
}
input.button1{
	color:#464d00;
	background-color:#dbe7be;	
	cursor:pointer;
	font-family : Tahoma; 
	font-size : 10px;	
    border-width:1px;
	padding:1px;
}

textarea,select,input.box {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #97997a;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
A.li:link {text-decoration:none;color: #ffaa2d;font-family: tahoma;font-size: 11px;}
A.li:visited {text-decoration:none;color:#ffaa2d;}
A.li:hover {text-decoration:none;color: #ffffff;}
A.li:active {text-decoration:none;}
/* #scrollbar,html {
	SCROLLBAR-FACE-COLOR: #3C3F43;
	SCROLLBAR-HIGHLIGHT-COLOR: #3C3F43;
	SCROLLBAR-SHADOW-COLOR: #3C3F43;
	SCROLLBAR-3DLIGHT-COLOR: #818181;
	SCROLLBAR-ARROW-COLOR: #cccccc;
	SCROLLBAR-TRACK-COLOR: #65696D;
	SCROLLBAR-DARKSHADOW-COLOR: #818181;
}*/