body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
	margin: 0px;
}
a:link {
	text-decoration: none;
	color:#F9F9F9;
}
a:visited {
	text-decoration: none;
	color:#FFF;
}
/* This is the code for drop-shadow when hovering over a link*/
a:hover {
	text-decoration: none;
	color:#FFF;
	text-shadow: 3px 3px 8px #2A2A2A;
}
a:active {
	text-decoration: none;
}

.entrance {
	width: 600px;
	margin: 250px auto auto;
	height: 110px;
}
#flash {
	/* [disabled]height: 550px; */
	width: 800px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: -400px;
	margin-bottom: 0px;
	/* [disabled]bottom: 20px; */
	position: absolute;
	left: 50%;
	right: auto;
}

/*#flashCenterTag {
	margin-right: auto;
	margin-left: auto;
}*/


table tr .item {
	background-color: #999;
	font-weight: bold;

}
.item a {
	display: block;
	text-decoration: none;
	color: fff;
}


.page #entrance .center tr td {
	text-align: center;
}
.description {
	font-size: 14px;
	color: #999;
}
.page #logo {
	height: 125px;
	width: 950px;
	position: relative;
	top: 100px;
	background-image: url(images/vbarbosa_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	left: 50%;
	margin-left: -475px;
}

.page #logoEngage {
	height: 50px; /*125px*/
	width: 950px; /*950px*/
	position: relative;
	top: 10px;
	background-image: url(images/vbarbosa_logo_small.png);
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible;
	left: 50%;
	margin-left: -475px;
}
