body {
	font-family: Arial;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #00ccff;
}

a:visited {
	color: #00ccff;
}

span.left {
	text-align: left
}

span.right {
	text-align: right
}


h2 {
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: center
}

h3 {
	color: #FFFFFF;
	margin-bottom: 0%;
	text-align: left
}


hr {
	color: #3366ff;
	height: 1px;
	width: 100%;
}

p {
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	<!--font-size: 10pt;-->
}

p.title {
	color: #FF9900;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
}

p.bigger {
	color: #FFFFCC;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

p.footer {
	color: #FFFFCC;
	font-style: italic;
	font-weight: bold;
	font-size: 12pt;
}

p.smaller {
	color: #FFFFFF;
	font-style: italic;
	font-weight: normal;
	font-size: normal;
}