html 					{
						overflow-y 			: scroll;
						}
body					{
						font-family			: arial;
						font-size			: 13px;
						color				: #59595B;
						}
td						{
						font-size			: 13px;
						}
a						{
						text-decoration		: none;
						color				: #B61F28;
						}
a:hover					{
						text-decoration		: underline;
						}
.btm					{
						background-image	: url("graphics/btmbg.jpg");
						background-repeat	: no-repeat;
						}
.menu					{
						color				: #ffffff;
						font-size			: 11px;
						font-weight			: bold;
						}
.sml					{
						font-size			: 11px;
						}
.borders				{
						border-left			: 1px solid #8B1923;
						border-right		: 1px solid #8B1923;
						border-top			: 0px solid #8B1923;
						border-bottom		: 0px solid #8B1923;
						}
.hd						{
						color				: #C32027;
						}
.tbl					{
						border-left			: 1px solid #B61F28;
						border-right		: 1px solid #B61F28;
						border-top			: 1px solid #B61F28;
						border-bottom		: 1px solid #B61F28;
						}
input,textarea,select	{
						border-left			: 1px #000000 solid;
						border-right		: 1px #000000 solid;
						border-top			: 1px #000000 solid;
						border-bottom		: 1px #000000 solid;
						font-family			: Arial;
						font-size			: 8pt;
						color				: #000000;
						}
.button					{
						border-left			: 1px #000000 solid;
						border-right		: 1px #000000 solid;
						border-top			: 1px #000000 solid;
						border-bottom		: 1px #000000 solid;
						color				: #ffffff;
						font-weight			: bold;
						font-size			: 8pt;
						background-color	: #B61F28;
						cursor 				: hand;
						}
