
 body
 {
	margin:0px;
	padding:0px;

	background-color:#FFFFFF;
	background-image:url(gfx/bg.jpg);
 }

 table
 {
	font-size:0px;
 }

 input
 {
	border-color:#A5ACB2;
	border-style:solid;
	border-width:1px;

	background-color:#FFFFFF;
	color:#000000;

	font-family:Tahoma;
	font-size:13px;

	cursor:pointer;
 }

 textarea
 {
	border-color:#A5ACB2;
	border-style:solid;
	border-width:1px;

	background-color:#FFFFFF;
	color:#000000;

	font-family:Tahoma;
	font-size:13px;
 }

 a
 {
	text-decoration:none;
	color:#000000;

	font-size:13px;

	font-family:Tahoma;
 }

 a:hover
 {
	text-decoration:underline;
	color:#009900;
 }


 .control
 {
	color:#0D7208;
 }

 .fontA
 {
	font-family:Tahoma;
	font-size:13px;
	color:#000000;

	line-height:20px;
 }

 .topic
 {
	font-family:Tahoma;
	font-size:18px;
	font-weight:bold;

	color:#009900;
 }