/************************************
************ GLOBALS *****************
************************************/
* {margin: 0;padding: 0;}

body {
	font-size: 12px;
	line-height: 120%;
	color: #000;
	background: #FFF;
}

body,
textarea {font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;}

h2 {
	font-size: 15px;
}

a:link,
a:active,
a:visited {
	outline: 0;
	text-decoration: underline;
	color: #600057;}
a:hover {color: #000;}

a img { border: none; }

img {}

p {
	line-height: 200%;
	margin-top: 10px;
	text-align: justify;
	text-indent: 0;}

em {
	font-style: normal;
	border-bottom: 1px dotted #555;
}

ul li{list-style:none;list-style-type:none;list-style-position:outside;}

.left {float: left;}
.right {float: right;}
.clear:after {content:".";display:block;height:1px;clear:both;visibility:hidden;}



#logo {
	display: block;
	margin: 15% auto 50px auto;
	width: 250px;
	height: 250px;
	text-indent: -7000px;
	background: url('../img/logo.png') no-repeat;
}




