/*-----------------------------------------------*/
/*----------------- MAIN DIV --------------------*/
/*-----------------------------------------------*/
.clsMain, .clsMain4Print
{
    background-color: White;
    background-image: url("../../public/ripple.gif");
    background-position:  right bottom;
    background-repeat: no-repeat;
}

.clsMain4Print
{
	background-color: White;
}

/*-----------------------------------------------*/
/*------------- 3RD LEVEL NAVIGATION ------------*/
/*-----------------------------------------------*/

.cls3rdNavLevel
{
    background-color: #FFFFFF;
}

.cls3rdNavLevelItemsOff a, .cls3rdNavLevelItems a
{
    color: White;
}

.cls3rdNavLevelItemsOff a:hover, .cls3rdNavLevelItems a:hover
{
    color: #001F37;
}

.cls3rdNavLevelItemsOn a
{
    color: #001F37;
}

.clsDHTMLNavItem, .clsDHTMLNavItem a
{
	font-size: 10px;
	font-family: Arial;
	color: #001b33;
}

.clsDHTMLNavItem a:hover
{
	color: #0098db;
}
