/* Erro do Flash */

*{
	margin:0;
	border:0;
	padding:0;
}

body{
	font-size:16px;
	font-family:Tahoma;
}

a{
	color:#06295c;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	text-decoration:underline;
	color:#1a4584;
}

h1{
	color:#1f4b8a;
	font-family:Arial;
	letter-spacing:-2px;
	width:770px;
	margin:0 auto;
	text-align:right;
}

.hr{
	border-bottom:8px solid #06295c;
}

.all-wrapper{
	margin:150px auto 0 auto;
}

.content-wrapper{
	border:2px solid #EEE;
	border-top:none;
	background:url(../Imgs/Manager/LogoFlash.jpg) no-repeat right top;
	height:200px;
	width:770px;
	text-align:left;
}

.left{
	float:left;
	width:20%;
	padding:0px 20px 0 40px;
}

.right{
	float:right;
	width:55%;
	padding:40px 20px 0 20px;
}

.right p{
	margin:10px 0;
}