/*
    DEFAULT HTML ELEMENTS
*/

body {
    background-color: rgb(255, 255, 255);
}

h1 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

h2 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
}

h3 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

h4 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

h5 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}

h6 {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
}

ol {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

p {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

ul {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

/*
    GENERAL, FIT-ALL STYLES
*/

.header {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.headerdescription {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.body {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

/*
    GLOBAL STYLES
*/

.copyright {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: italic;
}

.welcomehead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    color: #00007C;
}


/*
    WELCOME PAGE STYLES
*/

.welcomenewshead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.welcomenewsbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.welcomenewsfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

.welcomeupcominghead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.welcomeupcomingbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.welcomeupcomingfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

.welcomespotlighthead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.welcomespotlightbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.welcomenotehead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 12px;
    font-weight: bold;
    font-style: normal;
}

.welcomenotebody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}


.welcomecalendarhead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    
}

.welcomecalendarhead A {
    text-decoration: none;
    color: #fff;    
}

.welcomecalendarhead A:hover {
    text-decoration: underline;
    color: #fff;    
}

.welcomecalendarbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}

.welcomecalendarbody A {
    text-decoration: none;   
}

.welcomecalendarbody A:hover {
    text-decoration: underline; 
}

/*
    NEWSBRIEFS.PHP PAGE
*/

.newshead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.newsbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.newsfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

/*
    UPCOMING.PHP PAGE
*/

.upcominghead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.upcomingbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.upcomingfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

/*
    SPOTLIGHT.PHP PAGE
*/

.spotlighthead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.spotlightbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.spotlightfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

/*
    CALENDAR.PHP PAGE
*/

.calendarhead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.calendarbody {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.calendarfootnote {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
}

/*
    FILE BROWSER STYLES
*/

.filemanhead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 24px;
    font-weight: bold;
    font-style: normal;
}

.filemanlisthead {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

.filemanlistitem {
    font-family: "Monaco", "Courier New", monospace;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.filemanlisthint {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
}

.filemanhint {
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
}