.disclaimer {
	border : thin dashed Black;
	background-color : White;
	font-family : "Courier New", Courier, monospace;
	font-size : 80%;
	width : 75%;
	text-align: center;
	clip : inherit;
}

.codesnippet {
	background-color : White;
	border-width : 10px;
	color : Black;
	border : 1px solid Black;
	margin : 5px;
	padding : 5px;
}


.crumbtrail {
	position : absolute;
	top: 65px;
	left: 140px;
	padding-top : 5px;
    z-index : 100;
}

.menubar  {
	position : absolute;
	top: 100px;
	left: 15px;
	width: 110px;
	border : 1px solid ;
	padding-left : 5px;
	padding-top : 5px;
	padding-bottom : 20px;
	color : inherit;
	background-color : #D8D9F6;
}

.banner {
	position : absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 92px;
	font-family : "Courier New", Courier, monospace;
	color: Black;
	font-size : 0.9em;
	background-image : url(../images/bearings.jpg);
	background-color : transparent;
}

.content {
	position : absolute;
	top:100px;
	left: 130px;
	width: 550px;
	padding-left : 5px;
	padding-top : 5px;

}


	A.menu  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-weight : bold;
		color : #936FC9;
		text-decoration : none;    
    	background-color : transparent;		
	}	

	A.menu:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-weight : bold;
		color : #B8A0DC;
		text-decoration : none;    
		background-color : transparent;
	}	

	A  {
	font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-weight : bold;
  font-size : 1.0em;
	color :#936FC9;
	text-decoration : none;
	background-color : transparent;
}	

	A:hover  {
		font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
		font-weight : bold;
		color : #B8A0DC;
		text-decoration : none;    
		background-color : transparent;		
	}	
			
  Body{
	font-family : Verdana, Arial, Helvetica, sans-serif, Geneva;
	font-size : 0.9em;
	font-weight : normal;
	text-decoration : none;
	color : #8787A8;
	background-color : #DEDEE8;
}

			
  td, th{
	font-size : 0.8em;
	color : inherit;
	background-color : #ffffff;
}

h1{
	font-size : 1.2em;
	font-weight : bold;
}
h2{
	font-size : 1.1em;
	font-weight : bold;
}
h3{
	font-size : 1.0em;
	font-weight : bold;
}
