html			{	overflow: hidden; }

body			{	font-family: Verdana, Arial, Helvetica, sans-serif;
					background-color: #0000FF;
					color: #FFFF00;
					margin: 0; }

.yline			{	border-width: 1px;
					border-color: #FFFF00; }

a				{	text-decoration: none; }
		
.a				{	background-image:  url("/graphics/btnuplarge.gif");
					width=154;
					height=24; }

.aoff			{	background-image: url("../graphics/btnofflarge.gif");
					width=154;
					height=24; }

.a:link			{	background-image:  url("/graphics/btnuplarge.gif");
					width=154;
					height=24; }

.a:visited		{	background-image:  url("/graphics/btnuplarge.gif");
					width=154;
					height=24; }

.a:hover		{	background-image:  url("/graphics/btndownlarge.gif");
					width=154;
					height=24; }

.as				{	background-image:  url("/graphics/btnupsmalltop.gif");
					width=92;
					height=20; }

.asoff			{	background-image: url("../graphics/btnoffsmall.gif");
					width=92;
					height=20; }

.as:link		{	background-image:  url("/graphics/btnupsmalltop.gif");
					width=92;
					height=20; }

.as:visited		{	background-image:  url("/graphics/btnupsmalltop.gif");
					width=92;
					height=20; }

.as:hover		{	background-image:  url("/graphics/btndownsmalltop.gif");
					width=92;
					height=20; }

.btn			{	position: relative;
					top:3px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:8pt;
					text-decoration: none;
					color: #000000; }

.btnoff			{	position: relative;
					top:3px;
					font-family: Verdana, Arial, Helvetica, sans-serif;
					font-size:8pt;
					text-decoration: none;
					color: #999999; }

.tdl			{	text-align: left; }
