/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	font-size: 10pt;
	color: #333399;
	margin: 5px;
}

a:link {color:#951143;} 
a:visited {color:#951143;} 
a:hover { color:#951143; } 
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 5px;
}
ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	margin: 5px 10px;
	list-style-type: disc;
	list-style-position: inside;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	color: #951143;
	margin-top: 10px;
	margin-bottom: 5px;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: normal;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 5px;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-style: normal;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 5px;
}
option {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
}
select {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-style: normal;
}
.heading {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	background-color: #E4E4E4;
}

