/* general */
body {
	background-color: #dee6ed;
	/* font */
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
/*------------------------------------------------------------------ main-menu*/
#menu {
  background: url(template/bgd-menu.gif) left top repeat-x;/* h92 */
  /* top border */
	border-color: #cc0fc0;
	/* background */
	background-color: #c56ba9;
}
/*------------------------------------------------------------------- menu-sub*/
div.box-menu ul li a {
	/*font*/
	font-size: 10.4px;
	font-weight: 600;
	color: #A84F8C; /*#e92bdc;/*color: #2e3d45;*/
	letter-spacing: 0.4pt;
	text-decoration: none;
	/*background*/
	background: url(template/lne-column-menu.gif) 8px bottom no-repeat;
}
div.box-menu ul li a:hover {
	/*background: #A84F8C;*/
	color: #404f57;
	text-decoration: underline;
}
div.box-menu ul li a.active {
	background: #a84f8c;
	color: #fff;
}
div.box-menu ul li a.bottom {
	background-image: none;
}
/*------------------------------------------------------------------- sidebar*/
/* site border */
#wrapper {
	border-color: #dbe3e7;
}
#lightning {
	background: url(template/bgd-lightning.jpg) right top no-repeat;/* h92 */
}
#bgd-logo {
  /* background */
	background-color: #f6f6fc;
	/* font */
	font-size: 10px;
	font-weight: 600;
	color: #404f57;
	letter-spacing: -0.2pt;
	text-transform: uppercase;
}
.box-left h2 {
	/* font */
	font-size: 10.4px;
	font-weight: 600;
	color: #2e3d45;
	letter-spacing: -0.2pt;
	text-transform: uppercase;
}
.box-left h2.active {
	color: #fff;
	background-color: #c56ba9;
}
.box-right h1 {
	color: #cc0fc0;
	font-size: 8pt;
	font-weight: 100;
	text-align: left;/*justify, left*/
	line-height: 2;/*1.9*/
  letter-spacing: 0.4pt;
  word-spacing: 0.4pt;
}
.box-right h2 {
	/* font */
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 500;
	color: #404f57;
	letter-spacing: -0.5pt;
}
.slogan {
	/* font */
	font-size: 7.4pt;
	font-weight: 100;
	color: #2e3d45;
	letter-spacing: -0.2pt;
  word-spacing: 0.0pt;
  line-height: 1.6;
	text-transform: lowercase;
}
.color-layer {
	background-color: #C56BA9;
}
/*-------------------------------------------------------------------- article*/
.articles h1 {
	color: #cc0fc0;
	font-size: 18pt;
	font-weight: 400;
	letter-spacing: 1.5pt;
}
.articles h2 {
	color: #404f57;/*#404f57*/
	font-size: 12pt;
	font-weight: 100;
	letter-spacing: 1.5pt;
}
/* first letter*/
.articles h2:first-letter {
	font-size: 14pt;
}
.selection h2, .selection h2:first-letter {
	font-size: 12pt;
	color: #cc0fc0;
	margin-top: 0;
	margin-bottom: 0;
}
.articles h3 {
	color: #404f57;
	font-size: 12pt;
	font-weight: 600;
	letter-spacing: 1.5pt;
}
.articles h4 {
	color: #404f57;
	font-size: 11pt;
	font-weight: 600;
	letter-spacing: 1.5pt;
}
.articles h5 {
	color: #404f57;
	font-size: 8pt;
	font-weight: 100;
	font-style: italic;
}
.articles p {
	color: #404f57;
	font-size: 8pt;
	font-weight: 100;
	text-align: left;/*justify, left*/
	line-height: 2;/*1.9*/
  letter-spacing: 0.0pt;
  word-spacing: 0.4pt;
}
.articles p strong {
	font-weight: 600;
	letter-spacing: 0.0pt;
	word-spacing: -0.5pt;
}
.articles ul {
	color: #404f57;
	font-size: 8pt;
	line-height: 2.2;
  letter-spacing: 0.0pt;
  word-spacing: 0.4pt;
}
.articles table tr td {
	color: #404f57;
	font-size: 8pt;
	font-weight: 100;
	line-height: 1.8;
	letter-spacing: 0.3pt;
}
.articles span.indication {
	color: #a84f8c;
	font-size: 6pt;
  letter-spacing: 0.0pt;
  word-spacing: 0.4pt;
}
.articles span.quote {
	color: #a84f8c;
	font-size: 8pt;
  letter-spacing: 0.0pt;
  word-spacing: 0.4pt;
}
.articles span.note {
	color: #999;
	font-size: 6pt;
  letter-spacing: 0.0pt;
  word-spacing: 0.4pt;
  line-height: 1.4;
}
.articles tr td:first-child {
	color: #a84f8c;
  text-transform: lowercase;
}
.articles img {
	background-color: #cc0fc0;
}
.articles img+span.description {
	display: block;
  color: #404f57;/*a84f8c*/
  font-style: italic;
}
.articles p img {
	margin-top: 40px;
}

/*
.articles div.underline {
	background: url(template/lne-article-bottom-ul.gif) left bottom no-repeat;
	padding-bottom: 1px;
}
*/
/*---------------------------------------------------------------------- links*/
.link-self, .link-blank, .link-url, .link-project {
	color: #e92bdc;
	/*font-size: 8pt;*/
	text-decoration: none;
}
a.link-self:hover, a.link-blank:hover, a.link-url:hover {
	color: #e92bdc;/*e92bdc*/
  background-color: #fcf2f7;
  text-decoration: underline;
}
a.link-self:visited, a.link-blank:visited, a.link-url:visited {
	color: #e92bdc;
  /*background: url(template/lnk-visited.gif) no-repeat center right;
  padding-right: 12px;
  padding-bottom: 2px;*/
}
a.link-self:active, a.link-blank:active, a.link-url:active {
	color: #404f57;
	text-decoration: none;
}
/*
.line-dashed-bottom {
	background: url(template/lne-article-bottom.gif) left bottom no-repeat;
	padding-bottom: 15px;
}
.line-dashed-top {
	background: url(template/lne-article-bottom.gif) left top no-repeat;
	padding-top: 1px;
}
*/
