.show {

}

.hide{
	display:none;
}  

html, body {
	margin: 0px;
	padding: 0px;

}


body, table, td, li, ul, span, div {
	font-family: arial,verdana,sans-serif;
	font-size: 12px;
	color: #000000;
	
}

p {
	padding: 0px;
	padding-left: 0px;
	margin: 0px;
	margin-bottom: 10px;
}

a, a:hover {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}


li{
	/* list-style-image:url(Images/bullet.gif); */
	padding-bottom:3px;
	margin-left:1px;
}
ul{
	margin-left:0;
	padding-left:15px;
	margin-top:7px;
	padding-top:0;
}


a img{
	border:none;
}



a.nav-link:hover {
	text-decoration:none;
}
a.nav-link {
	font-weight:normal;
}
a.nav-link-on:hover {
	text-decoration:none;
}
a.nav-link-on {
	font-weight:bold;
}

