.maintext{
font: normal 12pt 'Corbel';
color: black;
text-align: justify;
}

.redtext{
font: normal 12pt 'Corbel';
color: red;
}


.bluetext{
font: normal 12pt 'Corbel';
color: slateblue;
}


.smalltext{
font: normal 11pt 'Corbel';
color: black;
text-align: justify;
}

.redtextsmall{
font: normal 11pt 'Corbel';
color: red;
}

.greytextsmall{
font: normal 11pt 'Corbel';
color: dimgray;
}

.orangetextsmall{
font: normal 11pt 'Corbel';
color: darkorange;
}

.bluetextsmall{
font: normal 11pt 'Corbel';
color: slateblue;
}


.bluetextbold{
font: bold 12pt 'Corbel';
color: slateblue;
}


.pagehead{
font: normal 17pt 'Corbel';
color: dimgray;
}


a:link {color: red; text-decoration: none; }
a:visited {color: red; text-decoration: none; }
a:hover {color: slateblue; text-decoration: none; }
a:active {color: slateblue; text-decoration: none; }

.secondary a:link {color: black; text-decoration: none;}
.secondary a:visited{color: black; text-decoration: none;}
.secondary a:hover {color: darkorange; text-decoration: underline; letter-spacing: 0px; }
.secondary a:active {color: darkorange; text-decoration: underline; letter-spacing: 0px; }

.tertiary a:link {color: darkgreen; text-decoration: none;}
.tertiary a:visited{color: darkgreen; text-decoration: none;}
.tertiary a:hover {color: darkorange; text-decoration: underline; letter-spacing: 0px; }
.tertiary a:active {color: darkorange; text-decoration: underline; letter-spacing: 0px; }

.quaternary a:link {color: slateblue; text-decoration: none;}
.quaternary a:visited{color: slateblue; text-decoration: none;}
.quaternary a:hover {color: darkorange; text-decoration: none;}
.quaternary a:active {color: darkorange; text-decoration: none;}

.five a:link {color: darkgrey; text-decoration: none;}
.five a:visited{color: darkgrey; text-decoration: none;}
.five a:hover {color: darkorange; text-decoration: none;}
.five a:active {color: darkorange; text-decoration: none;}
