body    { 
	background-image: url(/images/greylines.jpg); 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: .8em;
	margin: 0px; 
}
a img { 
	border: none; 
}

A       		{ color: #29499c; text-decoration: none; }
A:hover 		{ color: #36f; text-decoration: underline; }

h1      { font-size: 1.6em; text-align: left; }
h2      { font-size: 1.5em; text-align: left; }
h3      { font-size: 1.3em; font-style: italic; }
h4      { font-size: 1.1em; }
h5      { font-size: 1.0em; }

h1.withH2 {
	margin-bottom: 4px;
}
h2 {
	font-size: 12pt;
	font-style: italic;
	margin-left: 70px;
	margin-top: 0px;
	padding: 0px;
}

#outer-wrapper { 
	position: relative;
	background-color: #fff;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	width: 730px;
}
.col1 {
	float: left;
}
.col2 {
	float: left;
	margin-left: 30px;
}
.clear {
	clear: both;
	font-size: 1pt;
	height: 0px;
	line-height: 0px;
}