<!--
/* ------------------------nav normal white------------------------- */
#nav1  {font-size              : 12px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #FFFFFF;
                          text-align             : justify;
						  text-decoration        : none;}

#nav1:link  {color                  : #BBBBBB;}
#nav1:hover  {color                  : #BBBBBB;
					  text-decoration        : underline;}
#nav1:active  { color                  : #BBBBBB;
	text-decoration : underline;}
#nav1:visited  {color                  : #FFFFFF;}

/* vertical-align         : middle; */
/* ------------------------nav normal black------------------------- */
#nav2	                 {font-size              : 12px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #000000;
                          text-align             : justify;
						  text-decoration        : none;}

#nav2:link       	     {color                  : #BBBBBB;}
#nav2:hover       	     {color                  : #BBBBBB;
						  text-decoration        : underline;}
#nav2:active	       	 {color                  : #BBBBBB;
						  text-decoration        : underline;}
#nav2:visited          	 {color                  : #000000;}

/* ---------s---------------nav small white------------------------ */

#nav3	                 {font-size              : 10px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #FFFFFF;
                          text-align             : justify;
						  text-decoration        : none;}

/*#nav3:link       	     {color                  : #BBBBBB;}
#nav3:hover       	     {color                  : #BBBBBB;
						  text-decoration        : underline;}
#nav3:active	       	 {color                  : #BBBBBB;
						  text-decoration        : underline;}
#nav3:visited          	 {color                  : #FFFFFF;}*/

/* ---------s---------------nav small black------------------------ */

#nav4	                 {font-size              : 10px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #000000;
                          text-align             : justify;
						  text-decoration        : none;}

#nav4:link       	     {color                  : #BBBBBB;}
#nav4:hover       	     {color                  : #BBBBBB;
				 		  text-decoration        : underline;}
#nav4:active	       	 {color                  : #BBBBBB;
						  text-decoration        : underline;}
#nav4:visited          	 {color                  : #000000;}

/* ---------s---------------nav small blue------------------------ */

#nav5	                 {font-size              : 10px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #334A6D;
                          text-align             : justify;
						  text-decoration        : none;}

/* ---------s---------------nav small yellow------------------------ */

#nav6	                 {font-size              : 10px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #D7DF23;
                          text-align             : justify;
						  text-decoration        : none;}

/* ------------------------nav blue------------------------ */

#nav7	                 {font-size              : 12px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #334A6D;
                          text-align             : justify;
						  text-decoration        : none;}

/* ------------------------nav yellow------------------------ */

#nav8	                 {font-size              : 12px;
                          font-family            : Verdana,Arial;
                          font-weight            : normal;
                          color                  : #D7DF23;
                          text-align             : justify;
						  text-decoration        : none;}
						  
/* -------------------------main---------------------------- */

#font1                   {font-size              : 12px;
                          font-family            : Verdana,Arial;
						  color                  : #000000;
                          text-align             : justify;}
#font1:link           	 {color                  : #000000;}
#font1:active			 {color                  : #CCCCCC;}
#font1:visited  	     {color                  : #000000;}
						  						  
#font2                   {font-size              : 12px;
                          font-family            : Verdana,Arial;
                          font-weight            : bold;}
//-->