body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

div#s1 {
	width: 100%;          /* menu width */
}

div#s1 ul {
	background-color: #FFCCCC;
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding */
	margin:0;              /* no margin for IE either */
}

div#s1 ul li {
	margin: 0;
	padding: 0;
	background-color: #FFCCCC;
	display:block;
	border-top: 1px solid white;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 13px;
}

div#s1 ul li li {
	margin: 0;
	padding: 0;
	background-color: #FFCCCC;
	display:block;
	border-top: 1px solid white;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 13px;
}

div#s1 ul li a {
	display: block;         /* lines extend to right, make area clickable */
	color: #000000;
	background-color: #FFCCCC;
	padding: 2px 2px 2px 23px;
	margin:0;
	text-decoration: none;
	height:28px;
	vertical-align: top;
}

div#s1 ul ul li a {
	margin-left: 8px;     /* indent level 1 */
}

div#s1 ul ul ul li a {
	margin-left: 16px;     /* indent level 2 */
}

div#s1 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s1 li.open ul {
  display: block;        /* expand */
}
 
div#s1 ul li.open a {
	background-image: url('../images/bullet_open.gif');
	background-repeat: no-repeat
}

div#s1 ul li.closed a {
	background-image: url('../images/bullet_closed.gif');
	background-repeat: no-repeat
}

div#s1 ul li.leaf a {
	background-image: url('../images/bullet_leaf.gif');
	background-repeat: no-repeat
}
 
div#s1 li.active a {
	background-position: 0px -30px;
	color: red;            /* highlight text */
}
 
div#s1 li.active li a {
	background-position: 0px 0px;
	color: #000000;          /* fix lower levels */
}

div#s1 ul li a:hover {
	color: #FFFFFF;
	background-color: #000000; /* rollover effect */
}

div#s2 {
	width: 100%;          /* menu width */
}

div#s2 ul {
	background-color: #FFCCCC;
	list-style-type: none; /* get rid of the bullets */
	padding:0;             /* no padding */
	margin:0;              /* no margin for IE either */
}

div#s2 ul li {
	margin: 0;
	padding: 0;
	background-color: #FFCCCC;
	display:block;
	border-top: 1px solid white;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 13px;
}

div#s2 ul li li {
	margin: 0;
	padding: 0;
	background-color: #FFCCCC;
	display:block;
	border-top: 1px solid white;
	font: normal 12px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 13px;
}

div#s2 ul li a {
	display: block;         /* lines extend to right, make area clickable */
	color: #000000;
	background-color: #FFCCCC;
	padding: 2px 2px 2px 23px;
	margin:0;
	text-decoration: none;
	height:28px;
	vertical-align: top;
}

div#s2 ul ul li a {
	margin-left: 8px;     /* indent level 1 */
}

div#s2 ul ul ul li a {
	margin-left: 16px;     /* indent level 2 */
}

div#s2 li ul, div#s1 li.open li.closed ul {
  display: none;         /* collapse */
}

div#s2 li.open ul {
  display: block;        /* expand */
}
 
div#s2 ul li.open a {
	background-image: url('../images/bullet_open.gif');
	background-repeat: no-repeat;
}

div#s2 ul li.closed a {
	background-image: url('../images/bullet_closed.gif');
	background-repeat: no-repeat;
}

div#s2 ul li.leaf a {
	background-image: url('../images/bullet_leaf.gif');
	background-repeat: no-repeat;
}
 
div#s2 li.active a {
	background-position: 0px -30px;
	color: red;            /* highlight text */
}
 
div#s2 li.active li a {
	background-position: 0px 0px;
	color: #000000;          /* fix lower levels */
}

div#s2 ul li a:hover {
	color: #FFFFFF;
	background-color: #000000; /* rollover effect */
}

#t1 a {
	font-weight: bold;
	color: #000000;
	background-repeat: no-repeat;
}

#t1 a:hover {
	font-weight: bold;
	color: #FFCCCC;
}

#t1 a:visited {
	font-weight: bold;
	color: #000000;
}

#t2 a {
	font-weight: bold;
	color: #FFFFFF;
}

#t2 a:hover {
	font-weight: bold;
	color: #FFCCCC;
}

#t2 a:visited {
	font-weight: bold;
	color: #FFFFFF;
}

.heading {
    font-family: Palatino Linotype, Bookman Old Style;
    font-size: 16px;
	font-weight: bold;
    color: #E90309;
	margin-top: 4px;
	padding-left: 23px;
	border-top: 0.08em dotted #FEB3D2;
	border-bottom: 0.08em dotted #FEB3D2;
	background: url('../images/cpnumlarrow.gif') no-repeat #FEF3F9 left center; left: 0px; top: 0px;
}

.heading#en {
    font-size: 14px;
}

.content {
    font-family: Palatino Linotype, Bookman Old Style;
    font-size: 14px;
}

.content#en {
	font-size: 13px;
}

.text {
    font-family: Palatino Linotype, Bookman Old Style;
	font-size: 13px;
    text-align: justify;
	margin: 4px;
	margin-top: 12px;
}

a {
    text-decoration: none;
    color: #B94309;
}

a:hover {
    text-decoration: underline;
    color: #FF6600;
}

img.news {
    border: 1px solid #D03309;
}

.listbox
{
    font-family: Arial;
    font-size: 11px;
    margin-right: 10px;
    margin-bottom: 28px;
    height: 20px;
    width: 138px;
    color: #FFFFFF;
    background-color: #FF9900;
    border: 1px solid #336699;
    vertical-align: top;
}

.special {
    font-family: Arial;
	font-size: 10px;
	color: #FFFFFF;
}