body {
	color: #443b6d;
	font-size: small;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 250%;
	margin-top: 0em;
	margin-bottom: 0.5em;
}
h2 {
	font-size: 200%;
	margin-top: 1.5em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 120%;
	margin-top: 1em;
	margin-bottom: 0.5em;
}

p {
	padding-left: 0.2em;
	padding-right: 0.2em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	
	margin: 0px;
	margin-bottom: 0.8em;
}

a:link {
	color: #443b6d;
}
a:visited {
	color: #655c8d;
}
a:hover {
	color: #ff0000;
}
.imgL {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.selected {
	background-color: #ededed;
}

/* Списки */
#text li {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0em;
	padding-left: 1.5em;

	background-image: url(/image/li.gif);
	background-repeat: no-repeat;
	background-position: left 1ex;
}
#text ul {
	list-style-type: none;
}
/* /Списки */


#text table {
	margin: 0px;
	margin-bottom: 1em;
	padding: 0px;
	border-collapse: collapse;
	text-align: left;
}
#text td {
	padding: 0.2em;
	border: 1px solid #97a5b0;
}
#text table.c {
	text-align: center;
}

td.vc {
	vertical-align: middle;
}

#text dt {
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#text dd {
	margin-top: 0.1em;
	margin-bottom: 1.5em;
	margin-left: 2em;
	margin-right: 0px;
	padding: 0px;
}

#text table.noborder td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#text table.alignc {
	margin-left: auto;
	margin-right: auto;
}

#text p.c {
	text-align: center;
}

#text img.withBorder {
	border: 1px solid #FF0000;
}