	body
	{
		background-color: #CCCCCC;
		font: 10px Verdana Geneva Arial Helvetica sans-serif;
	}

	
	a {text-decoration: dashed;
	padding:0px;
	color : #999999;
}

	
	.forms {
		background-color: White;
		border-bottom:1px solid #999999;
		border-right:1px solid #999999;
		border-top: 1px solid #666666;
		border-left: 1px solid #666666;
		color: #999999;
		font-size: 10px;
		font-family:verdana, arial, sans-serif;
		padding:1px;
		width : 200px;
	}

	.button {
		background-color: White;
		border-left:1px solid #999999;
		border-top:1px solid #999999;
		border-bottom: 1px solid #666666;
		border-right: 1px solid #666666;
		color: #666666;
		font-size:10px;
		font-family:verdana, arial, sans-serif
	}
	table.content
	{
		border: 2px solid Black;
		background: White;
		padding : 4px 4px 4px 4px;
		width : 450px;
	}
	td.content
	{
		background: White url(background.gif) no-repeat;
		text-align : right;
		font-size : 10px;
		color : #aaaaaa;
	}
