body {
	margin:0px;	
	background-image:url(../../images/bg.gif);
	font-family:Tahoma;

}
td {
	font-size:12px;
	color: #cccccc;
	line-height: 1.5;

}

textarea {
	border: 1px ridge #CCCCCC;
}
.textfield {
	height: 18px;
	border: 1px ridge #CCCCCC;
	background-color:#7D7D7D;
}
.buttons {
	height: 18px;
	border: 1px ridge #CCCCCC;
}
a:link {
	color: #cccccc;
	text-decoration: none;
}
a:visited {
	color: #cccccc;	
	text-decoration:none;
}
a:hover {
	color: #cccccc;
	text-decoration: underline;
}

.title {
  font-size:14px;
  font-weight:bold;