/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	color: #666666;
	background:#23435b url(bg_body.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
}

.footer {
color: #ffffff;
font-weight:normal;
}
.subNav_act{
	
}
/*  links */
a {
color:#464622;
text-decoration:none;
}

a:hover {
color:#464622;
text-decoration:none;
}


a.footer{
color:#999999;
text-decoration:none;
}

a.footer:hover{
color:#666666;
text-decoration:none;
}

/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	background:#e9e7eb url(bg_maintop.jpg) top left no-repeat;
	padding:10px;
}


/*  footer */
.credits {
	padding:20px 0px 10px 10px;
	background:url(bg_credits.jpg) top left no-repeat
}
.footernav {
	 background:url(bg_footer_right.jpg) top left no-repeat;
	 padding:37px 10px 10px 10px;
	 text-align:right;
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}