body 	{ 	font-family: helvetica,arial,sans-serif;
		font-size: 9pt;
		color: #000000;
		background-color: #ffffff;
		cursor: default;
	}

div.body {	position: absolute; 
		left: 50%; 
		top: 20px; 
		margin-left: -300px; 
		height: 600px;
		width: 600px;
	}

div.title {	padding-left: 5px;
		padding-bottom: 10px;
	}

table	{	font-family: verdana,arial,sans-serif;
		font-size: 9pt;
	}

td	{
	}
td.link	{	height: 85px;
		width: 120px;
		padding-left: 4px;
		vertical-align: top;
	}

td.text {	padding-top: 15px;
		font-size: 8pt;
		text-align: justify;
		vertical-align: bottom;
	}

span.subhead {	font-size: 8pt;
	}

img.pic { 	padding: 0px;
		color: #000000;
		border-color: #000000;
		border-style: solid; 
		border-width: 0px; 
	}

img	{	border-width: 0px;
	}

a	{	color: #444444;
		text-decoration: none;
		cursor: pointer;
	}

a:hover {	color: #000000;
		text-decoration: underline;
	}