* {
	font-size: 12pt;
}

#menu, #panel, #languages, #header p {
	display: none;
}

ul.prog {
	list-style-type: none;
	color: #000000;
	margin: 0; padding: 0;
}

ul.prog .h {
	font-weight: bold;
}
ul.prog .sm, .bg {
	padding: 0 0 10px 20px;
}
ul.prog .tp span {
	font-size: 10pt;
}
ul.prog .t2 {
	font-weight: bold;
}
ul.prog .t1 {
	text-transform: lowercase;
}
ul.prog .t2 span {
	font-weight: normal;
}




ul#gall  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 0px;
}

#gall li {  
	display: inline;
	padding: 5px;
}



a {
	color: #000000;
	text-decoration: none;
}

.a_left {
	text-align: left;
}

.a_right {
	text-align: right;
}

.a_center {
	text-align: center;
}

.a_justify {
	text-align: justify;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.f_center {
	margin-left: auto;
	margin-right: auto;
}

.underline {
	text-decoration: underline;
}

.strike {
	text-decoration: line-through;
}

img {
	border: 1px solid #000000;
}

#text table, #text tr, #text td, #text th {
	border: 1px solid #5F5F5F;
	border-collapse: collapse;
	padding: 3px;
	margin: 2px 0 2px 2px;
}

#text th {
	font-weight: bold;
}