﻿.Layout
{
	background-color: White;
	border: none;
	border-spacing: 0px;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 1002px;
}

.Header
{
	background-color: White;
	color: #c0c0c0;
	font-size: small;
	font-weight: bold;
	padding: 1px;
	vertical-align: bottom;
	width: 100%;
}

.Footer
{
	color: Gray;
	font-size: x-small;
	height: 35px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.Copyright
{
	text-align: left;
	text-indent: 5px;
}

.MenuBar
{
	background-image: url(../../Images/BG/V1MenuBg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: small;
	height: 35px;
	padding: 0px 0px 0px 0px;
	width: 100%;
}

.MenuItem
{
	background-image: url(../../Images/BG/V1MenuBg.png);
	background-position: bottom;
	background-repeat: repeat-x;
	cursor: pointer;
	vertical-align: middle;
	width: 194px;
}

.MenuItemSelected
{
	background-image: url(../../Images/BG/V1MenuBgSel2.png);
	background-position: bottom;
	background-repeat: repeat-x;
	cursor: pointer;
	vertical-align: middle;
	width: 194px;
}

.Banner
{
	background-color: Gray;
	background-image: url(../../Images/BG/Banner1024.png);
}

.BannerWord
{
	color: White;
	font-size: x-large;
	font-weight: bold;
	text-align: left;
	text-indent: 20px;
}

.BannerSubword
{
	color: #aba8a8;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-indent: 60px;
}
