﻿body {
}

.mainBorder
{
	border-left: solid 1px #cdcdcd;
	border-right: solid 1px #cdcdcd;
	background-color: White;
}

.mainFont
{
	font-family: Verdana;
	font-size: 11px;
	color: White;
}

.menuStyle
{
	 /*background-color: #0f8be1;*/
	 font-family: Impact;
	 font-size: 24px;
	 font-weight: bold;
	 color: White;
	 z-index: -1;
}

.largeTextBold
{
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;	
}

.largeText
{
	font-family: Arial;	
	font-size: 14px;		
}

.leftBox
{
	background-color: #bfe0f7;
	border-right: solid 1px #cdcdcd;	
}

.stockHeader
{
	background-color: #0f8be1;
}

.stockBorder
{
	border-left: solid 1px #0f8be1;	
	border-right: solid 1px #0f8be1;
	border-bottom: solid 1px #0f8be1;
}

/* Layout Region */

.mainBackground
{
}

.headerBar
{
	width: 1024px;
	height: 140px;
}

.leftBar
{
	width: 190px;
	height: 548px;
}

.rightBar
{
	width: 190px;
	height: 548px;
}

.footerBar
{
	
}