html				{
					overflow-y			: scroll;
					}
td					{
					font-family			: arial;
					font-size			: 10pt;
					color				: #000000;
					}
a					{
					text-decoration 	: none;
					color				: #1A78A6;
					}
a:hover				{
					text-decoration 	: underline;
					}
.heading			{
					font-family			: arial;
					font-size			: 10pt;
					color				: #ffffff;
					font-style			: italic;
					font-weight			: bold;
					}
.btm				{
					background-image	: url("graphics/bottom.jpg");
					background-repeat	: no-repeat;
					}
.btmmenu			{
					color				: #ffffff;
					font-size			: 8pt;
					font-weight			: bold;
					}
.black				{
					color				: #000000;
					}
.mainbg				{
					background-image	: url("graphics/mainbg.gif");
					background-position	: bottom right;
					background-repeat	: no-repeat;
					}