@charset "utf-8";
/*----------------------------------------- General Style -------------------------------------------*/
body 
{
	margin:0;
	width:100%;
	background-color:#111312;
	font-family:Verdana;
	font-size:8pt;
	letter-spacing: 1px;
	color:#ffffff;
	scrollbar-DarkShadow-Color:#eccfe3;
	scrollbar-Track-Color:#ffffff; 
	scrollbar-Face-Color:#cccccc; 
	scrollbar-Shadow-Color:#999999; 
	scrollbar-Highlight-Color:#ffffff; 
	scrollbar-3dLight-Color:#cccccc; 
	scrollbar-Arrow-Color:#999999;
}

td
{
	font-family:Tahoma;
	font-size:8pt;
}

th
{
	font-family:Tahoma;
	font-size:8pt;
}

.left
{
	text-align:left;
}

.left
{
	text-align:-moz-left;
}

.FFleft
{
	margin: 0 auto 0 0; /*this will align it left for Mozilla*/
}

.right
{
	text-align:right;
}

.FFright
{
	margin: 0 0 0 auto; /*this will align it right for Mozilla*/
}

.justify
{
	text-align:justify;
}

.top
{
	vertical-align:top;
}

.bottom
{
	vertical-align:bottom;
}

.center
{
	text-align:center;
}

.center
{
	text-align:-moz-center;
}

.bold
{
	font-weight:bold;
}

.handcursor
{
	cursor:pointer;
}

.middle
{
	vertical-align:middle;
}

.nowrap
{
	white-space:nowrap;
}

.spacer
{
	height:5px;
	font-size:5px;
}

.underline
{
	text-decoration:underline;
}

.underline-none
{
	text-decoration:none;
}

.noborder
{
	border-width:0px;
}