/* titlebar (used in et10page::pageHead) */
.et10-titlebar {
        background-color: #E0E0E0;
        border-color: #000000;
        border: 2px solid;
}

.et10-title {
	color: #000000;
	font-size: 125%;
	font-weight: bold;
}



/* old */
A:link, A:visited, A:active {
        color: #333366;         
}

A:hover { 
        color: #336666; 
}

BODY { 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt;
        background-color: #F4F4F4;
        color: #000000;
}


TD, P { 
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10pt; 
        color: #000000;
}

.rowt {
        background-color: #D9E5D9;
}

.row1 {
        background-color: #EEEEEE;
}

.row2 {
        background-color: #E0E0E0;
}


