body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 5px;
	margin-top: 5px;
	background-color: #f7f7f7;
}


pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:hover { color: #466eac; text-decoration: none }

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #085dae;
	font-weight: bold;
	text-align: left;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #085dae;
	font-weight: bold;
	text-align: left;
}

.page_footer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	text-align: center;
}

.box {
  background-color: #f3f8ff;
  border: #7394c7 1px solid; 
}

.box_brett {
  background-color: #d8e8fe;
  border: #294c81 1px solid; 
}

.table_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #7394c7;
	color: #ffffff;
}

.table_heading_brett {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	background-color: #294c81;
	color: #ffffff;
}