/* css for left nav borders */
.leftnavBorder {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color:white;
	padding-left:5px;
	height:18px;
	
}
.leftnavBorderTitle {
    background-color:#ff3300;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color:white;
	padding-left:2px;
	height:22px;
	
}
.leftnavBorderBottom {
	border: 1px solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color:white;
	padding-left:5px;
	height:18px;
}

.leftnavBorderBottomTitle {
    background-color:#ff3300;
	border: 1px solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	color:white;
	padding-left:2px;
	height:22px;
}

.rightnavBorder {
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	*/
	color:white;
	padding-left:5px;
	height:16px;
	
}

td.menu{
color:white;
}

a.front:link{text-decoration:none;color:white;font-family:Verdana;  font-weight:bold;font-size:8pt}
a.front:hover{text-decoration:none;color:white; font-family:Verdana;  font-weight:bold;font-size:8pt}
a.front:visited{text-decoration:none;color:white; font-family:Verdana;  font-weight:bold;font-size:8pt}
b.fronttitle{text-decoration:none;color:white; font-family:Verdana;  font-weight:bold;font-size:8pt}
