/*
    All purples in this section
*/

h1, h2, h3, h4  {
	color: #3F1980;
	font-weight: bold;
}

.bodyTable {
    background-color: #C9B8E6;
}

.topTabTable {
    border-bottom: 5px solid #C9B8E6;
}

.inTableSelect {
    background-color: #F1E8FF;
}

.tint1 {
    color: #8E5CE6;
}

.tint2 {
    color: #AC8AE6;
}

.tint3 {
    color: #C9B8E6;
}

.tinta {
    background-color: #F1E8FF;
}

.tintb {
    background-color: #F7F3FF;
}

.tintc {
    background-color: #FBF8FF;
}

.leftMenuCell {
    width: 110px;
    background-color: #C9B8E6;
    border-right: solid 5px #AC8AE6;
}

.rightContentCell {
    width: 721px;
    background-color: #F1E8FF;
}


