body {
	margin:0px;
}

table {
	font-family: Verdana, Arial;
	font-weight: 100;
	font-size: 9pt;
}

.myBg{
	background-color:#fff;
	background-image: URL(./images/bg.jpg);
	background-repeat: no-repeat;
	visibility: visible;
	z-index: 1;
}

a:link, a:active, a:visited{
	border:0;
	text-decoration: underline;
	color: #000;
}

a:hover{
	border:0;
	text-decoration: underline;
	color: #444;
}


.outer{
	background-color:#fff;
	border-style: solid;
	border-width: 5px;
	border-color: #BBB;	
}

.categories{
	border-style: solid;
	border-width: 5px;
	border-color: #BBB;
	border-top: 0px;
	border-left: 0px;
	border-bottom: 0px;
}

.bottom{
	border-style: solid;
	border-width: 3px;
	border-color: #BBB;
	
}

P {	padding:5px;

}

.cssnav{
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: #BBB;
	white-space: nowrap;
	display: block;
	width: 700px;
	height: 20px;
	margin: 0;
	padding: 2;
	font-weight: 800;
}

.cssnav a{
	display: block;
	color: #000000;
	font-size: 10pt;
	height: 20px;
	display: block;
	float: right;
	color: black;
	
}

img{
	border:0px;
} 


* html a:hover{
	visibility:visible
}

.cssnav a:hover{
	background: #DDD;
}

.cssnav span{
	position: relative;
	left: 0px;
	top: 4px;
	margin: 0px;
	padding: 15px;
	cursor: pointer;
}