/*
    All blues in this section
*/

body {
	color: #003333;
}

h1, h2, h3, h4  {
	color: #195D80;
	font-weight: bold;
}

.bodyTable {
    background-color: #B8D7E6;
}

.topTabTable {
    border-bottom: 5px solid #B8D7E6;
}

.inTableSelect {
    background-color: #E8F8FF;
}

.tint1 {
    color: #5CB8E6;
}

.tint2 {
    color: #8AC7E6;
}

.tint3 {
    color: #B8D7E6;
}

.tinta {
    background-color: #E8F8FF;
}

.tintb {
    background-color: #F3FBFF;
}

.tintc {
    background-color: #F8FDFF;
}

.leftMenuCell {
    width: 110px;
    background-color: #B8D7E6;
    border-right: solid 5px #8AC7E6;
}

.rightContentCell {
    width: 721px;
    background-color: #E8F8FF;
}

