marquee {
	font-family : "Times New Roman", Times, serif;
	font-size : larger;
	color : Red;
}
.blanc {
	color: White;	
}

.marge {
	padding:5px
}
.u {
	text-decoration : underline;
}
.centre {
	text-align: center;
	font-weight : bolder;
}
#helpBox {
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;
	width:200px;
}
DIV.helpBoxDIV {
	width:200px;
	padding:2px;
	background:#FFFFCC;
	border:3px solid #990000;
	color:black;
	font-family: Arial;
	font-style:Normal;
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}
A {
	color : Blue;
}
A:VISITED {
	color : Olive;
}
A:hover {
	color:#ff6000;
	}
H6 {
	font : 22px;
	font-family: "Times New Roman", Times, serif;
	text-decoration : underline;
}
H1 {
	font : 17px;
	font-family: "Times New Roman", Times, serif;
	}

H2 {
	font : bold 30px;
	text-align : center;
	font-family : "Times New Roman", Times, serif;
	color : black;
}

H3 {
	font : bold 30px;
	text-align : left;
	font-family : "Times New Roman", Times, serif;
	color : black;
}

H4 {
	font-size: 15px;
	line-height : 18px;
	color : Black;
	margin : 10px;
	font-family : "Times New Roman", Times, serif;
}

li {
	font-size: 12px;
	line-height : 14px;
	margin : 1px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : White;
}

H5 {
	font: 12px;
	color: white;
	font-family : Arial, Helvetica, sans-serif;
}

td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height : 16px;
	font-weight : normal;
	text-align : justify;
	padding : 10px;
}