body, form { margin: 0px; }
body, td, input, select, textarea {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6c6c;
}
a, a:link, a:visited {
	color: #6c6c6c;
	text-decoration: underline;
}
a:active, a:hover {
	text-decoration: none;
}
a.invert, a.invert:link, a.invert:visited {
	text-decoration: none;
}
a.invert:active, a.invert:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Times New Roman", Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #626262;
	/*letter-spacing: -1px;
	text-transform: uppercase;*/
	margin: 0px 0px 10px;
	padding-top: 5px;

	background-image: url(img/dots-h.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
h1 img { margin-top: -5px; vertical-align: middle; }
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #6c6c6d;
	margin: 5px 0px 5px;
}
.floatL { float: left; margin-right: 10px; border: solid 1px #525252; }
.floatR { float: right; margin-left: 10px; }
.h100 { height: 100%; }

.dots-v {
	background-image: url(img/dots-v.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.dots-h {
	background-image: url(img/dots-h.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.content {
	height: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.t1 {
	background-color: #7bb9f2;
	background-image: url(img/t1.jpg);
	background-repeat: repeat-x;
	background-position: right;
}
.t2 {
	background-color: #414141;
	background-image: url(img/t2.gif);
}
.t2 a, .t2 a:link, .t2 a:visited {
	text-transform: lowercase;
	font-size: 12px;
	padding: 11px 30px;
	background-image: url(img/1.gif);
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.t2 a:active, .t2 a:hover {
	background-image: url(img/t2-over.gif);
	text-decoration: none;
}
.lang a, .lang a:link, .lang a:visited { padding: 0px 2px; background-image: none; display: inline; text-decoration: none; }
.lang a:active, .lang a:hover { background-image: none; text-decoration: underline; }
.lang img { vertical-align: middle; }
.t3 { background-image: url(img/t3.gif); }
.t4 {
	background-image: url(img/t4.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.t4 table { height: 45px; }
.t4 td { padding: 3px 15px 0px; color: #0079A4; }
.t4 a, .t4 a:link, .t4 a:visited {
	text-transform: lowercase;
	color: #0079A4;
	text-decoration: none;
}
.t4 a:active, .t4 a:hover {
	text-decoration: underline;
}
.t4 .sep { padding: 0px 15px; }

/**/
.title { margin-bottom: 3px; font-weight: bold; }
.title a, .title a:link, .title a:visited { text-decoration: none; }
.title a:active, .title a:hover { text-decoration: underline; }

.more { color: #0079A4; margin-top: 3px; /*font-weight: bold;*/ }
.more a, .more a:link, .more a:visited { color: #0079A4; text-decoration: none; }
.more a:active, .more a:hover { text-decoration: underline; }

.empty { text-align: center; margin-top: 50px; margin-bottom: 50px; }

.message { color: #009900; }
.errors { color: #990000; }

.navigator { /*font-size: 10px;*/ margin-bottom: 10px; }
.navigator a, .navigator a:link, .navigator a:visited { color: #0079A4; text-decoration: none; }
.navigator a:active, .navigator a:hover { text-decoration: underline; }

.hilight { background-color: #000000; color: #FFFFFF; /*font-weight: bold;*/ }
.searchResult dt { font-weight: bold; }
.searchResult dd { margin-left: 0px; }
.searchResult dd ul { margin-bottom: 5px; margin-top: 5px; }
.message { color: #009900; }
.errors { color: #990000; }
/**/

.tabl {border-collapse: collapse;}
.tabl td {border: solid 1px #0079A4}
.tabl th {
	color: #ffffff; font-size: 11px; font-weight: bold;
	font-family: Arial, Helvetice, sans-serif;
	text-transform: uppercase;
	border-left: solid 1px #0079A4;
	border-right: solid 1px #0079A4;
	border-bottom: solid 1px #0079A4;
	/*background-color: #228b49;*/
	background-color: #4b8b4f;
}
.tabl a, .tabl a:link, .tabl a:visited {text-decoration: none}
.tabl a:active, .tabl a:hover {color: #5b9b5f;}

.cat, .cat:link, .cat:visited {
	font-weight: bold;
	text-decoration: none;
	color: #0079A4;
}
.cat:active, .cat:hover {
	text-decoration: underline;
}
.tree {
	background-image: url(img/tree/1.gif);
	background-repeat: repeat-y;
	background-position: left;
}

/* Styles for dhtml tabbed-pages */
.ontab {
	background-image: url(img/tree/cat-open.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.offtab {
	background-image: url(img/tree/cat-close.gif);
	background-repeat: no-repeat;
	background-position: top left;
}
.pagetext {
	visibility: hidden;
	display: none;
	position: relative;
	top: 0;
}

