/* CSS Document */


/*  layout */
body {
	margin: 0;
	padding:0;
	background:#ffffff url(bg.jpg) top left repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#222222;
}

.footer {
color: #ffffff;
font-weight:normal;
}

/*  links */
a {
color:#002b5e;
text-decoration:none;
}

a:hover {
color:#002b5e;
text-decoration:underline;
}





/*  stockquote */
.stockquote {
	background:url(bg_stock_quote.html) top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}


/* maincontent */
.maincontent {
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 25px 30px 25px;
	text-align:justify;
}


/*  footer */
.credits {
color:#b1afaf;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}

.footer a{
text-decoration:none;
}

.footer a:hover{
text-decoration:none;
}

.footer {
font-family:Arial, Helvetica, sans-serif;
color:#8e8e8e;
font-size:10.5px;
}

/* EMAIL SIGNUP */
#signup_load {
	display:none;
	text-align:center;
}

/*  News */
.news_item {
	width:270px;
	padding:10px 17px;
}

.news_date {

}

.news_title {

}

.news_description {

}

.news_link {

}

/*  headers */
h1 {

}

h2 {

}

h3, h4, h5, h6 {

}