.MainTitle {
    font-size: 18px;
}

mediumText {
    font-size: 14px;
}

a.redLink {
    font-size: 18px;
    color: red;
}


/* searchbox style and positioning */
.portal-searchbox2 {
position: absolute;
top: 45px;
left: 1.5em;
background-color: transparent;
margin: 0;
padding: 0;
text-align: right;
width: 50%;
white-space: nowrap;
z-index: 2;
}
