a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066;
	text-decoration: underline;

}

a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: 000066;
	text-decoration: underline;

}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFCC33;
	text-decoration: underline;
}

a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: 000066;
	text-decoration: underline;

}

.largetitle {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: bold;
        color: #000066;
}

.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000066;
}

.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: 000066;
}

ul {
	list-style-image:  url('images/bullet.gif');
	word-spacing: normal;
	list-style-position: outside
}

.bodytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: 000066;
	font-weight: bold;
}

.smtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: 000066;
}

.lgtitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: 000066;
}

/* an attempt to clean up this mess... */

h1 {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 28px;
        font-weight: bold;
        color: #000066;
}

h2 {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        color: #000066;
}

h3 {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 16px;
        font-weight: bold;
        color: #000066;
}

h4 {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        color: #000066;
}

/* for the webcast page */


.webcasttitle {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 24px;
        font-weight: bold;
        color: 000099;
}

.webcastlgtitle {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 18px;
        font-weight: bold;
        color: 000099;
}

.webcastbodytext {
        font-family: "Palatino Linotype", "Times New Roman", Times, serif;
        font-size: 14px;
        font-weight: normal;
        color: 000099;
}


