/* CSS Document */

body {
	text-align: justify;
	list-style-type: square;

}
h2,.h2 {
	color:#474646;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
table {
	color:#666666;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
table.foot {
	color:#ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
table.gray {
	background-color:#eeeeee;
	color:#666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	border: 1px solid #cccccc;
}
.bluebold{
	color:#171A7D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;

}
.smbluebold{
	color:#171A7D;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;

}
.whitebold{
	color:#ffffff;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;

}
a:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : bold;
	color: #696124;
	text-decoration : none;
	font-style: normal;
} 
a:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : bold;
	color: #696124;
	text-decoration : none;
	font-style: normal;
} 
a:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight : bold;
color: #696124;
text-decoration : underline; 
} 
.imgborder {
border: 1px solid #cccccc;
}
a.footer:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	color: #ffffff;
	text-decoration : none;
	font-style: normal;
} 
a.footer:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	color: #ffffff;
	text-decoration : none;
	font-style: normal;
} 
a.footer:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight : normal;
color: #ffffff;
text-decoration : underline; 
} 
a.nav:link {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	color: #ffffff;
	text-decoration : none;
	font-style: normal;
} 
a.nav:visited {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight : normal;
	color: #ffffff;
	text-decoration : none;
	font-style: normal;
} 
a.nav:hover {
	font-family: Arial, Helvetica, Verdana, sans-serif;
font-weight : normal;
color: #ffffff;
text-decoration : underline; 
} 

/* Ticker */
.trend_up,
.trend_down,
.trend_na
{
	padding-left: 20px;
	margin: 2px 0;
	vertical-align:baseline;
}

.trend_up { background: url(trend_up.png) no-repeat 0% center; color:#85b666; }
.trend_down { background: url(trend_down.png) no-repeat 0% center; color:#b57e55; }
.trend_na { background: url(trend_na.png) no-repeat 0% center;color:#89cc88; }