/************** BODY ******************

body

***************************************/

body {
	background-color: #000000;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html,body {
    scrollbar-base-color: #000000;
    scrollbar-face-color: #000000;
    scrollbar-arrow-color: #222222;
    scrollbar-highlight-color: #222222;
    scrollbar-3dlight-color: #000000;
    scrollbar-shadow-color: #222222;
    scrollbar-darkshadow-color: #000000;
}


body, td, th {
margin:0px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFFFFF;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/************** INDEX ***************

INDEX ID

************************************/

#index{
	width: 500px;
	font-size: 11px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* INDEX PAGE */
.style_index_copyright{
	color: #CCCCCC;
	font-size: 10px;
	margin-top: 20px;
}


/* MAIN MENU*/
#index a:link {
	color: #FFFFFF;
	text-decoration: none;
}

#index a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#index a:hover {
	color: #FF0000;
	text-decoration: none;
}

#index a:active {
	color: #555555;
	text-decoration: none;
}
