/* Таблица стилей сайта "Свет Жизни" www.svitlo.net */

 /* Общий стиль страницы */
body {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #777;
	background: #fff;
}

/* Общие стили шрифта и ссылок */
font,th,td,p { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; }
a:link,a:active,a:visited { text-decoration: none; color : #5d6878; }
a:hover	{ text-decoration: none; color : #5ea62a; }

td.row1centr { 
	color: #FFFFFF; font-size: 8pt;
	background-color: #5ea62a; height: 18px;
	background-image: url(images/row1.jpg);
	margin-left: 0 4px;
	margin-right: 0 4px;
	text-align: center;
}
a.row1centr:link,a.row1centr:active,a.row1centr:visited { text-decoration: none; color : #FFFFFF; }
a.row1centr:hover { text-decoration: none; color : #363e4e; }

td.row1left	{ 
	color: #FFFFFF; font-size: 8pt;
	background-color: #5ea62a; height: 18px;
	background-image: url(images/row1.jpg);
	margin-left: 0 4px;
	margin-right: 0 4px;
	text-align: left;
}
a.row1left:link,a.row1left:active,a.row1left:visited { text-decoration: none; color : #FFFFFF; }
a.row1left:hover { text-decoration: none; color : #363e4e; }

td.row1right	{ 
	color: #FFFFFF; font-size: 8pt;
	background-color: #5ea62a; height: 18px;
	background-image: url(images/row1.gif);
	margin-left: 0 4px;
	margin-right: 0 4px;
	text-align: right;
}

/* Основная текстовая ячейка, */
td.row11	{ 
	color: #363e4e; 
	font-size: 8pt; 
	background-color: #f2f2f2;
	word-spacing: 0; 
	text-indent: 0;
	margin-left: 0 8px;
	margin-right: 0 8px;
	text-align: justify;
}

/* Нижняя ячейка с фоновым рисунком */
td.row111 { 
	color: #FFFFFF; font-size: 8pt;
	background-color: #fff; height: 18px;
	background-image: url(images/row1.jpg);
	border-width: 0px 0px 0px 0px;
	margin-left: 0 4px;
	margin-right: 0 4px;
	text-align: centr;
}
a.row111:link,a.row111:active,a.row111:visited { text-decoration: none; color : #FFFFFF; }
a.row111:hover { text-decoration: none; color : #5ea62a; }

/* Ячейка заголовка с фоновым рисунком и с полями сверху и по бокам */
td.row2	{ 
	color: #FFFFFF; font-size: 8pt; font-weight : bold;
	background-color: #5ea62a; height: 18px;
	background-image: url(images/row1.gif);
	border: 1px solid #5ea62a;
	border-width: 1px 1px 0px 1px;
	margin-left: 0 4px;
	margin-right: 0 4px;
	text-align: center;
}

/* Ячейка под ячекой с заголовком с полями снизу и по бокам */
td.row22	{ 
	color: #363e4e; 
	font-size: 8pt;
	background-color: #fff; 
	border: 1px solid #5ea62a;
	border-width: 0px 1px 1px 1px;
	margin-left: 0 4px;
	margin-right: 0 4px; 
	text-align: justify;
	word-spacing: 0; 
	text-indent: 0;
} 

/* Заголовки */
h1 { color: #5ca1f1; font-size: 18pt; text-align: center; }
h2 { color: #5ca1f1; font-size: 10pt; text-align: center; }
h3 { color: #5ca1f1; font-size: 10pt; }
h4 { text-align: center; font-size: 10pt; }
h5 { font-size: 10pt; }
h6 { font-size: 10pt; font-style: italic; font: lighter; }