html
	{
	color: #000; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
	line-height: 1.4em; 
	background: #FFF;
	}
	
body
	{
    padding: 40px 0 30 0;
    margin: 0;
    background: #FFF url(../images/body.gif) top left repeat-x;
	}

*
	{
	padding: 0;
	margin: 0;
	outline: none;
	font-size: 100%;
	line-height: 1.5em;
	}
	
input, textarea
	{
	padding: 0.2em;
	}
	
img, a:link img, a:visited img, a:hover img, a:active img
	{
	border: 0;
	}
	
a:link, a:active
	{
	color: #b00000;
	}
	
a:hover
	{
	color: #6d0101 !important;
	}
	
a:visited
	{
	color: #b00000;
	}
	
/* сделаем стиль для ссылок, которые выполняют действия сценариев (Javascript) */
a.dashed:link, a.dashed:visited, a.dashed:active
	{
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
	
a.dashed:hover
	{
	font-size: 100%;
	text-decoration: none;
	border-bottom: 1px dashed;
	}
	

	
h1
	{
	font-size: 1.8em;
	margin: 0.2em 0 -0.3em 0;
	font-weight: normal;
	display: block;
	text-align: left;
	line-height: 1.4em;
	}
	
h2
	{
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	display: block;
	text-align: left;
	}
	
h3
	{
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	display: block;
	text-align: left;
	}
	
h4
	{
	font-size: 1.3em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	display: block;
	text-align: left;
	}
	
h5
	{
	font-size: 1.2em;
	margin: 0 0 0.5em 0;
	font-weight: normal;
	display: block;
	text-align: left;
	}
	
h6
	{
	font-size: 1.1em;
	margin: 0 0 0.5em 0;
	display: block;
	text-align: left;
	}
	

p
	{
	margin: 0.7em 0 1.0em 0;
	}
	

ul, ol
	{
	font-size: inherit;
	margin: 0 1em 1.2em 3em;
	}
	
ul li, ol li
	{
	
	}
	
small, sup, sub
	{
	font-size: 0.8em;
	}
	
big
	{
	font-size: 1.2em;
	}
	
ul.main {  }
ul.main li
	{
	margin: 0.5em 0; padding: 0 0 0 20px;
	list-style-type: none;
	behavior: expression( !this.before
		? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
	text-indent: -1.24em;
	}
ul.main li:before { content: '\2014\a0'; }
