/* CSS Document */
a.link, a.link:visited, a.link:active {
	padding-left:3px;
	height:15px;
	color: #5e5e5e;
	font-weight:bold;
	font-size: 11px;
	text-decoration: none;
	vertical-align:middle;
}
a.link:hover {
	padding-left:3px;
	height:15px;
	color: #ffffff;
	text-decoration: none;
}
A.copyright, A.copyright:Visited, A.copyright:Active {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : underline;
	color : #cccccc;
}
A.copyright:Hover {
	font-size : 10px;
	font-family : Tahoma, Verdana;
	text-decoration : none;
	color : #cccccc;
}
TD.text {
	font-size: 11px;
	font-family : Tahoma, Verdana;
	color: #606060;
	text-align:justify;
	vertical-align:top;
}
input {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:11px; 
	background-color:#bfcbda; 
	border:#000000 1px solid;
}
select {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#bfcbda; 
	border:#000000 1px solid;
}
textarea {
	font-family: Tahoma, Verdana;
	color:#000000; 
	font-size:9px; 
	background-color:#bfcbda; 
	border:#000000 1px solid;
}