﻿
/* basic elements */
body { 
  background-image:url('http://www.wfinwkxa.com/images/background_tile.jpg');
  background-repeat:repeat-x;
  margin-top: 7px;
 
}

p
	{ 
		font: 10pt arial; 
		color: #000000; 
		margin-top: 0px; 
		margin-left: 5px;
		padding-left: 3px;
 	}
		
maintable
	{
		width: 800px;
	}
	
.leftside
	{
		background-color:#FEFAE7;
	}
.header
	{
		font: 12pt arial; 
		font-weight: bold;
	}
.subheader
	{
		font: 10pt arial; 
		font-weight: bold;
	}
.h2
	{
		font-family: Arial, sans-serif;
		font: 12px; 
		font-weight: bold;
		color: #000066;
	}
.text	
	{
		font: 10pt arial; 
		color: #000000;
	}
	
.rightside	
	{ 
		font: 10pt arial; 
		text-align: center;
		color: #330000;
		align: center;
		background-color:#cc9933;

	}
.printer
	{
		font: 7pt arial; 
	
	}
	
/* Legend Container */
.LegendContainer
{
	display: block;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
  	color: #ffcc66;
	background: #330000; 
	border: solid 1px #ffcc66;
	text-align: left;
	width: 100%;
	margin: 0px 1px 3px 1px;
}


#white 
	{ 
		font: 10pt arial; 
		color: #ffffff;
		font-weight: bold;
	}
#orange 
	{ 
		font: 11pt arial; 
		color: #ff6633;
		font-weight: bold;
	}
	
/* specific divs */

div#logo
	{
	display:block;
	}
div#logo img#ScreenLogo
	{
	display: block;
	}
div#logo img#PrintLogo
	{
	display: none;
	}


.breakheader
	{
		font: 12pt arial; 
		font-weight: bold;
		color: #0000ff;
	}
.breaksubheader
	{
		font: 10pt arial; 
		color: #ffffff;
	}	

.newsHeadlines 
	{ 
		font: 12pt arial; 
		color: #ffffff;
		text-align: center;
		letter-spacing: 1px; 
		margin-bottom: 0px; 
	}

#footer 
	{ 
		text-align: center; 
	}
#footer a:link, #footer a:visited 
	{ 
		margin-right: 20px; 
		color: #ffffff;
	}

