/*Style style sheet*/

body
{
	background-image: url('1234.jpg');
background-repeat: 
no-repeat;
background-position: 
 center;
}

/*Style for all p elements*/
p
{
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
}

/*Style for all h1 elements*/
h1
{
	font-family: verdana, arial, sanf-serif;
	font-size: 12px;
	margin-bottom: -5px;
}

/*Style for all image links*/
a img
{
	border: none;
}

/*Style for all horizontal lines*/
hr
{
	background-color: #ff0000; /*Needed for Firefox*/
	color: #ff0000; /*Needed for IE*/
width: 165px;
}

/*Style for the list in the navigation area*/
#navigation ul
{
	padding: 0;
	list-style-type: none;
	font-family: verdana, arial, sanf-serif;
	font-size: 10px;
	margin-left: auto;
	margin-top: auto;
}

/*Style for the list elements in the navigation area*/
#navigation li 
{
	margin: 10px;
}

/*Style for the links in the navigation area*/
#navigation a
{
	display: list-item;
	padding: 4px 4px 4px 4px;
	border: 1px solid #000000;
	width: 150px;
	background: #ff0000;
	text-decoration: none;
	text-align: center;
}

/*Style for link types in the navigation area*/
#navigation a:link, #navigation a:active, #navigation a:visited 
{
	color: #ffffff;
}

/*Style for hovering over a link in the navigation area*/
#navigation a:hover 
{
	background: #CC0033;
}

/*Style for the news P element*/
p.news
{
	color: #000000;
}

/*Style for a link in the news P element*/
p.news a
{
	text-decoration: none;
	color: #000000;
}

/*Style for hovering over a link in the news P element*/
p.news a:hover
{
	text-decoration: underline;
}

/*Style for news-date span*/
span.news-date
{
	color: #000000;
}

/*Style for last-quote*/
#last-quote
{
	font-weight: bold;
}

/*Style for delay-info*/
#delay-info
{
	font-size: 10px;
	color: #666666;
}

/*Style for al ink in the info-link section*/
#info-link a
{
	text-decoration: none;
	color: #ff0033;
}

/*Style for hovering over a link in the info-link section*/
#info-link a:hover
{
	text-decoration: underline;
}

/*Style for footer info*/
table.footer
{
	background-color: #ff0033;
}

/*Style for footer info in a P element*/
p.footer
{
	font-size: 10px;
}

/*Style for a link in the footer P element*/
p.footer a
{
	color: #000000;
}

/*Style for hovering over a link in the footer P element*/
p.footer a:hover
{
	color: #000000;
}

/*Style for disclaimer info*/
p.disclaimer
{
	font-size: 10px;
}

/*Style for stock-disclaimer span*/
span.stock-disclaimer
{
	font-style: italic;
}
