@charset "windows-1251";

body {
	font: 13px Arial, Helvetica, sans-serif;
	background: url(/images/worms.gif);
}

td {
	font: 13px Arial, Helvetica, sans-serif;
}

th {
	font: 13px Arial, Helvetica, sans-serif;
}

p {
	font: 13px Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

h5 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

h6 {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.left {
	text-align: left;
}

.justified {
	text-align: justify;
}

.margin0 {
	margin: 0px;
}

.xbig {
	font-size: 24px;
}

.verysmall {
	font-size: 9px;
}

.small {
	font-size: 11px;
}

.pgname {
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	margin: 0px;
}

.blkname {
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}

.white {
	color: #FFF;
}

.red {
	color: #F00;
}

.title {
	color: #33F;
	text-align: right;
	margin: 0px;
}

