/***********************************************/
/* biant2.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: 16px;
	text-decoration: none;
	color: #000000;
	-ms-text-size-adjust: 16px;
	-webkit-text-size-adjust: 16px; 

}

a{ 
	color: #000000;

}

h1, h2, h3, h4 {line-height: 1em;}

h1{
	font-size: 24px;
	font-weight: bold;
	margin: 10px;
	text-align: center;

}

h2{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 20px;
	
}

h3{
	font-size: 18px;
	margin: 0px;

}

p{
	margin: 16px;

}

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

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

} 

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

} 

table{
	font-size: 16px;
	-ms-text-size-adjust: 16px;
	-webkit-text-size-adjust: 16px;
	margin: 0px;
	padding: 2px;
	background-color: #ffe0cc;
	border-collapse: collapse;
	border: 3px solid #ffe0cc;

}

tr{
	background-color: #ffe0cc;

}

td{
	padding: 0px 8px 0px 8px;
	cell-spacing: 0px;
}

textarea{
	background-color: #ffffff;
	padding: 0px 8px 0px 8px;
 	color: #000000;

}

input{
	background-color: #ffffff; 
	color: #000000;

}

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

}

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