.td_margin {
	padding: 10px;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #B06010;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.table_border {
	border: medium solid #BBAF7D;
}
a {
	color: #525222;
	text-decoration:none;
	font-weight: bold;
}
a:hover {
	color: #000000;
	text-decoration:underline;
	font-weight: bold;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.error-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: red;
	margin-bottom: 20px;
	text-align:center;
	}
	
	.success-message {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 13px;
	border: 1px solid #C3CFDB;
	padding: 10px;
	font-weight: normal;
	background-color: green;
	margin-bottom: 20px;
	text-align:center;
	}


textarea.big {
  font-size: 12px;
  font-weight: normal;
  padding: 5px;
  margin-bottom: 7px;
}
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
