A {
	font-family : Arial, Helvetica, sans-serif;
	color : darkred;
	font-size : 9px;
}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	color : Red;
	font-size : 9px;
}

font.title
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24px;
	font-weight : bold;
	color : gold;
}

font.simple
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}


font.nopay
	{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: silver;
	font-weight : bold;
}

font.nowin
	{
	font-family : Arial, Helvetica, sans-serif;
	color : white;
	font-size : 12px;
	font-weight : normal;
}

font.win
	{
	font-family : Arial, Helvetica, sans-serif;
	color : Gold;
	font-size : 12px;
	font-weight : bold;
}

.button
	{
	line-height: normal;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	background : #CCCCCC;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-bottom-width : thin;
	border : thin solid Black;
}

.select
	{
	background : White;
	font-family : Arial;
	line-height : normal;
	font : normal Arial;
	font-size : 9px;
	text-align : left;
	border : thin solid Black;
	border-bottom-width : thin;
	border-left-width : thin;
	border-right-width : thin;
	border-top-width : thin;
	border-top-color : Silver;
	border-right-color : Silver;
	border-left-color : Silver;
	border-color : Black;
	font-weight : bold;
	width : 50px;
	color : Black;
}

