body {
	font-family: verdana, arial, sans-serif; 
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	background-color: #ffffff;
}

img#logo
{
  position: absolute;
	top: 5px;
	left: 5px;
}

span#menu {
  position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	top: 175px;
	left: 5px;
	white-space:nowrap;
	width: 700px;
}

span#menu a 
{
  float: left;
	font-family: arial, sans-serif;
	text-decoration: none;
	color: #666666;
	font-size: 12pt;
	font-weight: bold;
	border-bottom: 5px solid #666666;
	border-top: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	padding: 15 12 8 12;
  white-space:nowrap;
}

span#menu a.sel 
{
	border-left: 5px solid #666666;
	border-right: 5px solid #666666;
	border-top: 5px solid #666666;
	border-bottom: none;
	padding: 12 12 12 12;
}

span#content
{
  position: absolute;
	left: 5px;
	top: 223px;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	width: 700px;
	padding: 5 5 5 5;
	font-size: 10pt;
} 

td {
  font-size: 10pt;
	vertical-align: top;
}

td.photo {
  background-color: #000000;
	text-align: center;
	color: #ffffff;
	font-size: 8pt;
}

a {
  color: red;
	font-weight: bold;
}

