/* CSS Document */
P { font-family: "Tahoma", arial; font-size: 8pt; font-weight: normal; font-style: normal; color: #707070; text-decoration: none; }
P.red { font-family: "Tahoma", arial; font-size: 10pt; font-weight: normal; font-style: normal; color: #FF0000; text-decoration: none; }
SPAN.red { font-family: "Tahoma", arial; font-size: 10pt; font-weight: normal; font-style: normal; color: #FF0000; text-decoration: none; }
B.red { font-family: "Tahoma", arial; font-size: 14pt; font-weight: bold; font-style: normal; color: #FF0000; text-decoration: none; }
P.redbig { font-family: "Tahoma", arial; font-size: 16pt; font-weight: normal; font-style: normal; color: #FF0000; text-decoration: none; }
A.red { font-family: "Tahoma", arial; font-size: 10pt; font-weight: bold; font-style: normal; color: #FF0000; text-decoration: underline; }
A.red:hover { font-family: "Tahoma", arial; font-size: 10pt; font-weight: bold; font-style: normal; color: #FF0000; text-decoration: underline; }


.unnamed1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;

}

INPUT {
    font-family: "Tahoma", arial; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #707070; 
	text-decoration: none;
	border: 1px solid #707070;
	width:240px;
}
INPUT.form_imie, INPUT.form_email {
    padding-left:2px;
	padding-right:2px;
}
INPUT.form_submit {
	border: 1px solid #707070;
	background-color: #E0FFE0;
}
TEXTAREA {
    font-family: "Tahoma", arial; 
	font-size: 8pt; 
	font-weight: normal; 
	font-style: normal; 
	color: #707070; 
	text-decoration: none;
	border: 1px solid #707070;
	width:240px;
	height:80px;
}
TEXTAREA.form_tresc {
    padding:2px;
}
