body { 
	color: black; 
	background-color: white; 
	font-size: 10pt; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	/*text-align: center;*/
}

p  { 
	font-size: 10pt; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
}

td {}

a:link   {
	color: black;
	text-decoration: none;
}

a:visited   { 
	color: gray;
	text-decoration: none;
}

a:hover   { 
	color: #3d5b88;
	text-decoration: none;
}

a:active   { 
	color: #3d5b88;
	text-decoration: none;
}

li { 
	font-size: 10pt; 
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	margin-top: 2px;}

h1  {
	font-size: 20px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 2px;
}

h2 { 
	color: #656565;
	font-size: 15px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold; 
	margin: 0.83em 0
}

h3 { 
	color: #999999;
	font-size: 8pt;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin: 0.83em 0
	}

h4 { 
	color: #000000;
	font-size: 13px;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	font-weight: bold;
	margin-bottom: 2px;
}

.filler {
	width: 500px;
	margin: 0 auto;
	text-align: left; /* counter the body center */
	
}
.email {
	background-color: #d3d3d3;
}

table.line {
	border-right: 1px;
	border-right-color: #8b8b8b;
	border-right-style: solid;
}