@charset "windows-1251";
/* CSS Document */
body,td,th {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
H1, H2, H3, H4, H5, H6 { color:black; font-style:italic; font-size: 22px; }
.blue {
	color: #0080eb;
}
.darkblue {
	color: #0069c1;
}
.white {
	color: #FFFFFF;
}
.buttonstyle {
	color: #FFFFFF;
	background-color:#06B702;
	font-size:14px;
	font-weight: bold;
}
.link, a {
	text-decoration: underline;
	cursor: pointer;
	color: #0069c1;
}
td.header {
	background-image: url(images/topbg.png);
	background-repeat: no-repeat;
	background-position: center;
}
td.mainpic {
	background-image: url(images/mainpic.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
td.title {
	background-image: url(images/titlebg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.head {color:black; font-style:italic; font-size: 22px; font-weight: bold;}
