/*Fonts*/
body {
    font-size: 14px;
    font-family: Cochin, Georgia, Times, "Times New Roman", Serif; 
}
/* IE only kludge, ugh */

* html body
{
    font-size: 90%;
}

h1 small, h2 small, h3 small {
    font-size: .6em;
}

small.Right {
    font-size: .9em;
}

small {
    font-size: .85em;
}

cite { font-style: normal;}

dd { font-size: 1.1em; }

dt, .Bold {
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
}

.Japanese {
    font-family: Kai, HGSeikaishotaiPRO, Serif;
}

dd.Japanese {
    font-size: 1.2em;
}

.Roman {
    font-style: italic;
}

.Message {
    font-family: Helvetica, Arial, Sans-Serif;
    text-align: center;
    font-weight: bold;
    font-style: italic;
}
#Footer small {
    font: .5em Sans-serif;
}

body > .NoIE {
    display: none;
}
/*.Message:first-letter {font-size: 3em; float: left; color: red; font-family: Sans-serif;}*/