BODY
{
	background-color: #969FA4;
	font-family: helvetica, sans-serif;
	font-size: 9pt;
}

DIV 
{ 
	position: absolute; 
	left: 15px; 
	top: 15px; 
	width: 760px;
	padding: 15px;
	border: 2px;
	border-style: solid;
	border-color: black;
	background-color: FloralWhite;
}


A:link, A:visited, A:active { text-decoration: none }

A:link { color: #104E8B; }
A:active { color: 104E8B; }
A:visited { color: #104E8B; }
A:hover {background-color: yellow}

a:link.coauthor { color:5D478B; }
a::active.coauthor { color: 5D478B; }
a::visited.coauthor { color: 5D478B;}

a:link.tech { color:5D478B; }
a::active.tech { color: 5D478B; }
a::visited.tech { color: 5D478B;}

a:link.fun { color:9C0031; }
a::active.fun { color: 9C0031; }
a::visited.fun { color: 9C0031;}

UL
{
padding-left:1em;
}

LI
{list-style-position: inside;
	padding-bottom: 7px;
	list-style-type: none;
	text-indent: 0em;}


H1
{
	font-family: helvetica, sans-serif;
	font-size: 11pt;
	text-align: left;
	padding: 0pt;
}

H2
{
	font-family: helvetica, sans-serif;
	font-size: 11pt;
	padding-bottom: 0pt;
}

H3
{
	font-family: helvetica, sans-serif;
	font-size: 12pt;
	text-align: center;
}

H4 { font-family: helvetica, sans-serif; }


TABLE.main
{
border: 0px;
width: 760px;
}

TD
{
	font-size: 9pt;
	font-family: helvetica, sons-serif;
	padding: 10px;
	border: 1px;
	border-style: solid;
	vertical-align: top;
	border-color: black;
}