@CHARSET "UTF-8";

a {
    color: #4E483A;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.t_left {
    text-align: left;
}

.t_right {
    text-align: right;
}

.t_center {
    text-align: center;
}

h1 span,h2 span,h3 span,h4 span h5 span {
    visibility: hidden;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

h1 a {
    display: block;
    height: 117px;
}

#languages a {
    width: 100%;
    height: 100%;
    color: #ffffff;
    display: block;
    line-height: 30px;
    font-family: Arial;
}

#left_column .box .content ul li a {
    font-weight: bold;
}

#content_top h3 {
    float: left;
    margin: 0;
    padding: 0;
    padding: 7px 15px 7px 15px;
}

#content .content_text h2 {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

#content .content_text h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}

#content .content_text .box h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

#content .content_text .box .event a {
    font-weight: bold;
}