html			{
				overflow-y			: scroll;
				}
A				{
				color				: #EF922F;
				text-decoration		: none;
				}
A:Hover			{
				text-decoration		: underline;
				}
Body			{
				font-family			: Tahoma;
				color				: #000000;
				font-size			: 9pt;
				background-color	: #EFEFEF;
				}
TD				{
				font-size			: 9pt;
				}
.black			{
				color				: #000000;
				}
.mainbg			{
				background-image	: URL("graphics/mainbg.jpg");
				background-repeat	: no-repeat;
				background-position	: top left;
				}
.contentbg		{
				background-image	: URL("graphics/contentbg.jpg");
				background-repeat	: no-repeat;
				background-position	: top right;
				}
.botmtxt		{
				color				: #707070;
				text-decoration		: none;
				font-size			: 9pt;
				}
.botmtxt1		{
				color				: #707070;
				font-size			: 11pt;
				}
.botmtxt2		{
				color				: #707070;
				text-decoration		: none;
				font-size			: 8pt;
				}	
.home			{
				font-family			: comic sans ms;
				font-size			: 12pt;
				}
.sml			{
				font-size			: 8pt;
				}
.logobar-bg		{
				background-image	: url("graphics/logobar-tile.gif");
				background-repeat	: repeat-y;
				}
.devbox			{
				border-left			: 1px #000000 solid;
				border-right		: 1px #000000 solid;
				border-top			: 1px #000000 solid;
				border-bottom		: 1px #000000 solid;
				background-color	: #ffffff;
				}
.noborder		{
				border-left			: 0px;
				border-right		: 0px;
				border-top			: 0px;
				border-bottom		: 0px;
				}	