.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */
/**************************************************************************************************************************************************************
*
*		This stylesheet removes any default styles that a browser may associate with a tag such as h1 or p.
*		Should be the first stylesheet to be applied
*
**************************************************************************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */
:focus	{outline: 0;}
body	{line-height: 1;color: black;background: white;}
ol, ul	{list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table				{border-collapse: separate;border-spacing: 0;}
caption, th, td		{text-align: left;font-weight: normal;vertical-align: top;}
blockquote:before, 
blockquote:after,
q:before, q:after	{content: "";}
blockquote, q		{quotes: "" "";}

/******************* MENU ELEMENTS START *******************/
/* This section is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */
ul.MenuNavigation			{position: relative;}
ul.MenuNavigation, 
ul.MenuNavigation ul		{margin: 0;padding: 0;display: block;}
ul.MenuNavigation li		{position: relative;list-style: none;float: left;}
ul.MenuNavigation li a,
ul.MenuNavigation li span	{display: block;text-decoration: none;}
ul.MenuNavigation ul		{position: absolute;visibility: hidden;}

/* Add more rules here if your menus have more than three (3) tiers */
ul.MenuNavigation li:hover ul ul,
ul.MenuNavigation li.AspNet-Menu-Hover ul ul{visibility: hidden;}

/* Add more rules here if your menus have more than three (3) tiers */
ul.MenuNavigation li:hover ul,
ul.MenuNavigation li li:hover ul,
ul.MenuNavigation li li li:hover ul,
ul.MenuNavigation li.AspNet-Menu-Hover ul,
ul.MenuNavigation li li.AspNet-Menu-Hover ul,
ul.MenuNavigation li li li.AspNet-Menu-Hover ul{visibility: visible;}

.AspNet-Menu-Vertical ul.MenuNavigation li{width: 100%;}
/******************* MENU ELEMENTS END *******************/

@media print {
  @page         { margin: 10% }
  H1, H2, H3,
  H4, H5, H6    { page-break-after: avoid; page-break-inside: avoid }
  BLOCKQUOTE, 
  PRE           { page-break-inside: avoid }
  UL, OL, DL    { page-break-before: avoid }
}

@media speech {
  H1, H2, H3, 
  H4, H5, H6    { voice-family: paul, male; stress: 20; richness: 90 }
  H1            { pitch: x-low; pitch-range: 90 }
  H2            { pitch: x-low; pitch-range: 80 }
  H3            { pitch: low; pitch-range: 70 }
  H4            { pitch: medium; pitch-range: 60 }
  H5            { pitch: medium; pitch-range: 50 }
  H6            { pitch: medium; pitch-range: 40 }
  LI, DT, DD    { pitch: medium; richness: 60 }
  DT            { stress: 80 }
  PRE, CODE, TT { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
  EM            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  STRONG        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  DFN           { pitch: high; pitch-range: 60; stress: 60 }
  S, STRIKE     { richness: 0 }
  I             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
  B             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
  U             { richness: 0 }
  A:link        { voice-family: harry, male }
  A:visited     { voice-family: betty, female }
  A:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
h1 {

}

h2 {

}

h3 {

}

h4 {

}

p {

}

.manchet {

}

.PictureRight {

}

.PictureLeft {

}

