/* January 2007 - PW */
/* CSS Style Fixs to add support for the "old" Website when its displayed using the CMS's Style Sheets */
/* DELETE when all old pages transfered to CMS */

#Footer_Address p {
	margin-top: 0px;
}

.fivePercentFont {
	font-size: 5%;
}

.fortyPercentFont {
	font-size: 40%;
}

.seventyPercentFont {
	font-size: 70%;
}

.hundredThirtyPercentFont {
	font-size: 130%;
}

.fivePointIndentation {
	margin-left:5px;
}

.thirtyPointIndentation {
	margin-left:30px;
}

.fiftyPointIndentation {
	margin-left:50px;
}

.seventyPointIndentation {
	margin-left:70px;
}

.blueBoxBlackBorder {
	border: 1px solid #000;
	background-color: none;
	padding: 10px;
}

.HighLight {
	background-color:none;
}

.noHighLight {
	font-weight:normal;
	text-align:left;
}

.copyright {
	font-size:80%;
}

.pageBreak {
	page-break-after: always;
}

h2 {
	margin-top: 0px;
}

.layouttable {
	padding: 0px;
	margin-right:0px;
	margin-left:0px;
	border:none;
}

.layouttable  td {
	padding: 0px;
	margin-right:0px;
	margin-left:0px;
	border:none;
	background-color:transparent;
}

.oldsearchbox {
	background-color: #F5F7F7;
	color: inherit;
	border: 1px solid #A7B8C1;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom:0em;
}