body {
  	font-family: "Times New Roman", Times, serif;
  	background-color: #9591B4;
  	scrollbar-face-color: #DDDBE6;
  	scrollbar-track-color: #9591b4;
  	scrollbar-arrow-color: #000000
}

td {
	font-family: "Times New Roman", Times, serif
}

th {
	font-family: "Times New Roman", Times, serif
}
/*
div {
	border: 1px solid #FF0000;
}
*/

.Background {
	background-image:url(/Images/MiddleBackground.jpg);
	background-repeat:repeat;
	position: absolute; 
  	left: 0;
  	top: 0;
	margin: 0px 0px 0px 0px;
  	width:848px
}

.UpperLeft {
	background-image:url(/Images/UpperLeft.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}

.UpperRight {
	background-image:url(/Images/UpperRight.jpg);
	background-position:top right;
	background-repeat:no-repeat;
}

.LowerLeft {
	background-image:url(/Images/LowerLeft.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.LowerRight {
	background-image:url(/Images/LowerRight.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
}

.Content {
	padding: 50px 50px 50px 50px;
}

DIV.Center {
	text-align:center
}

P.ImageCaption {
	font-family: "Times New Roman", Times, serif;
	font-size:14px;
	font-style:normal
}

A.BoldLink {
	font-weight:bold
}

P.HeadlineText {
	text-align:left;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold
}

P.OrdinaryText {
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:normal
}

P.OrdinaryText_Bold {
	text-align:justify;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-weight:bold
}


a:link img.ImageLink_BlackBorder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	color:#000000
}

a:visited img.ImageLink_BlackBorder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	color:#000000
}

a:hover img.ImageLink_BlackBorder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	color:#000000
}

a:active img.ImageLink_BlackBorder {
	border-color: #000000;
	border-width: 1px;
	border-style: solid;
	color:#000000
}



a:link {
	text-decoration: underline;
	color:#000000
}

a:visited {
	text-decoration: underline;
	color:#000000
}

a:hover {
	text-decoration: underline;
	color:#000000
}

a:active {
	text-decoration: underline;
	color:#000000
}
