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

	
	a {text-decoration: none;
	padding:0px;
	color : #fff099;
	font-weight: bold;
}

	
	.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: #CCCCCC;
		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: 1px solid Black;
		background: #762b1b;
		padding : 2px 2px 2px 2px;
		width : 450px;
	}
	td.content
	{
		background: #762b1b url(background2.gif) no-repeat;
		text-align : right;
		font-size : 10px;
		color : #ccbf79;
	}
	-->