body {
	font-style : normal;
	font-weight : normal;
	font-size : 70%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;

}

img {
	border: none;
}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 250%;
	font-family: century gothic, arial;
	font-weight: normal;
	color: #990000;
	font-style: normal;
	text-transform: lowercase;
}

h2 {
	margin: 5px 0px 20px 0px;
	font-family: century gothic, arial;
	font-size: 150%;
	font-weight : bold;
	color:#333333;
	font-style: normal;
}

h3 {
	margin: 5px 0px 7px 0px;
	font-family: arial;
	font-size: 100%;
	font-weight : bold;
	color:#990000;
	font-style: normal;
}

p {
	line-height: 180%;
	font-family: Arial, Helvetica, sans-serif;
}


li {
	line-height: 150%;
}


/*-----------------------------------------------------------------*/

hr {
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #FFFFFF;
	border-left: 1px dotted #FFFFFF;
	border-right: 1px dotted #FFFFFF;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 100%;
	text-align: left;
}


/*-----------------------------------------------------------------*/

a {
	text-decoration: underline;
	color: #990000;
}

a:hover {
	text-decoration: none;
	color: #990000;
}

a:visited {
	color: #660000;
}
