body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(/jeremy/hodgebloge/activewidgetsunread.nsf/bkgrnd.jpg);
	background-repeat: repeat-x;
}
/* all headers use a nice serif font, and use a shadow. */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 	0px 0px 0px 0px;
	color: #314953;
}
/* set relative sizes of headers */
h1 { font-size: 275%; }
h2 { font-size: 190%; }
h3 { font-size: 145%; }
h4 { font-size: 120%; }
h5 { font-size: 90%;  }
h6 { font-size: 80%;  }
*,  body, p, blockquote, select, input, textarea, table, td {{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.HomePageSection {
	border: 1px solid #568292;
}
.CustomerPortlet {
	border: 1px solid #568292;
	width: 100%;
	margin-top: 6px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.LegalText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}
.HintText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #444444;
}
.SearchLayer {
	border: none;
	position: absolute;
	left: 35%;
	top: 20%;
	width: 250px;
	height: 50px;
	z-index: 99;
	visibility: hidden;
}
.DataTable {
  border: 1px solid #CCCCCC;
}
.DataTable td {
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  border: 1px solid #EFEFEF;
}
#SearchResults table {
	width: 100%;
}

