/* WEBSITE DEFAULT FONT STYLES */
body
{
	color:#2f250f;
	font-family: Arial;
	font-size:9pt;	
}

/*<a>*/
a:link
{
	color:#3366ff;
	text-decoration: none;
}

a:visited
{
	color:#3366ff;
	text-decoration: none;
}

a:active,
a:hover
{
	color:#990000;
	text-decoration:underline;
}

a.accountLink
{
	font-weight:bold;
	margin:0px 15px 0px 0px;
}

a.navigation_link,
a.navigation_link:visited
{
	color:#2f250f;
	border:none;
}

a.navigation_link:hover
{
	color:#990000;
	text-decoration:none;
}

/*<b>*/
b,
strong
{
	color:#990000;
	font-family:Verdana;
	font-weight: bold;
}

/*<font>*/
font
{

}

/*<p>*/
p
{
	margin-top:0px;
}

/*<td>*/
td
{

}

span.library_author
{
	color:#990000;
	display:block;
	font-weight:bold;
}
span.library_title
{
	color:#000033;
	display:block;
	font-weight:bold;
}

.legal
{
	font-size: 8pt;
}

.form_label
{
	color: #404040;
	font-size:8pt;
}

.pagetitle
{
	background-image:url('/images/design/widget-title.png');
	font-family: Verdana;
	font-size:12pt;
	font-weight:bold;
	height:25px;
	padding-top:6px;
	text-indent:6px;
}

.subtitle
{
	color:#ad955c;
	display:block;
	font-size:12pt;
	font-weight:bold;
	margin-bottom:4px;
}

.gold
{
	color:#ad955c;
}