body
{
	font-family: Arial;
	font-size:   10pt;
	color:       #777777;
}

ul
{
  margin-top: 0;
}
table
{
	font-family: Arial;
	font-size:   10pt;
	color:       #777777;
}

td
{
	vertical-align: top;
}

a:link
{
  color:           #4466CC;
  text-decoration: underline;
}

a:visited
{
  color:           #2244AA;
  text-decoration: underline;
}

a:hover
{
  color:           #4488FF;
  text-decoration: underline;
}

h1
{
	font-size: 12pt;
	color: #1A5488;
}

h2
{
	font-size: 11pt;
	color: #1A66CC;
	font-style: italic;
	margin-bottom: 5px;
}

hr
{      
	height: 10px;
	border: 1px dotted #aaaaaa;
}

#header 
{
	position: absolute;
	top: 50px;
	left: 10px;
	width: 240px;
	text-align: center;
}

#header a:link
{
	color:           #555555;
	text-decoration: none;
	font-weight: bold;
}

#header a:visited
{
	color:           #555555;
	text-decoration: none;
	font-weight: bold;
}

#header a:hover
{
	color:           #4488FF;
	text-decoration: underline;
}

#content
{
	position: absolute;
	top: 50px;
	left: 280px;
	width: 520px;
}

#copyright
{
	font-size: 8pt;
	padding-bottom: 25px;
}

.boxed
{
	padding: 10px;
	margin: 20px;
	background-color: #eeeeee;
	border: 1px dotted #555555;
}
