/* Main table borde colors*/
.tblbdrright {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.tblbdrleft {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.tblbdrleftright {
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
    border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
/* nav border colors / effects */
.tblbrddots {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}
.tblbdrdotsleftsolidright {
    border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCCCCC;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}


/* header link effects*/
.headerlink {
	color: #FFFFFF;
	text-decoration: none;
}
.headerlink:hover{
    color: #FFFF00;
	text-decoration: none;
}
/* eye catcher nav*/
.eyenav{
    color: #03329E;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
.eyenav:hover {
     color:#FF0000;
	text-decoration: underline;
}
/* child page nav */
.chnav{
    color: #ffffff;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.chnav:hover {
     color:#FFFF00;
	text-decoration: none;
}
/* main nav link effects*/
.bklink{
    color: #03329E;
	text-decoration: none;
}

.bklink:hover {
	background-color: #03329E;
	color:#FFFFFF;
	height: 32px;
	width: 110px;
}


