/*
      Project:  Cruising Cats Columbia River
        Title:  Alternate styles for screen media: Small font size
       Author:  Adam Page, adam@atomdriven.com
      Updated:  2005-03-13
*/

body,
body div,
body p,
body a,
body ul,
body li,
body dd,
body acronym,
body abbr
{
    font-family:     Georgia, Times New Roman, sans-serif;
    font-size:       xx-small;
    voice-family:    "\"}\"";
    voice-family:    inherit;
    font-size:       x-small;
}

html>body,
html>body div,
html>body p,
html>body a,
html>body ul,
html>body li,
html>body dd,
html>body acronym,
html>body abbr
{
    font-size:       x-small;
}

body table *,
body input,
body select,
body textarea
{
    font-family:     Tahoma, Arial, sans-serif;
    font-size:       xx-small;
    voice-family:    "\"}\"";
    voice-family:    inherit;
    font-size:       x-small;
}

html>body table *,
html>body input,
html>body select,
html>body textarea
{
    font-size:       x-small;
}

div#divFooter p,
div#divFooter ul,
div#divFooter li,
div#divFooter a
{
    font-family:     Tahoma, Arial, sans-serif;
    font-size:       xx-small;
    voice-family:    "\"}\"";
    voice-family:    inherit;
    font-size:       x-small;
}

html>body div#divFooter p,
html>body div#divFooter ul,
html>body div#divFooter li,
html>body div#divFooter a
{
    font-size:       x-small;
}

div#divSidebarCustomizeSwitcher ul li#liSwitcherFontSizeSmall   a { background-position:   0px -50px; }
div#divSidebarCustomizeSwitcher ul li#liSwitcherFontSizeNormal  a { background-position: -25px   0px; }
div#divSidebarCustomizeSwitcher ul li#liSwitcherFontSizeLarge   a { background-position: -50px   0px; }

