﻿
/* Main CSS Classes */

.linestyle {
    height: 1px;
    margin: 10px 0 10px 0;
    border-top: Dashed 1px #E78F21;
}

.headerlinestyle {
    height: 1px;
    margin: 0;
    background: #EC078D;
}

.smallorangetext {
	text-align: justify;
	font-size: 1em;
	color: #E78F21;
}

.headerpinktext {
    color: #EC078D; /* RGB 231, 143, 33   */
    font-weight: bold;
    font-size: 140%;
    margin:  0;
    padding: 0;
}

.pinktext {
    color: #EC078D; /* RGB   */
    font-weight: normal;
    font-size: 110%;
    margin:  0;
    padding: 0;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.clearfloats {
    clear: both;
}


