body 
{
    color: 				white;
	background-color: 	#d3c5b7;	//#f29010;

}

@font-face
{
	font-family:	LocalFont;
	src: url(Roboto-Regular.ttf);
}

div 
{
  font-family: LocalFont;
}

	
a:link
{
	font-weight: bold;
	color:#6d472a;
}
a:visited 
{
	color:#6d472a;
}

td 
{
	font-family: 		LocalFont;    
	color: 				#6d472a;
    font-size: 			14px;
	margin:				0;
}

p
{
	margin:				0;
}

#info0,#space
{
	background-color: 	#d3c5b7;
}

#info1,#info2
{

	background-color: 	#d3c5b7;
	font-family: 		LocalFont;   
	color: 				#6d472a;
    font-size: 			14px;
	margin:				0;
	width:				95%
}

#table1
{
	background-color: 	#f29010;
	position:			absolute;
	top:				0%;
	left:				0%;
	height:				100%;
}

#table2
{
	background-color: 	#d3c5b7;
}

#theBK 
{
	position: 			absolute; 
	top: 				0px; 
	left: 				0px; 
	z-index: 			-1;
}

h4
{
	margin:				0px;
	background-color: 	#d3c5b7;
	font-family: 		LocalFont;   
	color: 				#fff;
    font-size: 			14px;
	font-weight:		bold;
}

h3
{
	color:				#6d472a;
	margin:				0px;
	background-color: 	#d3c5b7;
	font-family: 		LocalFont;   
    font-size: 			14px;
	font-weight:		bold;
}



