body
{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	margin: 0;
	padding: 0;
	height: 100%;
}

.page
{
	display: block;
	background: white;
	width: 500px;
	margin: 0;
	padding: 0;
}

.page .copy
{
	line-height: 12pt;
	font-size: 11px;	
	margin: 10px 15px 15px 15px;
	padding: 0;
	background: white;
}

.page .copy h1
{
	line-height: 12pt;
	font-size: 12px;
	font-weight: bold;
	color: #088CD8;
	padding: 10px 0 0 0;	
}

.page .copy h2
{
	line-height: 12px;
	font-size: 12px;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.page .copy h3
{
	line-height: 12px;
	font-size: 11px;
	font-weight: bold;
	color: black;
	padding: 5px 0 5px 0;
	background-image: url(../images/dotted.gif);
	background-repeat: repeat-x;
	background-position: left bottom;	
}

.page .copy img
{
	width: 250px;
	margin: 10px 0 15px 0;
	padding: 0 235px 0 0;
	float: left;
	background: white;
}
