BODY {color: black; background: white;}

P.corporate {
	color: teal;
	background: white;
	font-size: 250%;
	font-weight: bold;
	font-family: arial;
	}

P.heading_contact {
	color: teal;
	background: white;
	font-size: 70%;
	font-weight: bold;
	font-family: arial;
	text-align: center;
	}

P.body_text {
	color: black;
	background: white;
	font-size: 100%;
	font-weight: normal;
	font-family: arial;
	text-align: left;
	}

P.footer {
	color: black;
	background: white;
	font-size: 70%;
	font-weight: normal;
	font-family: arial;
	text-align: center;
	}

UL.heading_text {
	color: black;
	background: white;
	font-size: 100%;
	font-weight: bold;
	font-family: arial;
	text-align: left;
	list-style-type: circle;
	}

UL.body_text {
	color: black;
	background: white;
	font-size: 100%;
	font-weight: normal;
	font-family: arial;
	text-align: left;
	list-style-type: circle;
	}

TD.spacer {
	height: 20px;
	border: 1px;
	cellpadding: 0;
	cellspacing: 0;
	background: white;
	color: teal;
	text-align: center;
	}

TD.variable_filler {
	height: *;
	border: 0px;
	cellpadding: 0;
	cellspacing: 0;
	background: white;
	color: teal;
	text-align: center;
	}

TD.sidebar {
	height: 50px;
	border: 0px;
	cellpadding: 20;
	cellspacing: 10;
	background: white;
	color: teal;
	font-weight: bold;
	font-size: 95%;
	text-align: center;
	}

DIV.sidebar {
	border-width: thick;
	border: solid;
	width: 90%;
	background: white;
	color: teal;
	}