a
{
  color : #FF0000;
  font-size : 9pt;
}

a:hover
{
	color : #666666;
}

a.AddressMapLink
{
  color : #666666;
  font-size : 9pt;
}

a.AddressMapLink:hover
{
	color : #FF0000;
}

a.copyrightLink
{
  color : #999999;
  font-size : 8pt;
  text-decoration : underline;
}

a.copyrightLink:Hover
{
  color : #FF0000;
}

a.PipeLink
{
	color : #ff0000;
	font-size : 8pt;
}

a.PipeLink:Hover
{
	color : #666666;
}

body
{
	background-color : white;
	font-family : verdana,arial,sans-serif;
}

h1
{
	color : #FF0000;
	font-size : 11pt;
	font-style : italic;
}

h2
{
	font-size : 10pt;
}

input
{
  color : black;
  font-size : 9pt;
}

p
{
	font-size : 9pt;
}

span
{
	font-family : Arial,Sans-Serif;
}

span.Address
{
	font-size : 9pt;
	font-weight : bold;
}

span.Location
{
	font-size : 7pt;
}

span.PhoneNumber
{
	font-size : 13pt;
	font-weight : bold;
}

td
{
  font-size : 9pt;
}

td.tdFormLabel
{
	font-weight : normal;
	width : 150px;
}

td.tdFormLabelRequired
{
	font-weight : bold;
	width : 150px;
}

td.tdFormField
{
	width : 270px;
}

textarea
{
	font-family : verdana,arial,sans-serif;
	font-size : 8pt;
}

.Copyright
{
	color : #black;
	font-size : 8pt;
}

.PipeLinks
{
	font-size : 8pt;
}