@import url("style_form.css");

a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}

.base:link{
	color: #0066FF;
	text-decoration: none;
}

.base:visited{
	color: #0066FF;
	text-decoration: none;
}

.base:hover{
	color: #FF6600;
	text-decoration: underline;
}

.editing {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
	font-weight : normal;
	line-height : 18px;
	letter-spacing: 1px;
}
.textegris {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #666666;
	letter-spacing: 1px;
}

.chapo {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #003399;
	letter-spacing: 1px;
	line-height: 18px;
}

.baseline {
	font-family : Georgia, Arial, Helvetica, sans-serif;
	font-size : 10px;
	color: #666666;
	font-weight : normal;
	line-height : normal;
	letter-spacing: 1px;
}



