/**
 * Body Styles
 */

html, body {
	height              : 100%;
	width               : 100%;
}


.bold {
	font-weight: bold;
}

.top_title{
margin-top:6%;
color:#092664; 
font-size: 37px; 
text-align: center; 
font-family: georgia;
 
}
.text_parent{
padding-left:9%;
width:92%;
margin:0 auto;
}
.middle_text{
color: #3F4C76; 
font-size: 17px; 
 padding-right: 50px !important;
 font-family:serif;
 
 text-align:justify;
}
.text_bottom{
color: #5E71B2; 
font-size: 30px; 
text-align: center; 
font-family: georgia;
padding-top:2%;
 
}
.text_bottom::first-letter {
    font-size: 140%; 
}
.top_title::first-letter {
    font-size: 140%; 
}
.panel {
	background : url(../img/panel.png);		
	border-top: 0 none;
	background-size:100% 100%; 
	padding:5%; 
	padding-top:0px; 
	margin-top: -60px;
	width:84%;
}