	
a.coverPagenav:link {
	font-size: 14px;
	font-weight: bold;
	color:#3C3C3C;
	text-decoration:none;
	}
	
a.coverPagenav:visited {
	font-size: 14px;
	font-weight: bold;
	color:#3C3C3C;
	text-decoration:none;
	}
a.coverPagenav:hover{
	font-size: 14px;
	font-weight: bold;
	color:#FFFF00;
	text-decoration:none;
	
	}

.coverPgBg{	
	background-image: url('../images/bg.png');
    background-repeat: no-repeat;
  }
	
.lefNavbg{
	background-image: url('../images/leftNav.png');
	background-repeat: no-repeat;
	background-position: center; 

}

.leftOutline{
	BORDER-LEFT: windowtext 1pt solid;
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: medium none;
			}
.rightOutline{
	BORDER-LEFT: medium none;
	BORDER-RIGHT: windowtext 1pt solid;
	BORDER-TOP: medium none;
	BORDER-BOTTOM: medium none;
			}		