a
{
	text-decoration: none;
	color: #004280;
}

a:hover
{
	text-decoration: none;
	color: #FF3333;
}

.border_box, .centered_border_box
{
	margin-bottom: 20px;
	border: 1px solid black;
	width: 100%;
}

.centered_content, .centered_border_box
{
	text-align:center;
	margin: 0px;
}

.horizontal_separator
{
	width: 80%;
}

.indented_paragraph
{
	text-indent: 20px;
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

.centered_table, .centered_content
{
	margin: auto;
}

.right_content
{
	text-align: right;
}

.left_content, .bottom_content, .top_content
{
	text-align: left;
}

.bottom_content
{
	vertical-align: bottom;
}

.top_content
{
	vertical-align: top;
}

.red_text
{
	color: red;
}

.bold_legend
{
	font-weight: bold;
	font-size: 20px;
}

.thumb
{
	margin-right: 3px;
}

.optional_informations
{
	overflow:visible;
	display:none;
}