body, td {
    font-family: arial;
}

a {
    font-weight: bold;
	text-decoration: underline;
	color: #9B3737; 
}

a:active {
	color: #9B3737; 
}

a:hover {
	color: #CC2525; 
}

th {
	font-weight: bold;
	font-family: arial;
	font-size: 11px;
}

.form_table {
	width: 100%;
}

.form_submit_table {
	width: 100%;
}

.form_title {
	font-weight: bold;
	font-family: arial;
	font-size: 11px;		
	background-color: #C3C6D1;
}

.form_input {
	font-family: arial;
	font-size: 11px;
	text-align: left;	
	background-color: #E0E1E6;
}

.text_extra {
	font-size: 9px;
}

.succes_message {
	font-weight: bold;
	color: #71B717;
}