body {
	margin: 10 10 10 10;
}

html, body, p, div, span, table, tr, td, fieldset  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	cursor : default;
}

input, select, textarea  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
}

form {
	margin: 0;
	padding: 0;
}

a, a:link, a:visited, a:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #0000FF;
	font-weight: normal;
}
a:hover  {
	color : #FF6600;
	font-weight : normal;
}

a.kat, a.kat:link, a.kat:visited, a.kat:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #FF6600;
	text-decoration : none;
}
a.kat:hover  {
	color : #FF6600;
	text-decoration: underline;
}

a.katB, a.katB:link, a.katB:visited, a.katB:active  {
	font-size : 8pt;
	font-family : Tahoma, "MS Sans Serif", "MS Serif";
	color: #FF6600;
	text-decoration : none;
	font-weight : bold;
}
a.katB:hover  {
	color : #FF6600;
	text-decoration: underline;
	font-weight : bold;
}

.top {
	background : url(img/top_b.jpg);
}

.dlg1 {
	background-color : #CDFFAE;
}

.dlg2 {
	background-color : #F7E390;
}

.title {
	font-size : 10pt;
}

.error  {
	color : Red;
	font-weight : bold;
}

.tableHead {
	background-color : #F7E390;
	height : 24px;
}

.Btn  {
	width : 80px;
	height : 24px;
}

.BtnB  {
	width : 80px;
	height : 24px;
	font-weight : bold;
}

td.HeaderBtn {
	background-color : #d4d0c8;
	BORDER-BOTTOM : 1px solid #808080;
	BORDER-LEFT : 1px solid #ffffff;
	BORDER-RIGHT : 1px solid #808080;
	BORDER-TOP : 1px solid #ffffff;
}

.btnObj  {
	width : 110px;
	height : 24px;
}

.kat-menu-lev1 {
	padding: 6px 3px 3px 3px;
}

.kat-menu-lev1 a,
.kat-menu-lev1 a:link,
.kat-menu-lev1 a:visited,
.kat-menu-lev1 a:active {
	color: #000000;
	text-decoration: none;
}

.kat-menu-lev1 a:hover {
	color: #000000;
	text-decoration: underline;
}

.kat-menu-lev2 {
	padding: 3px 3px 3px 13px;
}

.divTitle {
	width: 100%;
	font-size : 10pt;
	font-weight	: bold;
	padding: 3px 1px 5px 1px;
}

.divObjAdd {
	width: 100%;
	font-size : 10pt;
	font-weight	: bold;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

.divObjError {
	width: 100%;
	color: #ff0000;
	font-size : 10pt;
	font-weight	: bold;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

.divObjLink {
	width: 100%;
	text-align: center;	
	padding: 20px 20px 20px 20px;
}

.mark {
	color: #ff0000;
	font-size : 10pt;
	font-weight	: bold;
}

.in250 {
	width: 250px;
}