@import url('header.css');
@import url('layout.css');
@import url('games.css');

body {
	font: normal 11px verdana, arial, sans-serif;
	margin: 0;
	background: url("bg.jpg") #efefef top center repeat-y;
}
img {
	border: 0;
}
a {
	color: #000;
}
a:hover {
	text-decoration: underline;
}

.b {
	bold;
}

th {
	background: url("bg_th.gif");
	font: bold 12px verdana, arial, sans-serif;
	border: solid 1px #A9BFBF;
	padding-left: 3px;
	padding-right: 3px;
	color: #156B6B;
}
td {
	font: 12px verdana, arial, sans-serif;
}

input, select, textarea {
	font: 11px verdana, arial, sans-serif;
}
form {
	margin: 0;
	padding: 0;
}

.c {
	text-align: center;
}
.r {
	text-align: right;
}
.d {
	font-size: 13px;
	font-weight: bold;
}
.vm {
	vertical-align: middle;
}
.vt {
	vertical-align: top;
}
.i {
	font-style: italic;
}
.cl {
	clear: both;
}
.cl-l {
	clear: left;
}
.cl-r {
	clear: right;
}
