
a:link { color:#0000dd; text-decoration:none;} 
a:visited { color:#00d000; text-decoration:none;} 
a:hover { color:#0000dd; text-decoration:underline; cursor:hand;} 
a:active {color:#ff0000; text-decoration:underline;}

a.faq:link {color:#0000ff; decoration:none;}
a.faq:visited {color:#0000ff; text-decoration:none;}
a.faq:hover{color:#0000ff; text-decoration:underline; cursor:hand;}
a.faq:active {color:#ff0000; text-decoration:underline;}

a.bord:link {color:#0000ff; decoration:none;}
a.bord:visited {color:#0000ff; text-decoration:none;}
a.bord:hover{color:#0000ff; text-decoration:underline; cursor:hand;
             background-color: rgb(245,245,255);}
a.bord:active {color:#ff0000; text-decoration:underline;}


a.MENU:link {
	color:#000000;
	/* text-align: center; */
	cursor: hand;
}

a.MENU:visited {
	color:#000000;
	/* text-align: center; */
	cursor: hand;
}

a.MENU:hover {
	color:#0000ff;
	cursor: hand;
	/* text-align: center; */
	text_decoration:underline;
        background-color: rgb(245, 245, 255);
}

a.MENU:active{
        color:#ff0000;
        cursor:hand;
        text_decoration:underline;
}

/** HTML Tag **/
body {color: rgb(0, 0, 0); background-color: rgb(255, 255, 255); margin-top: 40px; margin-left: auto; margin-right: auto; width: 730px; text-align:center; line-hight"1.2em"; font-size:"medium";}

img {border-style :none;}

/** CLASS **/

.body_table{width:720px ; text-align:center; } /* For IE */

.bord_menu {text-align:center; padding :2px; border:solid 1px #0000ff;
            width :200px;}

.bord_subject{text-align:left; 
	      padding :1px 1em 1px 0.7em;
	      background-color: rgb(255,230,254);}

.bord_document{text-align:left ;
               padding :5px 1em 1px 2.7em;
	       background-color: rgb(254,255,230);}

.bord_subsubject{text-align:left ;
	 	 padding : 1px 1em 1px 0.7em;
	         border-left: solid 2em rgb(254,255,230);
		 border-top: solid 1em rgb(254,255,230);
	         background-color:rgb(231,255,230)}

.bord_subdocument{text-align:left;
                  padding : 5px 1em 1px 2.7 em;
	          background-color: rgb(254,255,230)}

.main_menu {text-align: center;  padding : 2px;
            border: dashed 1px #4CAC4E; }

.hr_dash {border-style :dashed;}

.top_menu {
  text-align:left;
  border-width : 0px 0px 2px 10px;
  border-style : solid ;
  border-color : #999999;
  padding-left : 10px;
  width :700px;
}

.sub_title {
  text-align:left;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  background-color: #306457;
  padding: 1px 1em 1px 0.7em;
  border-left: solid 3px #96b0a9;
  width :700px}

.sub_document{
  text-align:left;
  padding: 0.7em;
  /* border-left: solid 3px #DADAD0;*/
  border-left: solid 3px #96b0a9;
  width :700px
  }

