
body {
	margin-left: 60px; 
	margin-top: 40px; 
	margin-right: 80px; 
	background-color: #FFF;
}

div.main {
	width: 400px;
}

h2,h3,h4,h5,h6,p,td,ul,li,span {
	font-family: Verdana,Geneva, sans-serif;font-size: 10pt;
}

h1 {
	margin-top: 24pt;
	font-family: Arial, Geneva, sans-serif; font-size: 12pt;
	color: gray;
}

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

a:link {
	color: orange;
	text-decoration: underline;
}

a:hover {
	text-decoration: underline;
}

a {
	text-decoration: none;
}

p.geourl a:link {
	text-decoration: none;
}

/* functional link -- no visited distinction */
a.func:link {
	color: #666666;
}
a.func:visited {
	color: #666666;
}
p.footnote {
	margin-top: 30pt;
	font-size: 8pt;
	color: gray;
}
.verysmall {
	font-size: 9pt;
}

acronym, abbr {
	text-decoration: none;
	border-bottom: 1px dotted orange;
	cursor: help;
}

.light {
	color: #999;
}

img {
	border: 0px;
}
