/* GENERAL STYLES */


/* EDITOR PROPERTIES */
.HeaderBlack {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17pt;
color: #000000;
line-height: 19.2pt;
}

.HeaderGrey {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17pt;
color: #666666;
line-height: 19.2pt;
}

.HeaderRed {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 17pt;
color: #cc0000;
line-height: 19.2pt;
}

.LargerBlack {
font-size: 1.2em;
color: #000000;
}

.LargerGrey {
font-size: 1.2em;
color: #666666;
}

.LargerRed {
font-size: 1.2em;
color: #cc0000;
}

.NormalBlack {
font-size: normal;
color: #000000;
}

.NormalGrey {
font-size: normal;
color: #666666;
}

.NormalRed {
font-size: normal;
color: #cc0000;
}

.SmallerBlack {
font-size: smaller;
color: #000000;
}

.SmallerGrey {
font-size: smaller;
color: #666666;
}

.SmallerRed {
font-size: smaller;
color: #cc0000;
}

