body {
	background-color: #A4A6C9;
	margin-top: 0px;
	padding-top: 0px;
}
h1 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 16px;
	font-weight : bold;
	line-height : 16px;
	font-style: normal;
	background-color: #A4A6C9;
}
h2 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	font-weight: bolder;
	font-style: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4A6C9;
}
h3 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	margin-left: 20px;
}
h5 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
}
h6 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 9px;
	font-weight: bold;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:17px;
	margin-left: 10px;
	margin-right: 10px;
}
blockquote {
	margin-left : 160px;
}
a {
	text-decoration: underline;
	color: #5577FF;	
	font-weight: bold;
}
a:link {
	text-decoration : underline;
	color: #9C9EBF;
	font-weight: bold;
}
a:active {
	text-decoration : underline;
	color: #9C9EBF;
	font-weight: bold;
}
a:visited {
	text-decoration : underline;
	color: #9C9EBF;
	font-weight: bold;
}
a:hover {
	text-decoration : underline;
	color: #CC0033;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.boldshout {
	font-weight: bold;
	color:#CC0033;
}
li {
	list-style-position: outside;
	list-style: square;
	line-height: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img.floatRight {
	float: right;
	margin: 5px;
}
img.floatLeft {
	float: left;
	margin: 5px;
}
