body {
	font-style : normal;
	font-weight : normal;
	font-size : 75%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}

p {
	line-height: 180%;
}

img {
	border: none;
}

h1 {
	font-size: 160%;
	font-family: century gothic, arial;
	font-weight: bold;
	color: #5a5099;
	font-style: normal;
}

h2 {
	font-family: century gothic, arial;
	font-size: 120%;
	font-weight : bold;
	color:#5a5099;
	font-style: normal;
}

h3 {
	font-family: century gothic, arial;
	font-size: 110%;
	font-weight : bold;
	color:#666666;
	font-style: normal;
}


/*-----------------------------------------------------------------*/

ul {

	list-style-type: square;
	text-indent: 0px;
	color : #000000;
	line-height: 150%;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #993399;
}

a:hover {
	text-decoration: none;
}
