body {
	background-color: #97D5FA;
	color:black;
	font:normal 12pt Verdana,Arial,Sans-Serif;
}
td {
	font:normal 12pt Verdana,Arial,Sans-Serif;
}

#spacer { margin-left: 4%; margin-right: 4%; }
#copyright { font-style:italic; font-size:smaller; text-align: center; margin-left: 4%; margin-right: 4%; }
#buttons { margin-left: 4%; margin-right: 4%; text-align: right; }

p {
	text-indent : 2%;
	text-align : justify;
}
p.noindent {
	text-indent : 0px;
	text-align : justify;
}
p.title {
	text-align : center;
	font-weight : bold;
}
p.date {
	font-style : italic;
}

ol ul {
	margin-bottom: 15px;
	padding-left: 0px;
	text-indent: 15px;
	list-style-type: none;
}

h4 {
	font:bold 14pt Verdana,Sans-Serif;
	color:black;
	padding-bottom: 0px;
	margin-bottom: 0px;
	text-align : center;
}
h5 {
	font:bold 13pt Arial,Verdana,Sans-Serif;
	background-color:#36AEF5;
	color:#032C43;
	text-indent: 8px;
	text-align : left;
	padding : 3px 10px 3px 0px;
	margin-bottom: 0px;
}
strong{
	font-weight:bold;
}
a {
	color:#000000;
	font-weight:bold;
	text-decoration: underline;
}
a:hover{
	color:#1d1ddc;
}

.ie {
	background-color:red;
	color:yellow;
	font-weight:bold;
}

.ie A {
	color:white;
}

.ie A:hover {
	color:silver;
}

.ie P {
	margin-left : 5%;
	margin-right : 5%;
}
