﻿body 
{
	text-align: center;
}

.title, .footer
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: normal;
	color: white;
	background-color: #6498C8; /* #AFA0BF */ /*6498C8 */
	padding: 3px 0px; /*15px*/
	border-bottom: solid 2px #666666;
}

.title span 
{
	padding-left: 15px;
	padding-right: 15px;
}

.title a#close
{
	position: absolute;
	left: 670px;
	right: 10px;
	color: #EEEEEE;

}

.title A#home
{
	position: absolute;
	left: 10px;
	right: 670px;
	color: #EEEEEE;		
}



h2 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
}

.container 
{
	margin: auto;
	width: 760px;
	border: solid 2px #666666;
	/* fix height problem with netscape 6.x */
	min-height: 500px;
	text-align: center;
}

.menu 
{
	margin-top: 8px;
	margin-left: 120px;
}

.movers
{
	text-align: center;
	display: block;
	float: left;
	height: 12pt;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	margin: 2px 2px 2px 2px;
}

.movers:visited 
{
	color: #6498C8;
	background-color: white;
	text-decoration: none;
}

.movers:hover 
{
	color: #003366;
	background-color: white;
	text-decoration: none;
}

.movers:link 
{
	color: #6498C8;
	background-color: white;
	text-decoration: none;
}

.pages
{
	float: left;
	display: block;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	width: 18px;
	height: 18px;
	padding-top: 2px;
	text-align: center;
	margin: 0px 2px 10px 2px;
	border: solid 1px #003366;
}

.pages:visited
{
	color: white;
	background-color: #6498C8;
	text-decoration: none;
}

.pages:hover
{
	color: #003366;
	font-weight: bold;
	background-color: #6498C8;
	text-decoration: none;
}

.pages:link
{
	color: white;
	background-color: #6498C8;
	text-decoration: none;
}

.current 
{
	display: block;
	float: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	width: 18px;
	padding-top: 2px;
	height: 18px;
	text-align: center;
	margin: 0px 2px 10px 2px;
	border: solid 1px #003366;
}

.current:visited
{
	color: #003366;
	background-color: rgb( 231, 237, 245 );
	text-decoration: none;
}

.current:hover
{
	color: #003366;
	background-color: rgb( 231, 237, 245 );
	text-decoration: none;
}

.current:link
{
	color: #003366;
	background-color: rgb( 231, 237, 245 );
	text-decoration: none;
}

#tourarea
{
	margin: 10px;
	clear: left;
}

.content
{
	float: left;
	text-align: left;
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	color: black;
	width: 224px;
	padding-right: 10px;
}

.screenshot
{
	float: left;
	width: 500px;
}

.caption 
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 10pt;
	font-style: italic;
	color: black;
	text-align: center;
	margin-top: 2px;
}
