@charset "utf-8";




* {

	margin: 10;

	padding: 10;

}



body {

	background: #FFFFFF;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 13px;

	color: #4A5157;

}


/*
h1, h2, h3 {

	text-transform: lowercase;

	color: #292929;

}
*/


h1 {

	letter-spacing: -1px;

	font-size: 30px;

}



h2 {

	font-size: 24px;

	color: #292929;

}



h3 {

	font-size: 13px;

	color: #292929;

}



p, ul, ol {

	margin-bottom: 1em;
	
	margin-left: 1em;
	
	margin-right: 1em;

	text-align: justify;

	line-height: 120%;

}



p {

}



ul {

}



ol {

}



a {

	color: #aa1d4f;

}



a:hover {

	text-decoration: none;

}



img {

	border: none;

}



hr {

	display: none;

}

img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto; }


#center {

}

#center h1{

	text-align: center;
	
	
}

#center h2{

	text-align: center;
}


#center p {
	
	text-align: center

}


