@charset "windows-1250";

html {
	overflow-x: hidden;
	overflow-y: auto;
}


.nobox {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.grey {
	color: #EFEFEF;
	background-color: #EFEFEF;
}
.body_bg {
	background-attachment: scroll;
	background-image: url(images/lev_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.frame_body {
	margin: 0px;
	padding: 0px;
}

td.text {
	/*//	font-family: "Times New Roman", Times, serif;*/
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	/*	font-weight: bold;*/
	padding-top: 3px;
	padding-bottom: 0px;
	line-height: normal;
	margin: 0px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
	padding: 3px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}

h2 {
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	padding-top: 0px;
	line-height: normal;
}

h3 {
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

h4 {
	padding-left: 0px;
	font-weight: bold;
	font-size: 16px;
	line-height: normal;
}

a:link {
	color: #F9C857;
	text-decoration: underline;
}
a:visited {
	color: #F9C857;
	text-decoration: underline;
}
a:active {
	color: #F9C857;
	text-decoration: underline;
}

a:hover {
	color: #D99A09;
	text-decoration: underline;
}

.field1 {
	width: 300px;
}

