/* RESET */
html {
	font-size: 100.01%;
}
body {
/* grayscale
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: gray;
	filter: grayscale(100%);
	filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
 grayscale end */
	font-family: Tahoma, Verdana, Arial, Helvetica;
/* NY */
/*	background: #ffffff url('/images/snow/bg-ny.png') repeat-x top left;*/
/*	background: #ffffff url('/images/snow/bg_snow1.gif');*/
/* Blue */
/*	background: url("/images/bg_blue.jpg") repeat-x;*/
/* clear */
/*	background: #fafafa;*/
	margin: 0;
}
.sh-l {
	background: url("/images/sh-lr.png") repeat-y 0px 0px;
}
.sh-r {
	background: url("/images/sh-lr.png") repeat-y 100% 0px; width: 100%;
}
unknown {
	font-size: 10pt;
	color: #ffffff;
}
ul {
	font-size: 10pt;
	color: #4477aa;
	text-align: left;
}
table {
	font-size: 9pt;
	color: #4477aa;
}
th {
	font-size: 10pt;
	color: #4477aa;
}
/* td {
	font-size: 9pt;
	color: #4477aa;
	text-align: justify;
}*/
small {
	font-size: 8pt;
	color: #4477aa;
}
.txt {
	font-size: 9pt;
	color: #4477aa;
}
.text {
	font-size: 9pt;
	color: #4477aa;
	text-align: justify;
}
a {
	font-weight: bold;
	font-size: 9pt;
	color: #6699cc;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	font-size: 9pt;
	color: #4477aa;
	text-decoration: none;
}
.header {
	font-weight: bold;
	font-size: 14pt;
	color: #4477aa;
	text-align: justify;
}
.description {
	padding-left: 5px;
	text-indent: 12pt;
	text-align: justify;
}
p {
	color: #4477aa;
	text-align: justify;
	text-indent: 15pt;
}
blockquote {
	font-family: Helvetica, Arial;
	font-weight: bold;
	font-size: 10pt;
	text-align: justify;
	font-style: italic;
	color: #4477aa;
	text-indent: 15pt;
}
img.margin {
	margin: 0 20px 10px 0;
}
pre {
	font-size: 10pt;
}
caption {
	font-size: 11pt;
	font-style: italic;
	text-align: left;
}
.adv {
	clear: both;
	margin: 10px 2%;
	padding: 5px;
}
.adv, .adv a, .adv a:hover {
	font-size: 8pt;
	font-weight: normal;
	color: #bababa;
}
/* LAYOTS */
#counter {
	display: none;
}
#menu {
	/*left: 7px;*/
	visibility: visible;
	width: 130px;
	position: absolute;
	top: 120px;
	/*fixed*/
	margin-left: 7px;
}
#mail {
	cursor: url(/script/mail.cur), hand;
}
#down {
	cursor: url(/script/down.cur), hand;
}
#best {
	cursor: url(/script/best.cur), hand;

}
