body {
	font-style : normal;
	font-weight : normal;
	font-size : 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	line-height: 150%;
}

img {
	border: none;
}

h1 {
	font-size: 200%;
	font-family: arial;
	font-weight: bold;
	color: #666666;
	font-style: normal;
	line-height: 150%;
}

h2 {
	font-family: arial;
	font-size: 120%;
	font-weight : bold;
	color: #666666;
	font-style: normal;
	line-height: 150%;
}

h3 {
	font-family: arial;
	font-size: 110%;
	font-weight : bold;
	color: #e70095;
	font-style: normal;
	line-height: 150%;
}


/*-----------------------------------------------------------------*/

ul {

	list-style-type: solid;
	color : #666666;
	line-height: 150%;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #f0f0f0;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #e70095;
}

a:hover {
	text-decoration: none;
}
