p {
	color:#000000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 14pt;
	text-align: left;
}

.standard
{
	color: #000000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 14pt;
	text-align: left;
	font-weight: normal;
}

.small
{
	color: #000000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;

}
.medium
{
	color: #000000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: left;

}
.headline {
	color: #800000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 14pt;
	font-weight: bold;
	text-align: left;
}
.subhead {
	color: #000000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 14pt;
	font-weight: bold;
	font-style:italic;
	text-align: left;
}
.link {
	color: #800000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size: 14pt;
	font-weight: normal;
	text-align: left;
}
.linksmall {
	color: #800000;
	font-family:Palatino, Times, "Times New Roman",serif;
	font-size:inherit;
	font-weight: normal;
	text-align: left;
}
.b {
    font-weight:bolder;
	font-size:inherit;
	color: #000000;
}
.i {
	font-size:inherit;
	font-style:italic;
	color: #000000;
}
.em {
	font-size:inherit;
	font-style:italic;
	color: #000000;
}

/* LINKS ----------------------------------------------*/
a:links
{
    color: #800000;
}
a:active
{
    color: #800000;
}
a:visited
{
    color: #800000;
}