.tableBorder {
	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: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.navOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #C4C4AA;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.underline{

border-bottom:solid 1px #999999;
}
.underline2{

border-bottom:solid 1px #cccccc;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.style1 {color: #FFFFFF}
.style2 {
	color: #A35024;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#sidenav ul
	{
	list-style: none;
	padding: 0px;
	margin: 0;
	text-indent: 4pt;
	xdisplay: inline;
	}
#sidenav ul li
	{
	font: normal small helvetica, arial, sans-serif;
	padding: 4px;	
	}
#sidenav ul li.navon
	{
	background: #eee;
	}
#sidenav ul li.navon a:hover
	{
	color: #990000;
	}
#sidenav ul ul li
	{
	background: #eee;
	border-top: 1px solid #999;
	border-bottom: none;
	}
#sidenav ul li a
	{
	border: 1px solid #ebebeb;
	display: block;
	color: #000;
	text-decoration: none;
	padding: 2px 2px 2px 10px;
	}
#sidenav ul li a:hover
	{
	border: 1px solid #ebebeb;
	background: #F3F3D5;
	}

.padding {
	padding: 5px;
}
a.article:hover{
text-decoration:underline;
colro:#000099
}
a.article:visited, a.article:link{
colro:#000099;
text-decoration:none
}