@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
}
body {
	background-color: #eaeaea;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #1F538C;
	text-decoration: underline;
}
a:hover {
	color: #009;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #B60609;
	line-height: 22px;
}
.cont {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 22px;
}
ul li {
	margin-bottom: 10px;
}
