/* CSS Document */
A:hover
{
	text-decoration: none;
	font-weight: bolder;
	color: #AF2366;
}
A
{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	font-weight: bold;
	color: #781846;
}
a.page
{
	text-decoration: underline;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #781846;
}
p
{
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size: 90%;
}
p.sectiontitle, p.title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #781846;
	font-weight: bold;
}
p.sectiontitle
{
	font-size: 100%;
}
p.title
{
	font-size: 120%;
}
li
{
	font-size: 90%;
}
body
{
	background-color: #856272;
}
tr
{
	font-size: 100%;
}
tr.alt
{
	background-color:#CCCCCC;
}
.bodyText
{
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #000000;
}
.mainTable
{
	background-color: #ECECEB;
}
sup
{
	font-size: 90%;
}
em
{
	font-size: 120%;
	color: #781846;
	font-weight: bold;
}
.Title
{
	font-style: italic;
}