.art_img
{
	width: 150;
	height: 115;
	vspace: 7;
	hspace: 7;
	border: 0
}
.folder_td
{
	font-size: 12pt;
	padding: 7px;
}
.link_section
{
	font-size: 18px;
}
.link
{
	font_size: 10px;
}
.link_section:link
{
	color: green;
}
.link_section:active
{
	color: green;
}
.link_section:hover
{
	color: red;
}
.link_section:visited
{
	color: green;
}
.file_size
{
	font-size: 13px;
}
.link
{
	font-size: 16px;
}
.link:link 
{
	color: blue;
};
.link:active
{
	color: blue;
};
.link:hover
{
	color: blue;
};
.link:visited  
{
	color: blue;
};

.description
{
	font-size: 14px;
}
.news_line
{
	background-image: url(../images/design/news_line_h.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 3px;
}
.news_line_v
{
	background-image: url(../images/design/news_line_v.gif);
	background-repeat: repeat-y;
	background-position: left;
	width: 3px;
}
.news_order
{
	font-size: 12px;
}
.news_list
{
	font-size: 18px;
	font-style: normal;
}
.news_list:link 
{
	color: black;
};
.news_list:active
{
	color: black;
};
.news_list:hover
{
	color: gold;
};
.news_list:visited  
{
	color: black;
};