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;
}
input:focus {
   border: 2px solid #6699CC;
}
textarea:focus {
   border: 2px solid #6699CC;
}

/* 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;
}
td.form {
	height:35px;
	text-align:right;
	font-weight: bold;
	color: #ffffff;
	white-space: nowrap;
}
td.form2 {
	width:180px;
	height:35px;
	text-align:right;
	font-weight: bold;
	color: #6699CC;
	white-space: nowrap;
}
td.input {
	height:35px;
	padding-left: 10px;
	color: #ffffff;
	word-break: break-all;
}