body {
	font-family: Tahoma;
	font-size: 11px;
	color: #797979;
}
h1, h2, h3 {
	margin: 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 12px;
}

.bg {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.sec {
	background-image: url(bg_sec.gif);
}
.cnt {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
a.cnt:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
a.cnt:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
a.cnt:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: none;
}
a.cnt:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: underline;
}
.lnk {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
a.lnk:link {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
a.lnk:visited {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
a.lnk:active {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #cc0000;
	text-decoration: underline;
}
a.lnk:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #797979;
	text-decoration: underline;
}

p.question {
	font-style: italic;
	padding-top: 15px;
	text-indent: 15px;
}
span.question {
	float: right;
}
p.answer {
	font-weight: bold;
	padding-top: 15px;
	text-indent: 15px;
}
ol.answer {
	font-weight: bold;
}