@charset "windows-1251";
/* CSS Document */


body {
	background-image: url(ren3d-background.jpg);
	background-repeat:repeat;
	color: #FFF;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;

}

td,tr {
	color: #FFF;
	font-size: 8pt;
	font-family: Verdana, Geneva, sans-serif;

}


a {
	font-family: Verdana;
		color: #ffffff;
		font-size: 8pt;
		text-decoration: none;
		font-weight: bold;
}

a.pink {
color:#ee008e;	
}

a.yellow {
color:#ffea37;	
}

a.blue {
color:#00b3ef;	
}

a.orange {
color:#f9ad35;	
}

h1	{
text-align:left;
font-size: 10pt;
}


h2	{
	color:#f0b310;
	float:left;
	font-style:italic;
font-size: 11pt;
margin-left: 64px;	
}

.button	{
width:78px;
height: 10px;
padding:31px 0 37px 0;
}

.active_button	{

background-image:url(active_button.png);
width:78px;
height: 10px;
padding:31px 0 37px 0;
}

.active_button_double	{

background-image:url(active_button.png);
width:78px;
height: 20px;
padding:24px 0 34px 0;
}


.lan {
	float:right;
padding: 10px 0 11px 0;
text-align:center;
font-size: 6pt;
width:25px;
height:8px;
cursor:hand;
}

.act_lan {
background-image:url(lang_button.png);
padding: 10px 0 11px 0;
float:right;
text-align:center;
font-size: 6pt;
width:25px;
height:8px;
cursor:hand;

}



.next	{
	float:right;

}

.prev	{
	float:left;

}


a.light	{
		color:#f0b310;
}

.clear	{
	clear:both;
}

