body {
	margin: 0px;
    padding: 0px;
	background-color: #FFFFFF;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%; /*=12px*/
}

.frame {
	height: 100%;
	width: 100%;
	margin: 0px;
    padding: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

p {
	padding: 0px;
	margin: 0px;
}

a {
	font-family: Tahoma;
	color: #146daf;
	text-decoration: underline;
}

a:hover {
	color: #146daf;
	text-decoration: none;
}

.a {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}

.a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.a_title {
	font-family: Tahoma;
	color: #00599B;
	text-decoration: underline;
}

.a_title:hover {
	color: #00599B;
	text-decoration: none;
}

.menu {
	font-family: Tahoma;
	color: #FFFFFF;
	text-decoration: none;
}

.menu:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

ul {
	margin: 0px;
	padding: 0px;
	padding-left: 40px;
}

li {
	line-height: 20px;
	list-style: circle;
}

.title {
	font-family: Tahoma;
	font-size: 14;
	font-weight: bold;
	color: #146daf;
}

.text {
	color: #146daf;
	font-family: Tahoma;
	font-size: 12;
	line-height: 1.5;
}

.num {
	color: #146daf;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12;
	line-height: 1.5;
}

.text_invert {
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11;
	line-height: 1.5;
}

.futter {
	color: #146daf;
	font-family: Tahoma;
	font-size: 11;
}

.table {
	border-width: 1px;
	border-style: solid;
	border-color: #6666FF;
}

.table td {
	border-width: 1px;
	border-style: solid;
	border-color: #E5E5E5;
}
