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;
}
table.body {
	margin-top: 25px;
	border-collapse:collapse;
	background-color: black;
}

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