﻿
#PageTitle {

    padding: 0px 0px 8px 0px;
    color: #0066CC;
    font-size: 1.6rem;
    border-bottom: solid 2px #0066CC;
}

#PageContent {

    line-height: 1.8em
}


.bold-blu {
    color: #00264d;
    font-weight: bold;
}

#PageContent .section-title {

    color: #0066CC;
    font-size: 1.2rem;
}

#PageContent .section-title.dark-blu {
    color: #00264d !important;
}

#PageContent .p-link,
#PageContent a.p-link {
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;
    text-decoration: none;
    cursor: pointer;
}
#PageContent .p-link:hover,
#PageContent a.p-link:hover 
{
    color: #ffffff !important;
    background-color: #00264d;
}


.go-to-top {
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;
    cursor: pointer;
}
.go-to-top:hover 
{
    color: #ffffff !important;
    background-color: #00264d;
}

.icon-pdf,
.icon-pdf:hover
{
    color: #B30B00;
    background-color: #FFFFFF;
}
.icon-24 { font-size: 24px; }
.icon-32 { font-size: 32px; }
.icon-48 { font-size: 48px; }

/*PARTNERS*/
.partners-name
{
    padding: 4px 4px 4px 4px !important;
    color: #00264d;
    background-color: transparent;
    border-radius: 3px 3px 3px 3px !important;

    text-decoration: none;

    display: block;
    cursor: pointer;
}
.partners-name:hover {
    color: #ffffff !important;
    background-color: #00264d;
    text-decoration: none;
}


/*PARTNERS*/