html					{
						overflow-y			: scroll;
						}
td 						{
						font-family 		: Arial;
						font-size 			: 10pt;
						color 				: White;
						}
a						{
						color				: #B09D78;
						text-decoration		: none;
						}
a:hover					{
						color				: #ffffff;
						text-decoration		: underline;
						}
.sml					{
						font-size			: 8pt;
						color				: #ffffff;
						}
.gold					{
						font-size			: 8pt;
						color				: #B09D78;
						}
input,select,textarea	{
						border-left			: 1px #B09D78 Solid;
						border-right		: 1px #B09D78 Solid;
						border-top			: 1px #B09D78 Solid;
						border-bottom		: 1px #B09D78 Solid;
						background-color	: #B09D78;
						}
input.button			{
						border-left			: 1px #ffffff Solid;
						border-right		: 1px #ffffff Solid;
						border-top			: 1px #ffffff Solid;
						border-bottom		: 1px #ffffff Solid;
						background-color	: #970F3A;
						color				: #ffffff;
						}	