/*-------------------------------------------------------------------	
	The spec sez (?) import statements must come first in a CSS file.
	Dumb rule, but Mozilla observes it will IE is more flexible.
-------------------------------------------------------------------*/	

@import url("std_settings.css");
@import url("text_menu.css");

.page_layout_div
{
	width					: 720px;
	height					: 580px;
	background-color	   	: black;

	margin-top				: 10px;

	text-align				: center;
	scrollbar-face-color   	: black;
	scrollbar-track-color  	: grey;
	scrollbar-arrow-color  	: blue;

	border-width			: 1px;
	border-color			: white;
	border-style			: solid;
}

.text_menu_table
{
	margin-top		: 10px;
	margin-bottom	: 10px;
}

.samples_image
{
	margin-bottom	: 20px;

	border-style	: solid;
	border-width	: 1px;
	border-color	: white;
}

.samples_file_name_col 
{
  text-align	: center;

  color		  	: white;
  font-size   	: 16px;
  line-height 	: 20px;
  font-weight	: normal; 
  font-family	: Tahoma, Arial, Helv, serif; 
}

