@charset "UTF-8";
/* CSS Document */
.navTable{
	border: 1px solid #454446;
}

th{
	background-image: url(../sideNavImages/navSideHeader.gif);
	background-repeat: repeat-x;
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	padding-left:15px;
	height:26px;
	color:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #454446;
	border-bottom-color: #454446;
	font-weight: bold;
}

td.sideHeader{
	background-image: url(../sideNavImages/navSideHeader.gif);
	background-repeat: repeat-x;
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	padding-left:15px;
	height:26px;
	color:#000000;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #454446;
	border-bottom-color: #454446;
	font-weight: bold;
}

td.sideHeader a:link, td.sideHeader a:visited{
	font: Lucida Sans Unicode;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration:none;
}

td.sideHeader a:hover, td.sideHeader a:active {
	font: Lucida Sans Unicode;
	font-size: 12px;
	color:#000000;
	font-weight: bold;
	text-decoration:underline;
}

td.sideNormal{
	background-image: url(../sideNavImages/navSideNormal.gif);
	background-repeat: repeat-x;
	background-color: #d5d7d8;
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	padding-left:15px;
	height:20px;
	color:#454446;
}

td.sideHover{
	background-image: url(../sideNavImages/navSideRollOver.gif);
	background-repeat: repeat-x;
	background-color: #87c0d7;
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	padding-left:15px;
	height:20px;
	color:#454446;
	text-decoration: underline;
}

a:link, a:visited{
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	color:#454446;
	text-decoration: none;
}

a:hover, a:active{
	font: Lucida Sans Unicode;
	font-size: 12px;
	vertical-align: middle;
	text-align:left;
	color:#454446;
	text-decoration: none;
}
