/* CSS Document */

/* ************************************************************************************ */
/* page body                                                                                           */
/* ************************************************************************************ */

body {
color:#000000;
background: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

/* ************************************************************************************ */
/* To keep elements from being divided                                                      */
/* ************************************************************************************ */

p 
{
page-break-inside:avoid;
}

/* ************************************************************************************ */
/* Printing link URLs                                                                                */
/* ************************************************************************************ */

a 
{
text-decoration:none;
color:#0000FF;
}

a:link:after, a:visited:after 
{
font-style:italic;
content: " (" attr(href) ")";
}

/* ************************************************************************************  */
/* Div not to print                                                                                      */
/* ************************************************************************************  */

#Page
{
display:none;
}

/* ************************************************************************************  */
/* Do not print link class one                                                                     */
/* ************************************************************************************  */

a.one
{display:none;
}

/* ************************************************************************************  */
/* Do not print paragraph class Menu_Main1                                                       */
/* ************************************************************************************  */

p.Menu_Main1
{display:none;
}

/* ************************************************************************************  */
/* Align h1 to center                                                                                  */
/* ************************************************************************************  */

h1.font_header
{
text-align:center;
}

/* ************************************************************************************  */
/* Align h2 to left                                                                                      */
/* ************************************************************************************  */

h2.font_header3
{
text-align:left;
}

/* ************************************************************************************  */
/* Align h3 to left                                                                                      */
/* ************************************************************************************  */

h3.font_header3
{text-align:left;
}

