body {
	  font-family: Arial, sans-serif;
	  color:#484848;
	  font-size:10pt;
}
td {
	text-align:left;
}
p {
	margin-right:20%;
	text-align:justify;
}
h3 {
	  font-family: Arial, sans-serif;
	  color:#484848;
	  font-size:105%;
	  padding-top:0px;
	  margin-top:6px;
	  padding-bottom:0px;
	  margin-bottom:0px;	  
	  
}
.pad {
	padding-bottom:10;
	margin-bottom: 12px;
	margin-top:18px;
}
h1 {
	  font-family: Arial, sans-serif;
	  text-align:left;
	  color:#484848;
	  font-size:150%;	  	  
}
.menug
{ 
  margin:0;       /* Убираем внешние отступы списка */
  list-style: none; /* Убираем маркеры */
  padding:0px;
  margin-bottom:0px;
  font-size:10pt;
}

.menug LI
{
  margin-right: 30px;
  display:inline; /* Уловка для IE */
  font-family: Arial, sans-serif; /* Шрифт */
  font-size:10pt; /* Размер шрифта */
}

h2 {
  font-family: Arial, sans-serif; /* Шрифт */
  font-size:120%; /* Размер шрифта */	
  font-weight:normal;
}

.menuv
{
	margin: 0; /* Убираем внешние отступы списка */
   list-style: none; /* Убираем маркеры */

	padding-left: 20px;
	padding-top: 6px;
	font-size:10pt;
}

.menuv LI
{
  display:block; /* Уловка для IE */
  font-family: Arial, sans-serif; /* Шрифт */
  font-size:10pt; /* Размер шрифта */
  padding-right: 10px;
  padding-bottom:6px;
}
/* Свойства ссылок */
A {text-decoration: underline;}  /* Отменяем подчёркивание всех ссылок */
A:link    {color:#484848} /* Цвет не посещённой ссылки */
A:active  {color:red}     /* Цвет активной ссылки      */
A:visited {color:#906d00}  /* Цвет посещённой ссылки    */
A:hover /* Когда курсор над ссылкой  */
{
  color:#000000; /* Белый текcт */
}  

.text
{
  font-family: Arial, sans-serif;
  font-size:100%;	
  padding-top: 10px;
  padding-left:15px;
}


.text LI
{
	color:white;
	margin-left:0;
	padding: 0;	
}
.smallpic
{
	padding-top:10px;
}
.smallpic img
{
	border-bottom-width:2px;
	border-top-width:2px;
	border-color: #535353;
	border-style: solid;
}

.pic
{
	padding-top:20px;
	padding-left:40px;
}


#list
{
	position:relative;
	top: 6px;
	left: 0px;
	display: block;
	color:#484848;
}

#idea 
{
	position:relative;
	top: 6px;
	left: 0px;
	display: block;
}

#goals 
{
	position:relative;
	top: 6px;
	left: 0px;
	display: none;
}

#tasks 
{
	position:relative;
	top: 6px;
	left: 0px;
	display: none;
}
#participants
{
	position:relative;
	top: 6px;
	left: 0px;
	display: none;
}
#expectations
{
	position:relative;
	top: 6px;
	left: 0px;
	display: none;
}
#materials
{
	position:relative;
	top: 6px;
	left: 0px;
	display: none;
}
.noline 
{
	text-decoration: none;
}