body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
}


h1 {
	color: #003399;
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size:24pt;
	font-weight:bold;
	font-style: italic;
	text-align: center;
}

h2 {
	color: #0000ff;
	font-size:12pt;
	font-weight:bold;
	text-align: left;
	text-decoration: underline;
}

.caption {
	font-family:Times New Roman, Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	text-align: center;
}

.emphasized {
	font-weight:bold;
	text-align: center;
}

.emphasizedUnderlined {
	font-weight:bold;
	text-align: center;
	text-decoration: underline;
}

.emphasizedItalicUnderlined
 {
	font-weight:bold;
	font-style: italic;
	text-align: center;
	text-decoration: underline;
}

.info {
	color: #006600;
	font-weight:bold;
	font-style: italic;
	text-align: center;
}

.noBulletList { 
	list-style-type: none;
}