.small_para  { font-family: Arial; font-size: 8pt }
.large_para  { font-family: Arial; font-size: 12pt }
.xlarge_para  { font-family: Arial; font-size: 14pt }
.normal_para { font-family: Arial; font-size: 10pt }
.page_header { font-family: Arial; font-size: 14pt; color: #0000FF; font-weight: bold }
.heading2 { font-family: Arial; font-size: 12pt; color: #0000FF; font-style: italic; font-weight: bold }
.heading3 { font-family: Arial; font-size: 10pt; color: #0000FF; font-weight: bold }
.bullet_item { font-family: Arial; font-size: 10pt; margin-top: 0px; margin-bottom: 0px }
.bullet_list { font-family: Arial; font-size: 10pt }

/* A bold hyperlink */
a.bold:link
{
	color: rgb(0,0,255);
	font-weight: bold;
	text-decoration: none;
}
a.bold:visited
{
	color: rgb(0,0,255);
	font-weight: bold;
	text-decoration: none;
}
a.bold:hover
{
	/* color: rgb(255,204,102);  Standard Orange */
	color: #FFB559;
	text-decoration: none;
	font-weight: bold;
}
a.bold:active
{
	color: rgb(0,0,255);
	font-weight: bold;
	text-decoration: none;
}

/* Same as above, but all text is orange */
a.alt_bold:link
{
	color: #FFB559;
	font-weight: bold;
	text-decoration: none;
}
a.alt_bold:visited
{
	color: #FFB559;
	font-weight: bold;
	text-decoration: none;
}
a.alt_bold:hover
{
	color: #FFB559;
	text-decoration: none;
	font-weight: bold;
}
a.alt_bold:active
{
	color: #FFB559;
	font-weight: bold;
	text-decoration: none;
}

/* Same as the standard browser hyperlink, but visited links are always blue */
a.blue:link
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a.blue:visited
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a.blue:hover
{
	color: rgb(0,0,255);
	text-decoration: underline;
}
a.blue:active
{
	color: rgb(0,0,255);
	text-decoration: underline;
}

/* A bold, white hyperlink */
a.bold_white:link
{
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
a.bold_white:visited
{
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
a.bold_white:hover
{
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}
a.bold_white:active
{
	color: rgb(255,255,255);
	font-weight: bold;
	text-decoration: none;
}