.bvgd_header{

	height: 150px;
}

.bvgd_header .picture_section{

	width: 150px;
	float: left;

}
.bvgd_header .text_section{

	width: 650px;
	float: left;
}



.bvgd_form{

	font-family: 'Helvetica';
}


.medium_bold{

	font-weight: bold;
}

.bvgd_logo{

	width: 150px;
	position: absolute;
	top: 15px;
	left: 650px;
}


.bvgd_name_field{

	margin-top: 60px;
}

.big_bold{

	font-size: 18px;
	font-weight: bold;
}
.name_label{

	float: left;
	margin-right: 5px;
}
.name{

	text-decoration: underline;
}

.text_under_the_line{

	position: relative;
	top: 20px;
	left: -180px;
}






.bvgd_content{

	margin-top: 50px;
}

.big_bold_heading{

	font-size: 16px;
	font-weight: bold;
}
.medium_bold_heading{

	font-size: 14px;
	font-weight: bold;
}
.small_bold_heading{

	font-size: 12px;
	font-weight: bold;
}

.normal_text{

	margin: 0;
	
}
.intro_text{

	margin-top: 50px;
	margin-bottom: 50px;
}

.topic_block{

	padding: 15px;
}

.bvgd_table{

	width: 100%;
	margin-top: 10px;
	border-collapse: collapse;
}
.bvgd_table tr{

	height: 40px;
}
.bvgd_table td{

	border: 1px solid black;
	text-indent: 10px;
}