﻿BODY
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	line-height: 11pt;
}

A:active
{
	color: #3B52A2;
}

A:visited
{
	color: #3B52A2;
}

A:link
{
	color: #3B52A2;
}
A:hover, a.focus
{
	color:#CC3300;
}
p
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	line-height: 11pt;
}

ADDRESS
{
	font-size: 8pt;
}

LI
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	line-height: 11pt;
	list-style-type: square;
}

TD
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	line-height: 11pt;
}

div
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	line-height: 11pt;
}

label
{
	margin: 3px 5px 0 0px;
	float: left;
	width: 110px;
}

.HomeBox
{
	font-family: Arial;
	font-size: 8.5pt;
	color: #333333;
	margin: 3px;
	line-height: 11pt;
}

/* notfound.aspx page*/
#goog-wm {
  width: 800px;
  padding: 1em;
  border: 3px solid #aebd63;
  background-color: white;
}


#goog-wm h3.closest-match {
  color: #8f2831;
  border-bottom: 3px dashed #aebd63;
  padding-bottom: 0.5em;;
  font-size: 170%;
  margin: 0;
}

#goog-wm h3.closest-match a { }
   
#goog-wm h3.other-things {

  color: #8f2831;
}
   
#goog-wm ul li { }
   
#goog-wm li.search-goog {
  display: none;
}


