	BODY, TD {
		color : White;
		font-family : Verdana;
		font-size : 11px;
	}
	
	TD {
		color : White;
		font-family : Verdana;
		font-size : 11px;
	}

	H1 {
		color : White;
		font-family : Verdana;
		font-size : 13px;
	}

	A {
		color : #87CEFA;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : none;
	}

	A:HOVER {
		color : #FAEBD7;
		font-family : Verdana;
		font-size : 11px;
		text-decoration : underline;
	}
	A.top_button {
		color : gray;
		font-family : Verdana;
		font-size : 10px;
		text-decoration : none;
		font-weight : bold;
	}

	A.top_button:HOVER {
		color : #F86400;
		font-family : Verdana;
		font-size : 10px;
		text-decoration : underline;
		font-weight : bold;
	}
	A.bot_button {
		color : white;
		font-family : Verdana;
		font-size : 10px;
		text-decoration : none;
		font-weight : bold;
	}

	A.bot_button:HOVER {
		color : #87CEFA;
		font-family : Verdana;
		font-size : 10px;
		text-decoration : underline;
		font-weight : bold;
	}
	BODY
	{
		SCROLLBAR-FACE-COLOR: #efefef;
		SCROLLBAR-HIGHLIGHT-COLOR: #ffffff;
		SCROLLBAR-SHADOW-COLOR: #d1d1d1;
		SCROLLBAR-3DLIGHT-COLOR: #ffffff;
		SCROLLBAR-ARROW-COLOR: #F86400;
		SCROLLBAR-DARKSHADOW-COLOR: #d1d1d1;
		SCROLLBAR-BASE-COLOR: #8a4b2f
	}