BODY {	font-family: Tahoma, Verdana, Arial;
	font-size: 0.8em;
	color: #000;
}

A {
    color: #003366;
	text-decoration: underline;
}

A:hover {
	color: #ff0000;
}

/* header */

#slogan {	font-family: Arial, Verdana, Tahoma;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff
}

#buttons {	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#buttons A {	color: #fff;
	text-decoration: none;
}

#buttons A:hover {	text-decoration: underline;
}

/* menu */

#menu {	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}

#menu A {    color: #000;
    text-decoration: none;
}

#menu A:hover {	color: #ff0000;
}

.header H1 {	font-family: Arial, Verdana, Tahoma;	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

.content_txt {	text-align: justify;
	font-size: 1em;
}

/* news */

.news_header {    font-family: Arial, Verdana, Tahoma;
    font-size: 1.1em;
    font-weight: bold;
}

.news_date {	font-size: 10px;
	color: #ff0000;
}

.news_txt {	text-align: justify;
	font-size: 1em;
}

#footer {	font-size: 12px;
}

#footer_top {	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
}

#footer_top A {	color: #fff;
	text-decoration: none;
}

#footer_top A:hover {    text-decoration: underline;
}

