/* general style */
body			{
				background:#330000;
				font-family:trebuchet ms,verdana,helvetica,sans-serif;
				font-size:12px;
				font-style:normal;
				line-height:14px;
				font-weight:normal;
				font-variant:normal;
				text-transform:none;
				color:#000000;
				}
/* text field-related style */
.veld1			{
				background-color:#330000;
				width:200px;
				vertical-align:top;
				}
.title1			{
				font-family:trebuchet ms,verdana,helvetica,sans-serif;
				font-size:13px;
				line-height:13px;
				font-weight:bold;
				text-transform:uppercase;
				background-color:transparent;
				padding:2px;
				color:#ffffff;
				}
.txt1			{
				font-family:trebuchet ms,verdana,helvetica,sans-serif;
				font-size:12px;
				line-height:14px;
				font-weight:normal;
				text-transform:none;
				text-align:left;
				padding:3px;
				background-color:transparent;
				color:#ffffff;
				}
.txt1			a:link		
				{
				color:#ffffff;
				text-decoration:underline;
				}
.txt1			a:active
				{
				color:#ffffff;
				text-decoration:underline;
				}
.txt1			a:visited
				{
				color:#ffffff;
				text-decoration:underline;
				}
.txt1			a:hover
				{
				background-color:#ffffff;
				color:#330000;
				text-decoration:none;
				}
/* link field-related style */
.veld2			{
				background-color:#330000;
				width:590px;
				vertical-align:top;
				}
