a {text-decoration: none;}
a:active {
	color: red;
}
a:link {
	color: blue;
}
a:visited {
	color: maroon;
}
body {
	font-family: serif, roman, times;
	margin-right: 10pt;
	margin-left: 10pt;
	line-height: 16pt;
	background-color: white;
	background-image: url(gfx/logobgrnd.png);
	background-attachment: fixed;
	background-repeat: repeat-x;
	color: black;
	font-size: 12pt;
}
div.footnote {
	text-align: center;
	line-height: 12pt;
	font-size: 9pt;
}

dt {
	font-weight: bold;
}
h1 {
	color: firebrick;
	font-size: normal;
	line-height: 30pt;
	font-weight: bold;
	font-family: sans-serif, helvetica, arial;
}
h2 {
	color: firebrick;
	line-height: 30pt;
	font-weight: bold;
	font-family: sans-serif, helvetica, arial;
	font-size: normal;
}

h3 {
	color: firebrick;
	line-height: 30pt;
	font-weight: bold;
	font-family: sans-serif, helvetica, arial;
	font-size: normal;
}


p {
	margin-right: 24pt;
	margin-left: 24pt;
}
p.slide_caption {
	margin-left: 20pt;
	line-height: 16pt;
}

th {
	color: firebrick;
	font-style: italic;
	vertical-align: middle;
	text-align: center;
	font-weight: bold;
}

li.blue {
	/*list-style-type: circle;*/
	list-style-image: url("gfx/blusqare.gif");
}

/*
table {
	border-width: thin;
	border: ridge;
	padding: 3;
}


tr {
	border-width: thin;
	border: ridge;
	padding: 3;
}
td {
	border: ridge;
	border-width: thin;
	padding: 3;
}
*/

