@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* Report */
body{

}

a {
    color: #1e9bbf;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #1e9bbf;
	text-decoration:none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}


#report{
	width:80%;
	min-height:100%;
	margin:auto;
	background-position: center center;
	background:#FFFFFF;
	padding-top:50px;
	padding-bottom:70px;
	line-height:1.8;
}

#report #info{
	width:90%;
	margin:auto;
	padding-top:20px;
	font-size: 14px;
	line-height: 2.5;
	letter-spacing: 1.1px;	
	padding-bottom:10px;
}


.title1 {
	text-align: center;
	margin-top:0px;
	font-size: 28px;
	line-height: 2.5;


}

.title2 {
	text-align: center;
	margin-top:30px;
	font-size: 18px;
	line-height: 2.5;

}

.title3 {
	text-align: center;
	margin-top:30px;
	margin-bottom:30px;
	font-size: 15px;
	color:#FFFFFF;
	line-height: 2.5;
	background-color:#1e9bbf;

}

.title4 {
	margin-top:20px;
	margin-bottom:20px;
	font-size: 15px;
	line-height: 2;
	color:#1e9bbf;


}

hr.dot {
border-width: 4px 0px 0px 0px;
border-style: dotted;
border-color: #333333;
height: 1px;
}
}
