/* CSS Document */


body {
	background-repeat: repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a{
color:#5C8B84;
font-weight:bold;
text-decoration:none;
}
a:hover{
color:#77A49D;
font-weight:bold;
text-decoration:none;
}

.tiny
{
font-size: 10px;
text-align:justify;
}




/*  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 {
	background:url(bg_news.jpg) top left no-repeat;
}

.news_date {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color:#4b4a4a;
}

.news_title {
	color: #015548;
	font-weight:bold;
}

.news_description {

}

.news_link {

}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}