﻿*
{
	padding:0px;
    margin:0px;    
}
BODY
{
    scrollbar-face-color: #ffffff; 
	scrollbar-highlight-color: #f3f3f3; 
	scrollbar-3dlight-color: #f3f3f3; 
	scrollbar-arrow-color: #333; 
	scrollbar-track-color: #f3f3f3;
	background-color: #bbbbbf;
}
DIV
{
	background-repeat:no-repeat;	
	font: normal 12px Arial;
}
.Textbox
{
    background: white;
	border: solid 1px #595560;
	font: normal 12px Arial !important;
	vertical-align: top;
	height: 18px;
}
TR
{
	vertical-align:top;	
}
A
{
    text-decoration: none !important;
}
IMG
{
	border: solid 0px;	
}
.Container
{
	width:824px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
}
.Logo
{
	display:block;
	width:210px;
	height:95px;
}
.Nav
{
	font-family: Arial;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:white;
	display:block;
}
.NavSelected
{
	font-family: Arial;
	font-size:12px;
	line-height:30px;
	font-weight:bold;
	color:#9be2ff;
	display:block;
}
.NoBorder
{
	border: solid 0px;
}
.Bold
{
	font-weight:bold;	
}
.ContentContainer
{
	display:block;
	width:513px;
	height:390px;
	margin-top:3px;
	margin-right:1px;
	overflow-y:auto;
	overflow-x:hidden;
}
.Category
{
    display:block;
    width:194px;
    height:24px;
    line-height:24px;
    font-weight:bold;
    background-color:White;
    border-bottom: solid 1px #00385d;
}
.CategoryItem
{
    display:block;
    width:150px;
    height:24px;
    line-height:24px;
    font-weight:bold;
}
.CategoryContainer
{
    display:block;
    width:30px;
    text-align:center;
    float:left;
    padding-top:5px;
}
.Ticker
{
	margin-left:10px;
	line-height:24px;
	color:White;
	font-weight:bold	
}
.White
{
	color:White;
}