@charset "UTF-8";
/* CSS Document */

a:link {color: #2C8CC6; text-decoration: none; font-weight:normal}
a:visited {color: #2C8CC6; text-decoration: none; font-weight:normal}
a:hover {color: #999999; text-decoration: none; font-weight:normal}

p {
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	font-weight:normal;
	margin:0;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
}

h1 {
	font-family:Helvetica, Arial, sans-serif;
	font-size:medium;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	margin-top:10px;
	color:#E18C96;
}

hr {
  	border: 0;
  	width: 100%;
  	color: #ececec;
	background-color: #ececec;
	height: 2px;
	margin:0px;
}

li {
	list-style:none;
}