/* 
    Document   : main
    Created on : 01-Sep-2010, 01:05:08
    Author     : Diogo Neves
    Description:
        Purpose of the stylesheet follows.
*/

body {
	font-family: Verdana, lucida, arial;
	height: 100%
}
p {
	text-align: justify;
	font-size: 14px;
	line-height: 1.5em;
	color:white
}
hr {
	color: white;
	border: 1px thin solid white;
	border-top: 1px;
	border-top-color: white;
	border-bottom: 0px;
	width: 80%;
	height: 1px;
	background-color: white;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px
}
.logo {
	position: inherit;
	text-align: center;
	height: 200px;
	width: 402px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 10px
}
.profilepic {
	width: 100px;
	height: 106px;
	display: inline;
	float: left;
	margin-right: 20px;
}
.content {
	padding: 0px;
}
.footer {
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	margin-top: 5px;
	margin-bottom: 15px;
	color: white
}
.footerp
{
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 200;
	margin-top: 5px;
	margin-bottom: 15px;
	color: #49a7f6
}
.link {
	color: white
}

.linkp {
	color: #49a7f6
}