*
{
	margin: 0;
	padding: 0;
	border: none;
}

body
{
	margin: 10px;
	color: #000;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	background-color: #FFF;
	background-image: url( "../img/advertisements.png" );
	background-attachment: fixed;
}

div#box
{
	margin: 20px auto;
	padding: 20px 30px 5px 30px;
	width: 700px;
	background-color: #FFF;
	border-top: 1px #333 solid;
	border-right: 2px #333 solid;
	border-bottom: 2px #333 solid;
	border-left: 1px #333 solid;
}

div#box div#header
{
	margin-top: 10px;
	text-align: center;
}

div#box div#quote
{
	margin: 20px 200px;
}

div#box div#quote p
{
	text-indent: 0;
	font-style: italic;
}

div#box p
{
	text-indent: 2em;
}

div#box p.first
{
	text-indent: 0;
}

div#box p a.note
{
	color: #000;
	background-color: inherit;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-style: normal;
	font-size: 80%;
	vertical-align: 3px;
	line-height: 100%;
	border: none;
	text-decoration: none;
}

div#box p a.note:hover
{
	text-decoration: none;
	color: #FFF;
	background-color: #333;
}

div#box p#button
{
	text-align: center;
}

div#box p#button a img
{
	margin: 30px 0px 20px;
	border: 0 #FFF solid;
}

div#box div.footnote
{
	font-size: 12px;
	line-height: 1.2em;
	margin: 0.5em 0 0 0;
	clear: left;
}

div#box div.footnote div.footnoteNumber
{
	float: left;
	text-align: right;
	width: 1.5em;
	padding-right: 0.5em;
}

div#box div.footnote div.footnoteNumber a.noteNumber
{
	color: #000;
	background-color: inherit;
	border: none;
	text-decoration: none;
}

div#box div.footnote div.footnoteNumber a.noteNumber:hover
{
	color: #FFF;
	background-color: #333;
	text-decoration: none;
}

div#box div.footnote div.footnoteText
{
	padding-left: 2em;
}

div#box div.footnote div.footnoteText a
{
	color: #000;
	background-color: inherit;
	font-style: normal;
	border-bottom: #000;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	text-decoration: none;
}

div#box div.footnote div.footnoteText a:hover
{
	color: #666;
	background-color: inherit;
	font-style: normal;
	border-bottom: #666;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	text-decoration: none;
}

div#box div#copy
{
	margin-top: 20px;
	text-align: center;
	font-size: 10px;
}
