a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
p {	
	font-weight: normal;
	color: #FFFFFF;
	line-height: 12pt;
	font-size: 11px;
}

h1 {	
	font-size: 1.3em;
	font-weight: bold;
	color: #FFFFFF;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	color: #FF0000;
}
a:visited {
	font-weight: normal;
	color: #FF0000;
}
i {
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
}
strong i {
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
strong {
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 1.4em;
	color: #F00;
}

img.left {
	margin-left: -150px;
	display: block;
	position: relative;
}

img.right {
	margin-right: -150px;
	display: block;
	position: relative;
}