@charset "utf-8";
.header1, .h1, h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	color: #006699;
	font-weight: bold;
}
.body1, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: normal;
}
.header2, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
a{
	color:#FF0000;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link{
	color:#006699;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:visited{
	color:#006699;
	text-decoration: none;
}
a:hover{
	color:#FFFFFF;
	text-decoration: underline;
	background-color: #006699;
}
.headingBar{
	width:100%;
	font-family:verdana,georgia,arial;
	font-size:100%;
	color: #FFFFFF;
	background-color:#666666;
	text-align:center;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

img.pic-left {
	float: left;
	margin: 0 1em 1em 0;	
}

img.pic-right {
	float: right;
	margin: 0 0 1em 1em;	
}

.clear {
	clear: both;
}

.center {
	text-align: center;
	margin: inherit auto;
}

ul.spacing li {
	margin: 0 0 1em 0;
}

ul.real-link-list li {
	margin: 0 0 1em 5em;
}
