﻿html 
{
	overflow-y: scroll !important;
}
*
{
	padding:0px;
    margin:0px;    
}
BODY
{
	direction:ltr;
	font-family:Arial;
	font-size:12px;
	color: #144a89;
    background-position:center;
    background-repeat:repeat-y;
}

DIV
{
	background-repeat:no-repeat;
	font-family:Arial;
}
TR
{
	vertical-align:top;	
}
INPUT
{
	height:18px;
	font-family:Arial;
	font-size:12px;
}
IMG
{
	border:solid 0px;
}
TD
{
	background-repeat:no-repeat;
}
A
{
	text-decoration:none;	
}

#container
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
	direction:ltr;
	padding-top:1px;
	min-height:550px;
}
#TopContainer
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
	direction:ltr;
}
.ImageBorder
{
	border:solid 1px #144a89;
}
.NoBorder
{
	border:solid 0px;
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#668cbb;
}
.White
{
	font-family:Arial;
	font-size:12px;
	color:White;
}
.Grey
{
	color:#4d4d4d;	
}
.Black
{
	color:Black;	
}
.Bold
{
	font-weight:bold;
}
.Title
{
	font-family:Arial;
	font-size:16px;
	color:#668cbb;
	font-weight:bold;
}
.SubTitle
{
	font-family:Arial;
	font-size:12px;
	color:#668cbb;
	font-weight:bold;
}
.GreySubTitle
{
	font-family:Arial;
	font-size:12px;
	color:#4d4d4d;
	font-weight:bold;
}
.Preview
{
	color:#32748a;
}
.Menu
{
	display:block;
	color:White;
	height:19px;
	font-weight:bold;
}
.Menu:hover
{
	background-color:#f1eff0;
	color:#668cbb !important;
}
.Center
{
	text-align:center;
}