/* CSS for page banner and menu */

/* Table properties */

/* Main body properties */
BODY {font-family : Arial, sans-serif;}

/* Paragraph properties */
P.links {}
P.footer {text-align : center; margin-top : 0; font-size : 12px}
P.logo {font-size : 10px; margin-top : 0; margin-bottom : 0; text-align : center;}
P.logotext {font-size : 11px; font-weight : normal; color : #2136FF;
		text-align : center; margin-top : 0; margin-bottom : 0;}

IMG.logo {border : 0; margin-top : 12px}
IMG.ALSTOMlogo {border : 0; margin-top : 12px; margin-bottom : 5px}
IMG.sub {margin : 0; padding-top : 6px; border : 0;}

/* To position sub menu */
DIV.sublinks {padding-left : 40px;}
DIV.logo {text-align : center; margin : 0; padding : 0}

/* Various table cell properties */
TD.title {background-color : #ffffff;}
TD.links {background-color : #ffffff}
TD.main {background-color : #ffffff; vertical-align : top;
	 background-image : url(../images/backgroundblue.gif);
	 background-repeat : no-repeat; padding-top : 20px; padding-left : 0; padding-bottom : 20px}
TD.menu {vertical-align : top; padding-top : 20px}
TD.highlink {background-color : #ffffff; text-align : left;}
TD.logo {background-color : #ffffff; padding-top : 40px;}
TD.blank {background-color : #ffffff}
TD.title {background-color : #ffffff}
TD.footer {background-color : #ffffff}

/* Horizontal line properties */
HR.footer {margin-left : 50px; margin-right : 50px; margin-top : 10px; margin-bottom : 0}

/* Links remain blue when visited */
A:visited {color : #0000ff}
