table, tr, td, input 	{ 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.title {
	font-size: 16px;
	font-weight: bold;
	color: #99CC33;
}
.titlepurple {
	color: #9E49A1;
	font-weight: bold;
}
.subtitle {
	font-size: 12px;
	font-weight: bold;
	color: #66BC46;
}

.bold 	{ 
	font-weight: bold;
	font-family: Arial;
	font-size: 12px;
}

.smalltext 	{ 
	font-family: Arial;
	font-size: 10px;
}

.error { color: Red;  font-weight: bold;  }

a { font-weight: bold;  text-decoration: underline;  color: #990033;   }
a:hover { font-weight: bold;  text-decoration: underline;  color: #990099;   }
.note {
	color: #339966;
	font-size: 12px;
	font-weight: bold;
}
.italique {
	font-size: 12px;
	font-style: italic;
}
