td {
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	color: #444444;
	font-size: 9pt;
	line-height: 190%;
}


.content {
	padding: 10px 40px 10px 80px;	
}

h1 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 23pt;
	letter-spacing: 2px;	
}

h2 {
	font-family: Georgia;
	font-weight: normal;
	font-size: 16pt;
	letter-spacing: 2px;
}

h3 {
	font-weight: bold;
}

.h1 {
	height: 80px;
	background: url(h2_bg.gif) repeat-x;
	margin-bottom: 15px;
	clear: all;	
}

.h2 {
	height: 39px;
	background: url(h2_bg.gif) repeat-x;
	margin-bottom: 15px;
	clear: all;
}

.anchors {
	text-align: right;	
	font-size: 8pt;
}

A:visited, A:link, A:active	{
	text-decoration: none;
	color: #33AA33;
}


A:hover	{
	color: #007700;
	text-decoration: underline;
}

.note {
	background-color: #FFFFEE;
	padding: 10px;
	width: 70%;
	text-align: left;
}

.download {
	background-color: #FFFFEE;
	padding: 10px;
	width: 50%;
	text-align: center;
	border: 1px dashed gray;
}