/* CSS Document */

BODY
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
	background-image: url(images/pagebackground.jpg);
}
.Normal {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #5c5c5c;
}

.H1 {
	font-family: Times New Roman, Times, serif;;
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	color: #555453;
	line-height: normal;
	font-variant: normal;
	text-transform: inherit;
}

A:link {
	color: #555453;
	text-decoration: none;
}

A:visited {
	color: #555453;
	text-decoration: none;
}

A:active {
	color: #555453;
}

A:hover {
	color: #808080;
	text-decoration: underline;
}

.H2 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #5c5c5c;
}

.ContentPane {
	padding: 10px;
}

.MiddlePane {
	padding: 16px;
}

.RightPane {
	padding: 16px;
}