body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a.txt {
	color:#373539;
}

a:hover {
	text-decoration: underline;
}

.txt {
	font-family: "Tahoma", "Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 12px;
	line-height:18px;
	font-weight: normal;
	color: #504e53;
}

.txtsmall {
	font-family: "Tahoma", "Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 10px;
	line-height:16px;
	font-weight: normal;
	color: #504e53;
}

.kolor {
	color: #0099da;
}

.h1 {
	font-weight: bold;
	color: #ffffff;
}

.foot {
	font-family: "Tahoma", "Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	font-size: 10px;
	color: #a4a5a8;
}

.db {display: block;}
.di {display: inline;}

.maxw {width: 100%;}
.maxh {height: 100%;}

form {
	font-family: "Tahoma", "Arial CE", "Arial", "Geneva", "Helvetica", Sans-serif;
	color: #504e53;
	margin: 0px;
}

.formfield {
	font-size: 12px;
	background-color: #ffffff;
}

.formselect {
	font-size: 12px;
	background-color: #ffffff;
}

.formarea {
	font-size: 12px;
	background-color: #ffffff;
	overflow: auto;
}

.formbutton {
	font-size: 10px;
	font-weight: bold;
	height: 22px;
}