 body 
	{ 
		background-color: #000000; 
		font-family: Tahoma; 
		font-size: 10pt; 
		color: #FFFFFF
	}
 p 
	{ 
		font-family: Tahoma; 
		font-size: 10pt; 
		color: #FFFFFF
	}
 a:link, a:active, a:visited
	{ 
		color: #ffffff; 
		text-decoration: none
	} 
 a:hover
	{ 
		color: #ffffff; 
		text-decoration: underline
	}

input	{
	background-color: #C0C0C0; 
	font-family: Tahoma; 
	color: Black; 
	font-size: 8pt; 
	border-left: thin solid rgb(159,159,159); 
	border-right: thin solid rgb(229,229,229); 
	border-top: thin solid rgb(159,159,159); 
	border-bottom: thin solid rgb(229,229,229)
	}
textarea{
	background-color: #C0C0C0; 
	font-family: Tahoma; 
	color: Black; 
	font-size: 8pt; 
	border-left: thin solid rgb(159,159,159); 
	border-right: thin solid rgb(229,229,229); 
	border-top: thin solid rgb(159,159,159); 
	border-bottom: thin solid rgb(229,229,229)
	}
submit	{
	background-color: #C0C0C0; 
	font-family: Tahoma; 
	color: Black; 
	font-size: 8pt; 
	border-left: thin solid rgb(229,229,229); 
	border-right: thin solid rgb(159,159,159); 
	border-top: thin solid rgb(229,229,229); 
	border-bottom: thin solid rgb(159,159,159)
	}
option	{
	background-color: #C0C0C0; 
	font-family: Tahoma; 
	color: Black; 
	font-size: 8pt; 
	border-left: thin solid rgb(159,159,159); 
	border-right: thin solid rgb(229,229,229); 
	border-top: thin solid rgb(159,159,159); 
	border-bottom: thin solid rgb(229,229,229)
	}