/*FUNNEL SPECIFIC*/
.cal-legend { background-color:#999; }
.cal-frame { background-color:#000; }
.cal-off { background-color:#ccc; }
.cal-on { background-color:#fff; }
.cal-hilite { background-color:#fc9; }
.cal-entry { font-size:0.75em; line-height:1em}
.cal-body { background-color:#e6eef6; }

.footnote { font-size:0.8em; line-height:1.15em}
#cellshade {background-color:#FFF;}


/*

=================ELEMENT DEFIFNITONS====================

*/

/*BODY*/
body
{
	display: block;
	padding: 0px 0px 0px 0px;
	margin:5px 0px 0px 0px;
	background-color:#EEF7DF;
	border:none;
	color:#C60;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:78%; 
	line-height: 1.15em; 
}

/*global font-size definiton*/
body * {font-size:1em;}

/*headers*/
h1,h2,h3,h4,h5,h6{
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	background:transparent;
	line-height:normal;
}

h1{font-size: 2em;}
h2{font-size: 1.5em;}
h3{font-size: 1.25em;}
h4{font-size: 1em;}
h5{font-size: .88em;}
h6{font-size: .75em;}

/*Links*/
a, a:link, a:visited{

}
a:hover, a:active{

}

/*Text Modifiers*/
p{margin:10px 0px;}

caption{text-align:center; font-size:0.9em;}

blockquote{margin:10px 40px;}

em, address{font-style:italic;}

/*Other Elements*/

pre, tt, code,
kbd, samp{
	font-family:monospace;
}

pre{
	white-space:pre;
}

big{
	font-size:1.17em;
}

small, sub, sup{
	font-size:.83em;
}

sub{
	vertical-align:sub;
}

sup{
	vertical-align:super;
}

s, strike, del{
	text-decoration:line-through;
}

hr{
	border:1px inset;
}

ol{
	list-style-type:decimal;
}

ol ul, ul ol,
ul ul, ol ol{
	margin-top:0px;
	margin-bottom:0px;
}

u, ins{
	text-decoration: underline;
}

center{
	text-align: center;
}



/* An example of style for HTML 4.0's ABBR/ACRONYM elements */

abbr, acronym   { font-variant: small-caps; letter-spacing: 0.1em }
:focus          { outline: thin dotted invert }



@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 }
}
