/* CSS Document */

.assistant {
	color: Gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

.author {
	color: Gray;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

.bodytext {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
}

.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0000FF;
}

.link {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration:underline;
}

.link a, .link a:visited {
	color: #FF0000;
	text-decoration: underline;
}

.link a:hover {
	color: #000000;
}

.section {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

.subheading {
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}

.topheading {
	color: #990000;
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: bold;
}

