html, body { 
	font-family: 'Lucinda Grande',Arial, Georgia, Sans-Serif;
	font-size: 9pt;
	background-color:#ffffff;
	padding:3px;
}

/* Header tags */
h1 {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:210%;
	margin-top:25px;
	margin-bottom:15px;
}
h1.noMargin {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:210%;
	margin-top:0px;
	margin-bottom:0px;
}
h2 {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:170%;
	margin-top:25px;
	margin-bottom:15px;
}
h2.noMargin {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:170%;
	margin-top:0px;
	margin-bottom:0px;
}
h3 {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:120%;
	margin-top:25px;
	margin-bottom:15px;
}
h3.noMargin {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:120%;
	margin-top:0px;
	margin-bottom:0px;
}
h4 {
	font-weight:normal;
	font-family: Georgia, Arial, Sans-Serif;
	font-size:90%;
	margin-top:25px;
	margin-bottom:15px;
}

pre {
	font-family:courier;
	font-size:80%;
	background-color:#ebebeb;
	padding:5px;
}

/* Links */
a:link { 
	color: #006699; 
	text-decoration: underline; 
} 
a:visited { 
	color: #006699;
	text-decoration: underline; 
} 
a:hover { 
	color: #333333; 
	text-decoration: underline; 
}
a.columnHeader1:link {
	color:#000000; 
	text-decoration: none; 
} 
a.columnHeader1:visited { 
	color:#000000; 
	text-decoration: none; 
}
a.columnHeader1:hover { 
	color:#333333; 
	text-decoration: underline; 
}
.menu1 {
	font-size:90%;
}
a.menu1:link { 
	/*font-variant:small-caps;*/
	text-transform:uppercase;
	color:#ffffff;
	text-decoration: none; 
} 
a.menu1:visited { 
	text-transform:uppercase;
	color:#ffffff;
	text-decoration: none; 
}
a.menu1:hover { 
	text-transform:uppercase;
	color:#ffffff;
	text-decoration: underline; 
}
.menu2 {
	font-size:100%;
}
a.menu2:link { 
	color:#000000;
	text-decoration: none; 
} 
a.menu2:visited { 
	color:#000000;
	text-decoration: none; 
}
a.menu2:hover { 
	color:#333333;
	text-decoration: underline; 
}
a.navigation1:link { 
	text-decoration: none; 
} 
a.navigation1:visited { 
	text-decoration: none; 
}
a.navigation1:hover { 
	text-decoration: underline; 
}
a.pageLink:link { 
	text-decoration: none; 
} 
a.pageLink:visited { 
	text-decoration: none; 
} 
a.pageLink:hover { 
	text-decoration: underline; 
}
.menu1 {
	font-size:90%;
}
a.plain1:link { 
	color:#000000;
	text-decoration: none; 
} 
a.plain1:visited { 
	color:#000000;
	text-decoration: none; 
}
a.plain1:hover { 
	color:#333333;
	text-decoration: underline; 
}
.black1 {
	color:#000000;
}
a.black1:link { 
	text-decoration: none; 
} 
a.black1:visited { 
	text-decoration: none; 
}
a.black1:hover { 
	text-decoration: underline; 
}
table.h2 {
	margin-top:25px;
}

