body
{
	font-family      : sans-serif;
	margin           : 0px;
	padding          : 0px;
	background-color : #f3f3f3;
}

a
{
	color            : #1300C8;
}


/* Текст */

.default
{
	font-size   : 75%;
}
.attentive	/* Текст, на который нужно акцентировать внимание */
{
	color       : #1300c8
}

/* Списки */

ul
{
	list-style-image : url(decor-2.gif);
	width            : 320px;
}

li
{
	padding-right    : 20px;
	padding-left     : 12px;
	padding-bottom   : 15px;
}

/* Меню */

table.menu a
{
	color           : #ffffff;
	font-size       : 80%;
	font-weight     : bold;
	text-decoration : none;
}

table.menu-additional a
{
	color           : #333a4c;
	font-size       : 80%;
	font-weight     : bold;
	text-decoration : none;
}

table.menu td
{
	text-align      : center;
	border-left     : 1px solid #ffffff;
	border-top      : 1px solid #ffffff;
}
.over		/*	ДЛЯ МЕНЮ : при наведении указателя мыши на пункт меню	*/
{
	background-color : #ffa633;
}


table.menu-additional td
{
	text-align      : center;
	border-left     : 1px solid #ffffff;
	border-top      : 1px solid #ffffff;
}


/* Контент страницы */

.content p
{
	padding-left  : 65px;
}

p.subj
{
	color          : #666666;
	font-weight    : bold;
	padding-top    : 20px;
}

.text
{
	font-size      : 80%;
	padding-right  : 40px;
	line-height    : 150%;
}

table.additional
{
	padding-top    : 30px;
}

table.additional div
{
	padding-bottom : 30px;
}

.stripe				/* Текст фиксированный */
{
	color          : #333333;
	font-size      : 12px;
}

.stripe a
{
	color           : #333333;
	text-decoration : yes;
}

/*.stripe				/* Текст в блоках (например, "почему в Саяны") 
{
	color          : #333333;
	font-size      : 70%;
	line-height    : 160%;
}*/



table.stripe p
{
	padding-left   : 40px;
	padding-right  : 10px;
	padding-top    : 20px;
}

.fin
{
	padding-top    : 10px;
	border-top     : 1px solid #999999;
}

.whitefix				/* Текст фиксированный белый*/
{
	color          : #FFFFFF;
	font-size      : 14px;
	font-weight    : bold;	
	line-height    : 150%;	
}

h1
{
	color: #333333;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}
h2
{
	font-size      : 100%;
	color: #333333;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}


