﻿body
{
    font-family: "Trebuchet MS","Segoe UI", Verdana;
}

.cr-button
{
    text-decoration:none !important;
    padding: .4em 1em .4em 1em;
    cursor: pointer;
    text-align: center;
    margin: 0 4px 0 0;
    font-weight:bold;
    outline: 0;
}

.pageFooter
{
    font-size: .8em;
    text-align: right;
}

p
{
    font-family: "Trebuchet MS","Segoe UI", Verdana;
}

/*--------- Top Menu ------------*/
#topMenu 
{
    text-align:right;
    margin-top:104px;   
}

#topMenu li 
{ 
    display:inline;list-style:none; 
    font-family: Trebuchet MS, Tahoma;
    font-weight:bold;
    margin-right:3em;
}

#topMenu a
{
    text-decoration:none;
    color:Black;
}

#topMenu li a:hover
{
    text-decoration:underline;
}
