body
{
	color: #000;
	font-size: 16px;
	line-height: 140%;
	font-family: Times, "Times New Roman", Serif;
	margin: 1em 1em 0.3em 1em;
	background-image: url( ../images/background.gif );
}

div#box
{
	width: 680px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	border: 2px solid #f99;
	padding: 0 1em 1em;
}

div#header
{
	width: 600px;
	height: 90px;
	margin: 0 auto;
	padding: 20px;
	border: none;
	text-indent: 0;
}

div div
{
	text-indent: 1.5em;
	margin: 0;
}

div div.first
{
	text-indent: 0;
}

div.summary
{
	display: block;
}

div.summary div.first
{
	text-indent: 0;
}

div.fullText
{
	display: none;
}

div.fullText div
{
	text-indent: 1.5em;
	margin: 0;
}

div.fullText div.first
{
	text-indent: 0;
}

div.fullText div a.link, div.fullText div a.link:link, div.fullText div a.link:active, div.fullText div a.link:visited
{
	color: #600;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

div.fullText div a.link:hover
{
	border-bottom: 1px dashed #600;
}

div.fullText div.thumb
{
	display: block;
}

div.fullText img.screen
{
	float: left;
	margin: 0.3em 0.5em 0.2em 0;
	border: 1px solid #000;
	width: 100px;
	height: 100px;
}

div.fullText img.print
{
	display: none;
}

span.toggle a, span.toggle a:link, span.toggle a:active, span.toggle a:visited 
{
	color: #F00;
	font-family: Verdana, Arial, San-Serif;
	font-size: 0.7em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

span.toggle a:hover
{
	color: #600;
	text-decoration: none;
}

div.line
{
	float: none;
	clear: both;
	padding-top: 0.6em;
	border-bottom: 1px dashed #f99;
	margin-bottom: 0.6em;
}

div#home
{
	text-align: center;
}

div#home a
{
	color: #300;
	float: none;
	width: 4em;
	margin: 0 auto;
	margin-top: 1em;
	padding: 0.3em;
	border: 1px solid #f99;
	background-color: #fcc;
	font: bold 0.9em/1em Verdana, Arial, San-Serif;
	text-decoration: none;
}

div#home a:hover
{
	color: #f00;
}

div#copy
{
	float: none;
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
	color: #300;
	font-size: 9px;
	line-height: 9px;
	font-family: Verdana, Arial, San-Serif;
	text-align: center;
}

div.popUp
{
	position: absolute;
	visibility: hidden;
	top: 0;
	left: -500px;
	background: #fff;
	background-image: url( ../images/background.gif );
	border: 2px solid #f99;
	padding: 1em;
	margin: 0;
}

div.popUp img
{
	width: 400px;
	height: 400px;
	border: 1px solid #000;
}

