/* General */
BODY,P,H1,H2,H3,H4,UL,OL,TH,TD,A{
	font-size:12px;font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
PRE,TT,CODE,.Pre, {
	font-family:"Courier new",Courier,monospace; font-size:12px;
}
.CORPSDETEXTE{
	font-size:12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align : justify;
	padding-left : 50px;
	padding-right : 50px;
}
BODY{ 
	background : white;
	SCROLLBAR-FACE-COLOR: gray;
	SCROLLBAR-HIGHLIGHT-COLOR: blue;
	SCROLLBAR-SHADOW-COLOR: blue;
	SCROLLBAR-3DLIGHT-COLOR: black;
	SCROLLBAR-ARROW-COLOR: blue;
	SCROLLBAR-TRACK-COLOR: gray;
	SCROLLBAR-DARKSHADOW-COLOR: black;
	SCROLLBAR-BASE-COLOR: black;
}

/*  Links */
A, A:LINK {
	text-transform : none;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : normal normal;
	color : black;
}
A:VISITED{
	text-transform : none;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : normal normal;
	color : black;
}
A:HOVER {
	text-transform : none;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : normal normal;
	color : black;
}
A:ACTIVE{
	text-transform : capitalize;
	text-decoration : underline;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : bold;
	color : #ff0000;
}
A:FOCUS {
	text-transform : none;
	text-decoration: none;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font : normal normal;
	color : black;
}

/*  Headings */
H1 {font-size : 22px;
	font-weight : bold;
	line-height : 22px;
	font-family : Arial, Helvetica, sans-serif;
    text-align : center; 
	color : black;
   }
H2 {font-size:20px; font-weight:bold; font-family:Helvetica; text-align : center; padding-top : 30px; padding-bottom : 20px;}
H3 {font-size:16px; font-family:Helvetica;text-align : left; margin-left : 50px; padding-top : 15px; padding-bottom : 0px;}
H4 {font-size:13px; font-family:Helvetica;text-align : left; margin-left : 100px; padding-top : 5px; padding-bottom : 0px;}
H5 {font-size:16px; font-family:Helvetica;text-align : center; }
H6 {font-size:13px; font-family:Helvetica;text-align : center; }

/*  Lists */
UL {font-size:12px;  line-height:12px; padding-bottom:0px;}
OL {font-size:12px; line-height:16px;}
LI {font-size:12px; line-height:16px;}