body {
	background: #000 url(images/bg.jpg) top left repeat-x;
}
td, tr, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F1E1C8;
	letter-spacing: normal;
	font-weight: normal;
}
a:link, a:visited { 
	color: #669999; /* F1E1C8;  */
	text-decoration: none;
	font-weight: 700;
}
a:hover { 
	color: #669999; 
	text-decoration: underline; 
	font-weight: 700;
}
a:active { 
	color: #669999; /* F1E1C8;  */
	text-decoration: none 
}
input {
	font-size: 10px;
	color: #666666;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.error {
	color: #FF3300;
	font-weight: bold;
}
.small {
	font-size: 9px;
	color: F1E1C8;
	letter-spacing: normal;
	font-weight: normal;
}