@charset "utf-8";

/* CSS Document */

body {

	background-color: #000000;

}

body,td,th {

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 12px;

	color: #bcbbbb;

}



a:link {

	color: #bcbbbb;

	text-decoration: underline;

	font-weight:bold;

}

a:visited {

	color: #bcbbbb;

	text-decoration: underline;

	font-weight:bold;

}

a:hover {

	color: #AFFF00;

	text-decoration: underline;

	font-weight:bold;

}

a:active {

	color: #bcbbbb;

	text-decoration: none;

	font-weight:bold;

}

a.normal:link, a.normal:visited

{

	color: #bcbbbb;

	text-decoration: none;	

	font-weight:normal;

}



a.normal:hover

{

	color: #AFFF00;

	text-decoration: none;

	font-weight:normal;	

}

#upmenu {

	position: absolute;

	z-index: 111;

	height: 193px;

	width: 100%;

}

#upmenubg {

	position: relative;

	z-index: 50;

	

	width: 100%;

	

	float: right;	

}

.textjustify
{
text-align:justify;
}