
a:link, a:active, a:visited {
    color: #4B83B1;
    font-size : 12; 
    Font-Family: Arial;
    text-decoration: none;
}

a:hover {
    color: #0063B5;
    font-size : 12; 
    Font-Family: Arial; 
    text-decoration: underline;
}

FONT {
    color: #000000;
    Font-Family: Arial;
    font-size : 12; 
}

.headings {
    text-align: center;
    color: #000000;
    Font-Family: Arial;
    font-size : 16; 
    font-weight: bold;
}

.headings_smaller {
    text-align: center;
    color: #000000;
    Font-Family: Arial;
    font-size : 14; 
    font-weight: bold;
}

.content {
    color: #000000;
    Font-Family: Arial;
    font-size : 12; 
}

.inactive_content {
    color: #333333;
    Font-Family: Arial;
    font-size : 12; 
    font-style: italic
}

.small {
    color: #000000;
    Font-Family: Arial;
    font-size : 10; 
}

.printonly{
	display:none;
}