*
{
	margin: 0;
	padding: 0;
}

acronym
{
	cursor: help;
	border-bottom: #333;
	border-width: 0 0 1px 0;
	border-style: none none dashed none;
	font-variant: normal;
}

body
{
	color: #333;
	font-size: 16px;
	line-height: 140%;
	font-family: times, "times new roman", serif;
	margin: 1em 1em 0.3em;
	background-image: url( ../img/pattern.png );
	background-attachment: fixed;
	background-color: #FFF;
}

div#box
{
	width: 740px;
	margin: 0 auto;
}

div#box div#top
{
	width: 740px;
	height: 24px;
	background-image: url( ../img/top.png );
}

div#box div#middle
{
	width: 740px;
	height: 100%;
	background-image: url( ../img/middle.png );
	background-repeat: repeat-y;
}

div#box div#bottom
{
	width: 740px;
	height: 24px;
	background-image: url( ../img/bottom.png );
}

div#box div#header
{
	width: 100%;
	text-align: center;
	padding-top: 1em;
}

div#box div#textHeader
{
	display: none;
}

div#box div#body p
{
	margin: 0.5em 34px;
}

div#box div#notes p
{
	margin: 0.5em 34px 0;
}

div#box div#buttonDiv
{
	width: 100%;
	text-align: center;
	padding: 0.5em 0;
}

div#box div#buttonDiv a#button,
div#box div#buttonDiv a#button:visited,
div#box div#buttonDiv a#button:active,
div#box div#buttonDiv a#button:link
{
	color: #333;
	background-color: #FFF;
	font-weight: bold;
	padding: 0.5em 0.5em 0.25em;
	text-decoration: none;
	cursor: pointer;
}

div#box div.reference p a:hover,
div#box div#buttonDiv a#button:hover
{
	text-decoration: none;
	color: #333;
	background-color: #CCC;
}

div#box div#notes p a,
div#box div#notes p a:visited,
div#box div#notes p a:active,
div#box div#notes p a:link
{
	color: #333;
	background-color: inherit;
	text-decoration: none;
}

div#box div#notes p a:hover
{
	color: #333;
	background-color: inherit;
	text-decoration: underline;
}

div#copy
{
	width: 100%;
	margin: 5px auto;
	color: #666;
	background-color: inherit;
	font-size: 9px;
	line-height: 9px;
	text-align: center;
}

div#qTip
{
	display: none;
	position: absolute;
	padding: 0.5em;
	color: #000;
	background-color: #EEE;
	border-style: solid;
	border-color: #999;
	border-width: 1px 2px 2px 1px;
	font-size: 15px;
	line-height: 18px;
	text-align: left;
	z-index: 1000;
}

