body
{
	background-color: #ffffff;
	scrollbar-face-color: #c3d0f6; 
	scrollbar-shadow-color: #ebf6fc; 
	scrollbar-highlight-color: #c3d0f6; 
	scrollbar-3dlight-color: #f9f9f9; 
	scrollbar-darkshadow-color: #c3d0f6; 
	scrollbar-track-color: #d3e0ff; 
	scrollbar-arrow-color: #ffffff;

}
body, table
{	
	font-size: 14px;
	font-family: Arial, MS Sans Serif, Times New Roman;
}
p
{
	text-indent: 20px;
}
a
{
	color: #0106a8;
}
a:visited  
{
	color: #0106a8;
}
a:active  
{
	color: #0106a8;
}
.menu_item
{
	cursor: pointer;
}
.submenu_item
{
	cursor: pointer;
}
.menu_select
{
	background-color: #c3d8ff;
	cursor: pointer;
}
.submenu_select
{
	background-color: #c3d8ff;
	cursor: pointer;
}
.submenu_open
{
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/opentriangle.gif);
	cursor: pointer;
	height: 11px;
	
}
.submenu_close
{
	background-position: left center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-image: url(images/triangle.gif);
	cursor: pointer;
	height: 11px;
}
.counter,
.contact
{
	background-color: #b5edbc;
	cursor: pointer;
}
.randitem
{
	background-color: #c3d8ff;
	cursor: pointer;
}
.randinfo
{
	font-style: oblique;
	text-decoration: blink;
}
.info_fields
{
	background-color: #c3d8ff;
}
.epigraph
{
	text-align: right;
	font-style: italic;	
}
.date
{
}
.author
{
	font-weight: bold;
}
.description
{
}
.caption
{	
	color : #002065;
}
.comment
{
	font-style: italic;
}
.h_info
{
	text-decoration: none;
	height: 20px;
}
.visible
{
}
.hidden
{
	position: absolute;
	visibility: hidden;
}
.photo
{
	text-align: center;
}
.admin_info
{
	text-decoration: blink;
	font-style: oblique;
}
.waitmsg
{
	text-align: center;
	vertical-align: middle;
}