body
{
	font-family:			"Sylfaen";
	font-size:				9px;
	background: 			url('/n.gif') no-repeat;/*need for buggy IE. Bad, bad brawser*/
    background-attachment: 	fixed; /*need for buggy IE. Bad, bad brawser*/

}

.shaded_div
{
	background-color:		#FFFFFF;
	background-image:		url(../Images/box_BG_repeater.jpg);
	background-position:	center top;
	background-repeat:		repeat-x;
	border-color:			transparent #9BCAF5 #9BCAF5;
	border-style:			solid;
	border-width:			0 1px 1px;
	margin:					15px 5px 10px 10px;	
	padding:				10px 15px;	
}


.main_table
{
	font-family:			"Sylfaen";
	font-size:				12px;
	vertical-align:			top;
}
.anonce a, .anonce a:visited
{
	border:					0px solid #F9F9F9;
	color:					#000000;
	text-decoration:		none;
}
.anonce a:hover 
{
	/*background-color:		#CCCCCC;*/
	color:					#9BCAF5;
	text-decoration:		none;
}

.news
{
	text-indent:			5px;
}
.news a, .news a:visited
{
	border:					0px solid #F9F9F9;
	color:					#000000;
	text-decoration:		none;
}
.news a:hover 
{
	/*background-color:		#CCCCCC;*/
	color:					#9BCAF5;
	text-decoration:		none;
}

body > #loading
{
    position:				fixed;
    top:					0px;
    left: 					0px;
    z-index: 				5000;
    background-color: 		darkred;
    font-family:			"Sylfaen";
	font-size:				150%;
    color: 					white;
    padding: 				2px;
	display: 				none;
}

/*need for buggy IE. Bad, bad brawser*/
#loading
{
    position:				absolute;
    top:					expression( (  ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop  ) + 'px');
    left: 					0px;
    z-index: 				5000;
    background-color: 		darkred;
    font-family:			"Sylfaen";
	font-size:				150%;
    color: 					white;
    padding: 				2px;
	display: 				none;
}
    


