/***********************************************/
/* bb7.css                                     */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html{
	text-align: center; 
	margin: 0px; 
	height: 100%; 
	visibility: visible;

}

body{
	text-align: left; 
	margin: 0px; 
	visibility: visible;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	-ms-text-size-adjust: 14px;
	-webkit-text-size-adjust: 14px; 
	
}

a{ 
	text-decoration: none;
	color: #FFFFFF;
	
}

h1{
	font-size: 28px;
	font-weight: bold;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 8px;

}

h2{
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin: 10px;

}

h3{
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	text-align: left;

}

h4{
	font-size: 10px;
	color: #000000;

}

p{
	font-size: 16px;
	margin: 10px;

}

/************** diverse styles ***************/

iframe{ 
	position: relative;
	width: 480px;
	height: 360px;
	margin: 0px 10px 10px 0px;
	seamless: seamless;
	float: left;
	padding: 0px;

} 

img{ 
	width: 480px;
	height: 360px;
	margin: 0px;
	padding: 0px;
	border: 0px;

} 

table{
	font-size: 14px;
	-ms-text-size-adjust: 14px;
	-webkit-text-size-adjust: 14px;
	width: 480px;
	height: 360px; 
	border: 1px solid white;
	margin: 0px;
	padding: 1px;
	background-color: #5F5967;

}

td{
	padding: 0px;
	padding-left: 20px;
	padding-right: 2px;
	border: 1px solid black;

}

#blk{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 480px;
	height: 360px;
	margin: 0px;
	overflow: hidden;

}

#for{
	position: absolute;
	top: 0px;
	left: 195px;
	width: 265px;
	height: 360px;
	margin: 0px;
	overflow: hidden;

}

#pos{
	position: absolute;
	top: 330px;
	left: 10px;
	margin: 0px

}

#hor{
	position: relative;
	left: 0px;
	top: 0px;
	width: 480px;
	height: 10px;
	margin: 0px;
	border: 0;
	background-color: #000000;
	overflow: hidden;

}

#kad{
	position: relative;
	width: 480px;
	height: 360px;
	margin: 0px 10px 10px 0px;
	float: left;
	padding: 0px;

}

#loc{
	position: relative;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 1px;
	margin: 0px;
	border: 0;
	overflow: hidden;

}



/************** end styles ***************/

