﻿body
{
	font-size: small;
	font-family: Verdana;
	margin: auto;
	
}
.DivCenter
{
	text-align: center;
}
.Label
{
	color: white;
	font-size: small;
	font-family: Verdana;
}
.WhiteLabel
{
	color: #66A8FF;
	font-size: medium;
	font-family: Verdana;
	text-decoration: none;
}
.MainLabel
{
	color: navy;
	font-size: small;
	font-family: Verdana;
	vertical-align: middle;
	text-align: justify;
}
.TitleLabel
{
	color: gold;
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
}
.CellRight
{
	vertical-align: middle;
	text-align: right;
}
.TextBox
{
	color: navy;
	font-size: x-small;
	font-family: Verdana;
	height: 12px;
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
	width: 180px;
}
.CheckBox
{
	color: navy;
	font-size: small;
	font-family: Verdana;
}
.Button
{
	color: navy;
	font-size: small;
	font-family: Verdana;
	width: 70px;
}
.LinkButton
{
	color: navy;
	font-size: small;
	font-family: Verdana;
}
.LinkLoading
{
	color: crimson;
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
}
.TopLinkButton
{
	color: #EFD709;
	font-size: small;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
}
.Validation
{
	color: red;
	font-size: x-small;
	font-family: Verdana;
}
.MainTable
{
	margin:auto;
	color: white;
	font-size: small;
	font-family: Verdana;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	vertical-align: middle;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	text-align: justify;
	border-bottom-style: none;
	border : 0px;
}
.BaseTable
{
	border-style: none;
	padding: 0px;
	TABLE-LAYOUT: auto; 
	WIDTH: 960px; 
		BORDER-COLLAPSE: collapse;
}
.PageTable
{
	table-layout: auto;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	width: 98%;
	padding-top: 0px;
	text-align: left;
}