/* WEBSITE DEFAULT FONT STYLES */
/*<a>*/
a:link,
a:active,
a:visited
{
	color: #000099;
	text-decoration: none;
}

a:hover
{
	color: #ff0000;
}

a.accountLink
{
	color:#eeeeee;
	font-size:11pt;
	margin:0px 15px 0px 0px;
}

a.accountLink:hover
{
	color:Red;
}

a.nav-link:link,
a.nav-link:active,
a.nav-link:visited
{
	color: #0000dd;
	font-size:13pt;
	font-weight:bold;
	margin-right:12px;
	white-space: nowrap;
	text-decoration: none;
}

a.nav-link:hover
{ color:#ffff00;}

a.nav-link1:link,
a.nav-link1:active,
a.nav-link1:visited
{
	color: #ffffff;
	font-size:12pt;
	font-weight:bold;
	margin-right:24px;
	white-space: nowrap;
	text-decoration: none;
}

a.nav-link1:hover
{ color:#ffff00;}

a.navigation-sublink
{
	color: #6fafe0;
	font-size:10pt;
	font-weight: bold;
	margin-right:8px;
	white-space: nowrap;
	text-decoration: none;
}

a.navigation-section-link:link,
a.navigation-section-link:active,
a.navigation-section-link:visited
{
	color: #ffffff;
	font-size:10pt;
	font-weight: bold;
	margin-right:3px;
	white-space: nowrap;
	text-decoration: none;
}

a.link-2
{	color:#804040;}
a.link-2:hover
{	color:#aa0000;
	background-color:Yellow;}

a.link-3
{	color:#660000; font-weight:bold; }
a.link-3:hover
{	color:Red; }

a.text-link
{
	color:#404040;
}

a.text-link:hover
{
	color:#a90000;
}

a.club-link:link,
a.club-link:active,
a.club-link:visited
{
	color: #0000dd;
	font-size:15px;
	font-weight:bold;
	white-space: nowrap;
	text-decoration: none;
}

a.club-link:hover
{ 
	color:#aa3333;
	text-decoration:underline;
}

/*<b>*/
b
{	
}

/*<body id="body">*/
body
{
	font-family: Arial;
	font-size:9pt;
}

/*<li>*/
li
{
	margin-top:4px;
}

/*<font>*/
font
{
}

/*<p>*/
p
{
	margin-top:0px;
	margin-bottom:10px;
}

/*<td>*/
td
{
}

span.library_author
{
	color:#990000;
	font-weight:bold;
}
span.library_title
{
	color:#000033;
	display:block;
	font-weight:bold;
}

span.library_summary
{
	color:#444444;
	display:block;
}

/* BREADCRUMB LINKS */
a.breadcrumb,
span.breadcrumb
{
	color: #808080;
}

.legal
{
	font-size: 8pt;
}

.form_label,
.form-label
{
	color: #000066;
}
