BODY
{background-color: #FFFFFF;color: #333333;margin: 0pt;padding-left:0px;font-family: Verdana;font-size: 9pt;}
H1
{color: #FFFFFF;font-size: 8pt;text-decoration: none;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:normal;margin-top: 1px; margin-bottom: 1px; margin-right:0px;}
H2
{font-size:9pt; color:red;text-decoration: none;font-size-adjust:none;font-stretch:normal;font-style:normal;font-variant:normal;font-weight:bold;line-height:normal;margin-top: 1px; margin-bottom: 1px; margin-right:0px;}
TD.str_menu
{color: #FFFFFF;font-size: 7pt;}
a.inText
{color: #333333;font-size: 9pt;text-decoration: underline;}
a.inText:hover
{font-size:9pt;color: #333333;text-decoration: none;}
a.inText:visited
{
	font-size:9pt;
	color: #333333;
	text-decoration: underline;
}

strong {text-decoration:none;font-weight:normal}

a.hide {font-size:9pt;color: #333333;text-decoration: none;}
a.hide:hover {font-size:9pt;color: #333333;text-decoration: none;}
a.hide:visited{font-size:9pt;color: #333333;text-decoration: none;} 

a.text
{
	color: red;
	font-size: 9pt;
	text-decoration: underline;
}
a.text:hover
{
	font-size:9pt;
	color: red;
	text-decoration: none;
}
 
a.top_menu
{
	color: #FFFFFF;
	font-size: 9pt;
	text-decoration: none;
}
a:hover.top_menu
{
	font-size:9pt;
	color: #FFFFFF;
	text-decoration: underline;
}
a.el_menu
{
	color: #777777;
	font-size: 8pt;
	text-decoration: none;
}
a:hover.el_menu
{
	font-size:8pt;
	color: #777777;
	text-decoration: underline;
}
a.bott
{
	font-family:Tahoma,Verdana;
	color:#333333;
	font-size:7pt;
	text-decoration: underline;
}

a.bott:hover
{
	font-family:Tahoma,Verdana;
	color:#333333;
	font-size:7pt;
	text-decoration: none;
}

IMG.img_razd
{
	height:8px;
	margin-top:2px;
	width:2px;
}
TD.Sec_up
{
	border-left:0px solid white;
	padding:0px;
}
TD.menu
{
	width:250;
	background:#FFFFFF;
}
TABLE.left_menu
{
	border-left:0px solid black;
	border-right:0px solid black;
	border-top:0px solid black;
	border-bottom:0px solid black;
	margin:0pt;
	background:#CFEACE;
}
TD.name_left_menu
{
	width:250;
	height:15;
	font-size: 8pt;
	color: #ffffff;
	font-weight:bold;
}

TD.up_name
{   
	width: 648;
	
	font-weight:bold;
}
TD.bottom
{
	font-family:Tahoma,Verdana;
	color:#333333;
	font-size:7pt;
}

TR.elem
{
	height:20px;
}
p
{
	color: #444444;
	font-size: 9pt;
	text-decoration: none;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin-top: 4px; margin-bottom: 6px; margin-right:0px;
}
TABLE.inf
{
	color: #444444;
	font-size: 9pt;
	text-decoration: none;
	background:#FFFFFF;

	border-left: 2px solid white;
}
HR.red
{	
	background:#FF0000;
	border-top:0px solid #FF0000;
	color:#FF0000;
	height:1px
}
p.s
{
	font-size:9pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}
p.sp
{
		margin-left: 20px; 
		margin-top: 0; 
		margin-bottom: 0; 
		margin-right:0px
}

/* thumbnail list */

	ul#thumbs, ul#thumbs li{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	ul#thumbs li{
		float:left;
		margin-right:5px;
		border:1px solid #999;	
		padding:2px;
	}
	ul#thumbs a{
		display:block;
		float:left;
		width:117px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;		
	}
	ul#thumbs a img{
		float:left;
		position:absolute;
		top:-100px;
		left:-50px;	
	}
	
	/* mouse over */
	
		ul#thumbs a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		ul#thumbs a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */

	/* clearing floats */
	
		ul#thumbs:after, li#thumbs:after{
			content:"."; 
			display:block; 
			height:0; 
			clear:both; 
			visibility:hidden;
			}
		ul#thumbs, li#thumbs{
			display:block;
			}
		/*  \*/
		ul#thumbs, li#thumbs{
			min-height:1%;
			}
		* html ul#thumbs, * html li#thumbs{
			height:1%;
			}	
	
	/* // clearing floats */

/* // thumbnail list */


/* single thumbnail */

	p.thumb{
		float:left;
		margin:.5em 0;
		margin-right:10px;
		border:1px solid #999;	
		padding:2px;
	}
	p.thumb a{
		display:block;
		float:left;
		width:100px;
		height:100px;
		line-height:100px;
		overflow:hidden;
		position:relative;
		z-index:1;	
	}	
	p.thumb a img{
		float:left;
		position:absolute;
		top:-20px;
		left:-50px;	
	}
	
	/* mouse over */
	
		p.thumb a:hover{
			overflow:visible;
			z-index:1000;
			border:none;		
		}
		p.thumb a:hover img{
			border:1px solid #999;	
			background:#fff;
			padding:2px;			
		}	
	
	/* // mouse over */	

/* // single thumbnail */