/* CSS Document */

.pagetitle
{
font-size:24px;
font-weight:bold;
}

.subpagetitle
{
font-size:20px;
font-weight:bold;
}

.sectiontitle
{
font-size:18px;
font-weight:bold;
font-style:italic;

}

.emphasis
{
font-weight:bold;
color:#990000;
}

body
{
    font:Gigi, Arial, Comic MS Sans;
}

#search_help
{
        float:right;
        padding:5px;
        font-size:10px;
}
