/* Copyright (C) 2005, 2006 BeStyle Studio (http://www.bestyle.ru/) */

body{
	background-color: #fff;
}
td{
	color: #737373;
}
table.Layout td{
	font-size: 1.0em;
}

.First{
	margin-top: 0;
}
p, li, table.Text td, table.Form td{
	font: normal 0.85em/1.5em Times, serif;
	color: #737373;
}
p{
	margin-bottom: 0.8em;
}
p.Condenced{
	line-height: 1.2em;
	margin-bottom: 0.4em;
}
p.NoMargin{
	margin: 0;
}
ul, ol{
	padding-left: 1.3em;
	margin: 0 0 0.6em 0;
}
ul li{
	list-style: none outside;
	text-indent: -1.3em;
	margin-bottom: 0.6em;

	behavior: expression(!this.before ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '');
}
ul li:before{
	content: '\2014\A0';
}
a{
	color: #737373;
	text-decoration: underline;
}
a:hover{
	color: #737373;
	text-decoration: underline;
}
a#Working{
	color: #968050;
	text-decoration: none;
}
h1{
	font: italic normal 2.6em/0.85em Times, serif;
	margin: 0.2em 0 0.6em 0;
	color: #8fde42;
}
h2{
	font: italic normal 1.8em/0.85em Times, serif;
	margin: 1.8em 0 0.6em 0;
	color: #8fde42;
}
small{
	font: italic normal 0.95em Times, serif;
}
small.I{
	font-style: normal;
}
span.Accent{
}
span.Major{
}
span.Minor{
	color: #968050;
}
span.Minor a{
	color: #666;
}
span.Negative{
	color: #fff;
}
span.Negative a{
	color: #fff;
}
span.Large{
	font-size: 1.2em;
}
span.Largest{
	font-size: 1.35em;
}
span.Huge{
}
table.Text td{
	padding: 0.2em 1.2em;
}
