/* =====================================*/
/* Whats New pages */

/* Version 2 */
/* 22/9/2000 */

/* by David Walters and Brian Baggins */
/* =====================================*/

/*-----------------------------------*/
/*---------- Basic elements ----------*/
/*----------------------------------*/

body { background : #336666 }
a:link { color: #338888; background : transparent }
a:visited { color: #336666; background : transparent }

img.center { text-align: center }

hr { width: 92%; text-align: center; height: 1px; }

/*-----------------------------------*/
/*-------------- Headers ------------*/
/*----------------------------------*/

H1 { 
 color: black;
 font-weight: bold; 
 font-size: 40pt; 
 font-family: "Garamond", "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }



H2 { 
 color: black;
 font-weight: bold; 
 font-size: 20pt; 
 font-family: "Garamond", "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }


H3 { 
 color: black;
 font-weight: bold; 
 font-size: 14pt; 
 font-family: "Garamond", "Times New Roman", serif;
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 }

H4 { 
 color: black;
 font-weight: bold; 
 font-size: 16pt; 
 font-family: "Garamond", "Times New Roman", serif;
 text-align: center; 
  margin-left: 6%;
 margin-right: 6%;
 }
 
H5 { 
 color: black;
 font-weight: bold; 
 font-size: 14pt; 
 font-family: "Helevetica", sans-serif;
 text-align: left; 
 line-height: 115%;
 margin-left: 9%;
 margin-right: 9%;
 } 
 
H6 { 
 color: black;
 font-weight: bold; 
 font-size: 16pt; 
 font-family: "Garamond", "Times New Roman", serif;
 text-align: left; 
 margin-left: 7%;
 }
 
/*-----------------------------------*/
/*------------- Spanners ------------*/
/*----------------------------------*/

span.em
{
 color: #003333;
 text-indent: 0em;
 font-family :, "georgia", serif;
 font-size: 13pt;
 font-weight: bold;

 text-align: left;

}


span.sublist

{
 color: black; 
 text-indent: 0em;
 font-family :, "Times New Roman", serif;
 font-size: 11pt;
 font-weight: normal;
  line-height: 110%;
 text-align: justify;
 margin-left: 2%;
 margin-right: 2%;
 
}

span.date
{
 color: #666; 
 text-indent: 0em;
 font-family :, "Times New Roman", serif;
 font-size: 11pt;
 font-weight: normal;
text-align: left;

 
}
span.list
{
 color: black; 
 text-indent: 0em;
 font-family :, "Times New Roman", serif;
 font-size: 11pt;
 font-weight: normal;
  line-height: 110%;
 text-align: justify;
 margin-left: 3%;
 margin-right: 3%;
 
}

 
span.name {
 color: #003333; 
 line-height: 120%;
 font-family :, "Geneva", sans-serif;
 font-size: 11pt;
 font-style: oblique;
 font-weight: normal;
}

span.tilt {
 color: #003333;
 font-family :,  "georgia","Times New Roman", serif;
 font-size: 12pt;
 font-weight: bold;
}

/*-----------------------------------*/
/*----------- Regular Elements ---------*/
/*----------------------------------*/
 
p {
 color: black; 
 text-indent: 0em;
 font-family :, "times new roman", serif;
 font-size: 13pt;
 font-weight: normal;
 text-align: left;
 margin-left: 6%;
 margin-right: 6%;
}

p.quote {
 color: black; 
 text-indent: 0em;
 font-family :, "Times New Roman", serif;
 font-size: 11pt;
 font-weight: normal;
 text-align: left;
 margin-left: 9%;
 margin-right: 9%;
}

 
p.indent {
 color: black; 
 text-indent: 0em;
 font-family :, "times new roman", serif;
 font-size: 12pt;
 font-weight: normal;
  line-height: 120%;
 text-align: justify;
 margin-left: 10%;
 margin-right: 10%;
 
}

p.indentb {
 color: black; 
 text-indent: 0em;
 font-family :, "Times New Roman", serif;
 font-size: 12pt;
 font-weight: normal;
 text-align: justify;
 margin-left: 13%;
 margin-right: 10%;
}

/*-----------------------------------*/
/*---------- Basic elements ----------*/
/*----------------------------------*/

p.skip
 { line-height: 50% } p.title { 
 color: white; 
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: left; 
 margin-left: 4%;
 margin-right: 4%;
 line-height: 100%;
 }

p.footer { 
 color: black; 
 text-indent: 0em; 
 font-weight: bold;
 font-family : "Arial", sans-serif;
 font-size: 12pt; 
 text-align: center; 
 margin-left: 6%;
 margin-right: 6%;
 line-height: 180%;
 }
 
/* =====================================*/

/* =====================================*/
/* Adjustments for Mobile Devices       */
/* =====================================*/

@media (max-width: 480px) {
  p { font-size: 12pt; margin-left: 1%; margin-right: 1%; margin-bottom: 4pt; margin-top: 4pt; line-height: 125%; }
  p.indentb { margin-left: 6%; margin-right: 1%; }
  p.quoteb { margin-left: 6%; margin-right: 1%; }
  p.index { margin-left: 6%; margin-right: 1%; }
  h1 { font-size: 18pt; margin-left: 1%; margin-right: 1%; }
  h2 { font-size: 16pt; margin-left: 1%; margin-right: 1%; }
  h3 { font-size: 14pt; margin-left: 1%; margin-right: 1%; }
  h4 { font-size: 13pt; }
  h5 { margin-left: 1%; }
  h6 { margin-left: 1%; }
  img { width: 150px; height: auto; }
  img.auto {width: auto ; height: auto; }
  blockquote {margin-left: 1%; }
}
