body {
	margin: 0;
	font-family: "‚l‚r –¾’©",serif;
	line-height: 1.4;
	color: #555555;
    font-size : 62.5%;
}

a {
	text-decoration: underline;
	color: #555555;
}

img {
	border: none;
}

hr {
	display: none;
}



/* font 
--------------------------------------------------*/

h1 {
	font-size: 2em;
	margin: 1.5em 0;
	padding: 1em 0;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
}

h2 {
	font-size: 1.8em;
	margin: 3em 0 0 0;
}

#footer h2 {
	font-size: 2em;
	margin: 1.5em 0;
	padding: 1em 0;
	border-top: dotted 1px;
	border-bottom: dotted 1px;
}

h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.4em;
}

h6 {
	font-size: 1.4em;
}

p {
	font-size: 1.4em;
}

ul,ol,dl {
	font-size: 1.4em;
}

address {
	font-size: 1.4em;
	font-style: normal;
}

table {
	font-size: 1.4em;
	line-height: 1.4;
}


/* content */

#header {
	text-align: center;
	padding: 0.5em;
	border-top: solid 1px;
	border-bottom: solid 1px;
}

#header p {
	margin: 0;
}

#header p#description,
#header p.inv
{
	display: none;
}

#main_menu {
	display: none;

}

.menu {
	display: none;
}

.sidemenu {
	display: none;
}

#page_top {
	display: none;
}

noscript {
	display: none;
}

li.current_page {
	font-weight: bold;
	list-style-image: url('../img/arrow_right.gif');
}

#print_out {
	display: none;
}


