* {
	font-size: 12pt;
}

#menu, #languages {
	display: none;
}


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;
}