TD {
	font-family:verdana;
	font-size:10pt;
}
A:link {
	color:brown;
	text-decoration:none;
}
A:visited {
	color:brown;
	text-decoration:none;
}
A:hover {
	color:orange;
	text-decoration:none;
}
.l TD {
	color:white;
	text-align:right;
	padding-bottom:10px;
	padding-right:5px;
}
.l A:link {
	color:white;
	text-decoration:none;
}
.l A:visited {
	color:white;
	text-decoration:none;
}
.l A:hover {
	color:orange;
	text-decoration:none;
}
#con {
	border-top:orange 3 solid;
	border-bottom:orange 3 solid;	
	padding:5;
	background-color:#eef3aa;
	font-variant:small-caps;
	font-size:8pt;
	text-align:center;
}
B,STRONG {
	color:brown;
	font-size:10pt;
}
.tbl_header TD {
	color:white;
	background-color:orange;
	text-align:center;
	font-weight:800;
}
INPUT,BUTTON,TEXTAREA {
	color:brown;
	background-color:eef3aa;
	font-size:8pt;	
}