
BODY, TABLE, TR, TD, INPUT, BUTTON, TEXTAREA
	{
		font-family: verdana, arial;
		font-size: 10pt;
		margin: 0pt;
	}

BODY
	{
		scrollbars: auto;
	}
	
A:hover
	{
		text-decoration: underline;
		color: red;
	}

A
	{
		text-decoration: none;
		color: blue;
	}

A:visited
	{
		color: blue;
	}
	
.bluFont
	{
		color: #000099;
	}

.bluBack
	{
		background-color: #000099;
		font-size: 8pt;
		color: white;
	}

.menu
	{
		color: #000099;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none;
	}

.menu:hover
	{
		color: red;
		text-decoration: none;
	}

.NuggetBar
	{
		cursor: hand;
	}

#home, #support, #register, #login
	{
		visibility: hidden;
		z-index: 0;
		position: absolute;
	}
	
.mainDIV
	{
		WIDTH:100%;
		HEIGHT:100%;
		BORDER-STYLE: none;
		BORDER-WIDTH: 0px;
		PADDING: 4px;
		OVERFLOW: auto; 
		
		scrollbar-arrow-color: #000099;
		scrollbar-base-color: beige;
		scrollbar-dark-shadow-color: #000099;
		scrollbar-track-color: beige;
		scrollbar-face-color: silver;
		scrollbar-shadow-color: #000099;
		scrollbar-highlight-color: #ffffff;
		scrollbar-3d-light-color: #ffffff;		
	}
	
.footer:hover
	{
		text-decoration: underline;
		color: red;
	}
	
.footer
	{
		font-size: 8pt;
		text-decoration: none;
	}

.TopLineFooter
	{
		border-top-style: solid;
		border-top-width: 1px;
		border-top-color: #000099;
		padding: 4px;
		font-size: 8pt;
	}
	
.heading
	{
		font-family: verdana, arial;
		font-size: 10pt;
		font-weight: bold;
		color: black;
		background-color: beige;
		border-style: solid;
		border-width: 1px;
		border-color: black;
		padding: 3px;
	}
	
.form
	{
		font-family: verdana;
		font-size: 8pt;
	}
	
.button
	{
		color: #000099;
		border-color: #000099;
		background-color: beige;
		cursor: hand;
	}