body {
	margin: 0;
	padding: 0;
	background: url("/grid_bg.gif");
} 

td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10pt;
}

td.main_content {
	padding: 30px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.sm {
	font-size: 8pt;
}

.cap_b {
	font-size: x-large;
	color: blue;
}

.cap_r {
	font-size: x-large;
	color: red;
}

.heading {
	font-size: 12pt;
	font-weight: bold;	
	color: white;	
	background: blue;
}

blockquote {
  margin-left: 30%;
}
