h1			{ font-family: Arial;
		      font-size: 14pt;
		      text-align: center;
		      text-decoration: none; }
		      
		           
h2			{ font-family: Arial;
              font-size: 12pt;
              text-align: center;
              text-decoration: none; }    
             
BODY		{ background-color: cccccc; }
         
         
 /* TICKER LOCATION ON PAGE */

#ticker	    { right: 175px; POSITION: absolute; top: 55px }


        
a:link		{ color: #00CC33; text-decoration: bold; }

a:visited	{ color: #CC00FF; text-decoration: none; }

a:active	{ color: #66FF00; text-decoration: none; }

a:hover		{ color: #000000;
			  background-color: #339966;
              text-decoration: none; }
         
         
         /* THIS LINE CONTROLS THE FONT SIZE ON ALL PAGES */

TABLE 				{ COLOR: #666666; FONT: 12px geneva, verdana, arial, sans-serif }

.price 				{ COLOR: #56997A; FONT: 15px verdana, arial, sans-serif; font-weight: bold }

.title 				{ COLOR: #56997A; FONT: 15px verdana, arial, sans-serif; font-weight: bold }

.Copyright			{ COLOR: #000033; FONT: 9px geneva, verdana, arial, sans-serif }

.picturecomments 	{ COLOR: #666666; FONT: 10px geneva, verdana, arial, sans-serif }

.smalltitle 		{ COLOR: #000000; FONT: 11px verdana, arial, sans-serif; font-weight: bold }

.subtitle 			{ COLOR: #000000; FONT: 12px geneva, verdana, arial, sans-serif; font-weight: bold }

.picturetitle 		{ COLOR: #000000; FONT: 10px verdana, arial, sans-serif; font-weight: bold }

         

p				{ text-align: justify;
			  	color: 003300; }


div				{ position: absolute, fixed;
			  	z-index: 3;}
			  
div.newsfeed   	{ position: absolute; 
				  top: 1100; left: 250;
				  background-color: ffffff;
				  overflow: auto;
				  width: 75px;
				  height: 75px;
				  z-index: 1; }
				  		  
			  
			  /* BEGIN CODE FOR MENUS */
			  
/* INAMI Float Menu; text properties for states: normal */

.TM0i0 {font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
		color: #800000;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;}

/* INAMI Float Menu; box properties for states: normal */

.TM0o0 {background: #c1be9a;
		border: 1px solid #339900;
		padding: 4px;
		text-align: left;
		vertical-align: middle;
		text-decoration: none;}

/* INAMI Float Menu; text properties for states: hover, click */

.TM0i1 {font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;;
		color: #000000;
		font-size: 10px;
		font-weight: bold;
		font-style: normal;
		text-decoration: none;
		 }

/* INAMI Float Menu; box properties for states: hover, click */

.TM0o1 {background: #b6b8aa;
		border: 2px solid #800000;
		padding: 4px;
		text-align: left;
		vertical-align: middle;
		text-decoration: none;
		 }