body	{
		margin:0px;
		padding:0px;
		overflow:auto;
		background:#1B1B1B;
		overflow:auto
		}
		
td		{
		color:#A6A6A6;
		font-family:arial;
		font-size:11px;
		}
strong	{
		color:#FFFFFF;
		font-weight:normal;
		}
a		{
		
		color:#FFFFFF;
		text-decoration:underline;
		}
a:hover	{
color:#956707;
		text-decoration:none;
		}



.menu	{
		padding:12 0 0 240px;
		}

.priv	{
		color:#494949;
		font-family:tahoma;
		font-size:9px;
		padding:48 0 0 273px;
		text-transform:uppercase
		}
.priv a{
		color:#494949;
		text-decoration:none;
		}
.priv a:hover{
		text-decoration:underline;
		}
		
input{
		width:204px;
		height:22px;
		border-style:solid;
		border-width:1px;
		border-color:#595959;
		background:#3B3B3B;
		font-family:tahoma;
		font-size:11px;
		color:#A6A6A6;
		padding:2 0 0 7px
		}
		
textarea{
		width:225px;
		height:72px;
		overflow:auto;
		border-style:solid;
		border-width:1px;
		border-color:#595959;
		background:#3B3B3B;
		font-family:tahoma;
		font-size:11px;
		color:#A6A6A6;
		padding:2 0 0 7px
		}