body{
	font-family: Garamond;
	color: #555;
	font-size: 14px;
	font-weight: normal;
}

a.menu {
	font-size: 24px;
	color: #999;
	padding-right: 18px;
	line-height: 1.6;
	font-weight: normal;
}

a.menu:link, a.menu:visited {
	text-decoration: none;
}

a.menu:hover, a.menu:active {
	text-decoration: underline;
	color: #000;
}

a.menu.selected {
	background-image: url(/img/menudot.gif);
	background-repeat: no-repeat;
	background-position: right 7px;
}

a.menu_small {
	font-size: 10px;
	color: #999;
	white-space: nowrap;
	line-height: 1.2;
	display: block;
	padding-right: 18px;
	text-decoration: none;
}

a.menu_small.selected {
	background-image: url(/img/menudot_small.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
}



a.menu_small:hover{
	color: #000;
	text-decoration: underline;
}


a.topmenu {
	color: #999;
	font-size: 18px;
}

a.topmenu:link, a.topmenu:visited {
	text-decoration: none;
}
a.topmenu:hover, a.topmenu:active {
	text-decoration: underline;
}


a.bottommenu {
	color: #fff;
	font-size: 12px;
}

a.bottommenu:link, a.bottommenu:visited {
	text-decoration: none;
}
a.bottommenu:hover, a.bottommenu:active {
	text-decoration: underline;
}


h6 {
	font-size: 20px;
	margin: 0 0 15px 0;
	font-weight: normal;
}

.content {
	font-size: 13px;
	font-weight: normal;
	line-height: 1.2;
}

.content p{
	margin-top: 0px;
}


#contentblock p{
	margin: 5px 0;
}


.news_block {
	padding-bottom: 20px;
	vertical-align: top;
}

.news_title {
	font-size: 18px;
	font-weight: bolder;
	padding: 0 5px;
}

.news_origin {
	font-size: 12px;
	font-weight: bolder;
	color: #999;
	padding: 0 5px 8px 5px;
}

.news_content {
	padding: 5px;
	background-color: #eee;
}
.news_content.white {
	background-color: #fff;
}

