
BODY {
	font-family: Verdana, Arial;
	font-size: 12px;
	color:#A7ABFF;
	margin: 7px 0px 7px 0px; /*top right bottom left*/ 
	scrollbar-face-color:#000000;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#000066;
	scrollbar-darkshadow-color:#000066;
	scrollbar-track-color:#000000;
	scrollbar-arrow-color:#ffffff;
}
A:link {
	color:#B9B9E9;
	filter: glow(color=#00cc00, strength=1);
	text-decoration: none;
	height: 0px;
}
A:active {
	color:#B9B9E9;
	filter: glow(color=#00cc00, strength=1);
	text-decoration: none;
	height: 0px;
}
A:visited
{
	text-decoration: none;
	color:#B9B9E9;
	filter: glow(color=#00cc00, strength=1);
	height: 0px;
} 
A:hover {
	color:#B9B9E9;
	filter: glow(color=#0000ff, strength=2);
	text-decoration: none;
	height: 0px;
}
A.nofilter:link { filter:; }
A.nofilter:visited { filter:; }
A.nofilter:active { filter:; }
A.nofilter:hover {
	color:#B9B9E9;
	filter: glow(color=#0000ff, strength=2);
	text-decoration: none;
	height: 0px;
}
	
IMG.with_border{
	border: 1px solid #3DF54F;
}
INPUT{
    background-color: #222239;
    color : #FFFFFF;
    border : 1 solid #B9B9E9;
    padding : 2 2 2 2;
}
SELECT { 
background-color: #222239;
color:#ffffff
}
TEXTAREA{
    background-color: #222239;
    font-family :  Verdana;
    font-size : 14.5px;
    color : #FFFFFF;
    border : 1 solid #B9B9E9;
    padding : 2 2 2 2;
}
TD{
	font-size: 13px;
}
.Button {
border=0;
background-image: url(img/button.png);
width: 80;
height: 20;
}
