@charset "utf-8";
body {
	background-image: url(img/backg.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	margin-left: 9px;
	margin-top: 9px;	
	margin-right: 9px;
	margin-bottom: 9px;
}

td, tr {
	background-color: #FFFFFF;
}


a:link {
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
}
a:visited {
    font-weight: bold;
	text-decoration: underline;
	color: #0F0F0F;
}
a:hover {
    font-weight: bold;
	text-decoration: none;
	color: #0099FF;
}
a:active {
    font-weight: bold;
	text-decoration: underline;
	color: #0F0F0F;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	font-family: Times New Roman, Times, serif;
}
h1 {
	font-size: 27pt;
}
h2 {
	font-size: 15pt;
}

h3 {
	font-size: 9pt;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

.text {
	font-family: sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #000000;
	font-weight: normal;
}

.link {
	font-size: 12pt;
	font-family: Times New Roman, Times, serif;
	font-weight: bold;
	color: #000000;
}

.games {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
}

.textgrey {
	font-family: sans-serif;
	font-size: 8pt;
	line-height: normal;
	color: #999999;
	font-weight: normal;
}

.textm {
	font-family: sans-serif;
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
}

.pagination {
	font-weight: bolder;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 8pt;
	color: #0099FF;
}