.HoverLink
{
	color: #cccdce;
	text-decoration: none;
	font-size:11pt;
}
.HoverLink:hover
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.HoverLink:active
{
	color: #cccdce;
	text-decoration: none;
	font-size:11pt;
}
.HoverLink:visited
{
	color: #cccdce;
	text-decoration: none;
	font-size:11pt;
}
.HoverLink:visited:hover
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.SelectedLink
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.SelectedLink:hover
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.SelectedLink:active
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.SelectedLink:visited
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.SelectedLink:visited:hover
{
	color: DodgerBlue;
	text-decoration: none;
	font-size:11pt;
}
.BottomLink
{
	color: white;
	text-decoration: none;
	font-size:8pt;
}
.BottomLink:hover
{
	color: white;
	text-decoration: none;
	font-size:8pt;
}
.BottomLink:active
{
	color: #cccdce;
	text-decoration: none;
	font-size:8pt;
}
.BottomLink:visited
{
	color: white;
	text-decoration: none;
	font-size:8pt;
}
.BottomLink:visited:hover
{
	color: white;
	text-decoration: none;
	font-size:8pt;
}
.OptionLink
{
	color: #0000ff;
	text-decoration: underline;
	font-size:8pt;
}
.OptionLink:hover
{
	color: #0000ff;
	text-decoration: underline;
	font-size:8pt;
}
.OptionLink:active
{
	color: #cccdce;
	text-decoration: underline;
	font-size:8pt;
}
.OptionLink:visited
{
	color: #0000ff;
	text-decoration: underline;
	font-size:8pt;
}
.OptionLink:visited:hover
{
	color: #0000ff;
	text-decoration: underline;
	font-size:8pt;
}

body
{
}
