@charset "utf-8";
/* CSS Document */

body
{
	font-family:Helvetica, Geneva, sans-serif;
	font-size:12px;
}
.h1light
{
	color:#188ff4;
	font-size:16px;
	font-weight:bold;
}
.h1dark
{
	color:#00518b;
	font-size:14px;
	font-weight:bold;
}
a:visited
{
	color:#7eafeb;
	font-weight:bold;
}
a:hover
{
	color:#000000;
	font-weight:bold;
}
a
{
	color:#7eafeb;
	font-weight:bold;
	text-decoration:none;
}
a.bot:visited
{
	color:#FFFFFF;
	font-weight:bold;
}
a.bot:hover
{
	color:#000000;
	font-weight:bold;
}
a.bot
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

a.top:visited
{
	color:#000000;
	font-weight:bold;
}
a.top:hover
{
	color:#FF0000;
	font-weight:bold;
}
a.top
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
img{display:block;}
object{display:block;}

.hiddenDiv { display: none; }
.visibleDiv { display: block; }