<!--

body {
	margin:0;
	padding:20px;
	background-color:#FFFFFF;
	font-family:"Trebuchet MS";
	font-size:12px;
	color:#000;
}
/*
html{
 overflow: -moz-scrollbars-vertical;
}
*/
.style1 {
	color: #000;
	font-family: "Trebuchet MS";
	font-size: 12px;
}

.input{
	border:1px #000000 solid;
	background: #ffffff;
	color:#FFF;
	font:"Trebuchet MS";
	font-size:12px;
	color:#000000;	
	/*width:99%;*/
	margin-bottom:5px;
}

textarea{
	border:1px #000000 solid;
	background: #ffffff;
	color:#000000;
	font:"Trebuchet MS";
	font-size:12px;
	width:99%;
}

#tb_agenda{
	width:591px;
	font-family:Arial;
	font-size:10px;
	/*font-weight:bold;*/
}
#tb_agenda td{margin-bottom:5px;}

a{color:#000;}

b{font-weight:bold;}

-->