/* CSS Document */


/*  layout */
body {
		
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

p {text-align:justify;}


.footer {
color: #4c4c4d;
font-weight:normal;
font-size:10px;
}

/*  links */
a {
color:#464622;
text-decoration:none;
}

a:hover {
color:#464622;
text-decoration:none;
}


a.footer{
color:#4c4c4d;
text-decoration:none;
font-size:10px;
}

a.footer:hover{
color:#4c4c4d;
text-decoration:underline;
font-size:10px;
}


/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.jpg) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	padding:10px;
}

.maincontent: strong {
font-weight:bold;
color:#992e22;
}

.title {
color:#626363;
font-size:16px;
font-weight:bold;
}


/*  footer */
.credits {
font-size:10px;
color:#4c4c4d;
}

a.credits {
font-size:10px;
color:#4c4c4d;
}

a.credits:hover {
font-size:10px;
text-decoration:underline;
color:#4c4c4d;
}

.footernav {
	 
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}