body {color:black;background-color:white}

/* header */
div.head {white-space: nowrap}
.head a img {border: none} /* no borders for the header images */

/* menu */
div.menu {width:180px;float:left;margin:2px;margin-top:20px;padding:2px;
          color:#484AD3;border: 1px solid #73937D}
.menu a {text-decoration:none;color:#484AD3}
.menu a:hover {text-decoration:none;color:black}
.menu ul {list-style-type: none;margin:0;padding-left:0px;background:transparent}
.menu div ul {margin-left:10px;border: 1px solid #73937D} /* sublevel 1 menu items */
.menu div div ul {margin-left:20px;border: 1px solid #73937D} /* sublevel 2 menu items */
.menu div div div ul {margin-left:30px;border: 1px solid #73937D} /* sublevel 3 menu items */
.menu li {width:160px;list-style-type:none;
          font-family:Arial;font-weight:bold;font-style:normal;text-align:left;
	  font-size:10pt;padding:2px;border: none}
.menu li:hover {background-color:#bebed3}

/* content */
div.content {float:left;width:550px;margin:2px;padding:2px;padding-left:10px}
.content h1,h2,h3,h4,h5,h6,h_spec,p_spec {font-family:Arial;font-weight:normal;font-style:normal;
                            color:#484AD3;text-align:justify}
.content h1 {font-size:18pt}
.content h2 {font-size:16pt}
.content h3 {font-size:14pt}
.content h4 {font-size:12pt}
.content h5 {font-size:10pt}
.content h6 {font-size:8pt}
.content p {font-size:10pt;color:black;font-family:Arial;text-align:justify}
.content b {font-size:10pt;color:black;font-family:Arial;text-align:justify}
.content li {font-size:10pt;color:black;font-family:Arial;text-align:justify}
.content td {font-size:10pt;color:black;font-family:Arial;text-align:justify}
.content th {font-size:11pt;color:black;font-family:Arial;text-align:justify}
.content myr {font-size:10pt;color:red;font-family:Arial;text-align:justify}
.content h_spec {font-size:10pt;margin:0px}
.content p_spec10 {font-size:10pt;color:black;font-family:Arial;text-align:justify; margin:0px}
.content p_spec12 {font-size:12pt;color:black;font-family:Arial;text-align:justify; margin:0px}
.content mati {font-size:10pt;color:#993333;font-family:Arial;text-align:justify}


/* class */
.content bold {color:black;font-family:Arial;}
