/* CSS Document */
body {
	margin: 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #6666CC;
	}

/* images */
.imgleft {
	float: left;
	}
.imgright {
	float: right;
	margin-right: 10px;
	}


/* ---  links  --- */

a:link {
	color: #006699;
	text-decoration: underline;
	}
a:visited {
	color: #8EA4C2;
	text-decoration: underline;
	}
a:hover {
	color: #993333;
	text-decoration: none;
	}
/* ----{ special styles }-------------------*/
.small {
	color: #6666CC;
	font-size:10px;
	}

/* ---[ common elements ]--------------------- */

p {
	margin: 1em;
	padding: 0;
	line-height: 130%;
	}
p img{
	float:left
	}
h1 {
	font-family: Verdana, sans-serif;
	font-size: 200%;
	font-weight: normal;
	padding: 0;
	margin: 1em;
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 150%;
	font-weight: normal;
	padding: 0;
	margin: 1em;
	}
h4 {
	margin: 1.5em 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 110%;
	font-weight: normal;
	color: #333;
	}
h5 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #333;
	}
h6 {
	margin: 1.5em 0 0 1em;
	font-family: Verdana, sans-serif;
	font-size: 88%;
	font-weight: bold;
	color: #333;
	}
blockquote {
	font-size: 88%;
	line-height: 1.5em;
	color: #333;
	padding-left: 23px;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #999;
	}
ins {
	text-decoration: none;
	font-style: italic;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}
hr {
	color:#C298AC;
	}
.imgnone {
	float: none;
	text-align: center;
}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 130%;
	font-weight: bold;
	padding: 0;
	margin: 1em;
	color: #934D71;
}
