﻿html 
{
	overflow-y: scroll !important;
}
*
{
	padding:0px;
    margin:0px;    
}
BODY
{
    background-repeat:no-repeat;
	direction:ltr;
	font-family:Arial;
	font-size:12px;
	color: #232325;
	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:800px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
	direction:ltr;
	margin-top:20px;
	margin-bottom:20px;
}
#TopContainer
{
	width:814px;
	margin-left:auto;
	margin-right:auto;
	font: normal 12px Arial;
	direction:ltr;
}
.MenuContainer
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	direction:ltr;
}
.ImageBorder
{
	border:solid 1px #000066;
}
.NoBorder
{
	border:solid 0px;
}
.Blue
{
	font-family:Arial;
	font-size:12px;
	color:#000066;
}
.White
{
	font-family:Arial;
	font-size:12px;
	color:White;
}
.Grey
{
	color:#232325;	
}
.Black
{
	color:Black;	
}
.Bold
{
	font-weight:bold;
}
.Title
{
	font-family:Arial;
	font-size:16px;
	color:#668cbb;
	font-weight:bold;
}
.Logo
{
	display:block;
	width:340px;
	height:77px;
}
.Menu
{
	font-family:Arial;
	font-size:13px;
	color:#4d5287;
	font-weight:bold;
	line-height:32px;
}
.MenuSelected
{
	font-family:Arial;
	font-size:13px;
	color:#9b1a1a;
	font-weight:bold;
	line-height:32px;
}
.homeTitle
{
	font-family:Arial;
	font-size:13px;
	color:White;
	font-weight:bold;
	line-height:24px;
}
.SubMenu
{
	font-family:Arial;
    font-size:12px;
	color: #232325;
	font-weight:bold;
	text-decoration:none;
}
.SubMenu:hover
{
	color: #9a1919;
	text-decoration:underline;
}
.SubMenuSelected
{
	font-family:Arial;
    font-size:12px;
	color: #9a1919;
	font-weight:bold;
	text-decoration:underline;
}
