/*
This is to avoid sites being unreadable when the smallest font size is selected in ie.
full explanation of why the fonts are like this:http://diveintoaccessibility.org/day_26_using_relative_font_sizes.html*/

body,td,p,blockquote,li,.menu,.rootcaption,
#homeContentContainer td
{
	font-size: 12px
}


/*/*/a{}
body,
body td,
body th,
body p,
body blockquote,
body li,
body .menu,
body .breadcrumb
 {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
body h1{
	font-size: 135%;
}
body h2{
	font-size: 120%;
}
body h3{
	font-size: 110%;
}



html>body,
html>body td,
html>body th,
html>body p,
html>body blockquote,
html>body li,
html>body .menu,
html>body .breadcrumb

{
  font-size: small;
}  



/* */


.copyright{
	font-size:smaller;
}