.rightPane a
{
	text-align:left;
	text-decoration:none;
	display: block;
	width: 150px;
}

.rightPane a:hover
{
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	text-align: center;
	font-style: normal;
	font-variant: normal;
	margin-top: 3px;
	color: #333;
}
h2 {
	margin-top: 3px;
	margin-bottom: 0px;
	font-size: 11px;
	color: #333;
}
h3 {
	font-size: 11px;
	color: #333;
	margin-top: 3px;
	margin-bottom: 0px;
}

p {
	margin-top: 3px;
	text-align: justify;
	margin-bottom: 0px;
	padding: 0px;
	text-indent: 15px;
	color: #333;
}
.whiteRect {
	background-color: #FFF;
	height: 50px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	top: -45px;
	position: relative;
}
.linkHolder {
	position: relative;
	top: -195px;
}

