a.link	{
	color: white;
	background-color: transparent;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: none;
}
a.link:hover	{
	color: #6699CC;
	background-color: transparent;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.link2	{
	color: white;
	background-color: transparent;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
a.link2:hover	{
	color: #FF0033;
	background-color: transparent;
	font-size: 11pt;
	font-weight: normal;
	text-decoration: underline;
}
table.body {
	border-collapse:collapse;
	background-color: black;
}
/* Left Part
---------------------------------------------------- */
table.left {
  margin-top: 25px;
  margin-left: 0px;
  border:1px solid  #333333;
  width: 220px
}
th.left	{
	color: white;
	background-color: #27547D;
	border: 1px solid  #333333;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 2px;
	line-height: 23px
}
td.left	{
	color: white;
	background-color: black;
	padding-left:15px;
	text-align: left;
	font-size: 11pt;
	line-height: 180%
}

/* Right Part
---------------------------------------------------- */
table.right {
	margin-top: 25px;
	margin-left: 25px;
	border:1px solid #333333;
	width:450px
}
th.right	{
	color: white;
	background-color: #27547D;
	border: 1px solid  #333333;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	font-size: 11pt;
	letter-spacing: 2px;
	line-height: 23px
}
td.right	{
	padding-top:6px;
	padding-left:20px;
	padding-right:10px;
	padding-bottom:6px;
	color: #333333;
	background-color: black;
	text-align:left;
	font-size: 11pt;
	line-height: 130%
}
dt	{
	font-weight: bold;
	color: #6699CC;
}
dd	{
	color: #FFFFFF;
	margin-left:20px
}
