/* CSS Document */

.main {
		font-family:arial;
		font-color:#0b3c64;
		font-weight:normal;
		font-size:12px;
		}

.footer a { 
			text-decoration:none;
			color:#0b3c64;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

.footer a:hover { 
		color:white;
		text-decoration:none;
		}
/*MENU*/


.menuActuator a { 
			text-decoration:none;
			color:black;
			font-weight:bold;
			font-size:12px;
			font-family:arial;
		}

.menuActuator a:hover { 
		color:white;
		text-decoration:none;
		}

.menu {
		/*text-decoration:none;
		font-family:arial;
		color:#0b3c64;
		font-size:10px;*/
		background-color:#9ebfe0;
		layer-background-color:#9ebfe0;
		}
		
		

td div {
		  /* this makes TDs a container with their own coordinate system.
			 absolutely-positioned elements will be offset relative to them */
  		position:relative;
  		}